Re: Need help with remaining error in bcstorm, only one
Quote:
Data too long for column 'last_online' at row 1
Whichever query you're trying to add, it's too long for the record you're trying to add.
Re: Need help with remaining error in bcstorm, only one
Run this SQL into your database,
Code:
ALTER TABLE users CHANGE last_online last_online int(32);
Make a back up of your users table just in case.
Re: Need help with remaining error in bcstorm, only one
Quote:
Originally Posted by
FatalLulz
Run this SQL into your database,
Code:
ALTER TABLE users CHANGE last_online last_online int(32);
Make a back up of your users table just in case.
This is what happened;
http://i.imgur.com/sCdbvKa.png
Im not sure its a database fail, even if it looks like it.
Because this is a clean database which i have used some days ago and it worked perfectly with the same swf's and emulator.
Currently waiting for my host to reinstall the server.
- - - Updated - - -
Okay, i managed to load without any errors
My problem now is it connects, loading the hotelview and welcome message then disconnects.
Re: Need help with remaining error in bcstorm, only one
Quote:
Originally Posted by
JacksonTeller
My problem now is it connects, loading the hotelview and welcome message then disconnects.
Does it show any exceptions/errors on the emulator when it disconnects?
Re: Need help with remaining error in bcstorm, only one
Quote:
Emulator shows connection with no errorlogs
Nope.
Please read PM
Re: Client view > black screen [Please read] Tried 150 fixes
I'm only willing to provide support on threads, sorry. So provide the information you gave here.