rmxos database error

Started by Zexion, May 11, 2014, 01:01:50 pm

Previous topic - Next topic

Zexion

For some reason, I get an error saving data from the server.


The project is literally the default that comes with rmxos with a custom tileset and character. All scripts are the ones from the demo, so I'm not sure what I'm missing

Blizzard

May 11, 2014, 02:13:51 pm #1 Last Edit: May 11, 2014, 02:21:14 pm by Blizzard
Are you using LEGACY_SAVE_METHOD?

EDIT: If yes, run this SQL script on the database.

Code: sql
ALTER TABLE `save_data` CHANGE `data_value` `data_value` mediumblob NOT NULL;


I will update RMX-OS to v2.04.
Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

Zexion

LEGACY_SAVE_METHOD  was set to false, but I changed it to true and ran the script and that fixed it :D
Thanks for the prompt reply blizz!