I don't see why you require a new thread, anyway as I said in the other thread open up the emulator source open up RoomData.cs and go to line 238 and show me what is there.
Now its giving me this error in navicat:Make sure the field type is integer and the default value is 0.
It's still giving me this error right here,Change the length to 11 and also `wallthickness` needs to have the same values.
Okay, That updated the Floorthickness, would I have to run the same query for wallthickness as well?That is because you've given all of the rooms a default value of nothing. Try running this:
(Open it up in a new query window).PHP:UPDATE `rooms` SET `floorthickness` = '0';
Okay, That updated the Floorthickness, would I have to run the same query for wallthickness as well?
(Replacing floorthickness with wallthickness)
Correct .
Cannot really help then, setting the field type to an integer and updating all previous rooms to a correct value should fix the issue.
Your best option is to delete the rooms or manually add the values to the current records, as the querys may have not of worked.
I think that was the issue, there were rooms already made in the table then once I dumped the rooms table it let me save the changes.No, no - delete the records in the table, not the table itself.
I assumed so, the querys I asked you to run must of not successfully completed then, . As for this error the changes to the MySQL wouldn't cause this are you hosting the SWFs yourself? Are they online? Have you made any other changes?