Here you goYou must be registered for see links! Let me know if it worked
Code:ALTER TABLE `items_base` SET allow_stack = '1';
UPDATE `items_base` SET allow_stack = '1';Try that^^
It did work for meThe SQL didn't run also i'm using a r63b database....
[Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SET allow_stack = '1'' at line 1
[Err] ALTER TABLE `items_base` SET allow_stack = '1';
[Msg] Finished - Unsuccessfully
WeirdI go on to Navicat go to my tables new query paste the code and run and get nothing but error...
Click Run SQL, then do the following:I go on to Navicat go to my tables new query paste the code and run and get nothing but error...
UPDATE `items_base` SET allow_stack = '1';
No problem, glad to help. Can someone close thread, as problem is solved?Worked thanks man.