PlusEMU Catalogue Crashes When Click

Berk

berkibap#4233
Developer
Oct 17, 2015
863
190
Hello Devbesters
Everything works fine for me, but When I Click Catalogue It Disconnects me.
I tried to change db and emu but didnt worked. What can I do?
Kind Regards
Berkay
 

Yadz

Active Member
Feb 20, 2015
174
25
Two things I can think of: Disable myslq strict mode by running this query: SET@@global.sql_mode=''; or it might be that your systems default decimal character isn't set to a dot instead of a comma. But I'd guess that its caused by mysql strict mode.
 

Joe

Well-Known Member
Jun 10, 2012
4,090
1,918
Did you by any chance attempt to upgrade to the latest production?
If yes, there's structure changes to make in order for it to work perfectly.
 
May 1, 2015
467
152
I've upgraded.
True boolean has to be added after AvailabilityStatusMessageComposer
A true boolean & a string has to be added after CanSelectAmount
base.WriteInteger(1100); Must be commented out or removed.
ModeratorInitComposer must be changed completely, new code -->
CatalogIndexComposer must be changed completely, new code -->
TradingUpdateComposer must be changed completely, new code -->

Catalogue must be re-arranged completely aswell.
Goodluck.
 

Users who are viewing this thread

Top