PDA

View Full Version : Help: ERROR 1048 at line 334468: Column 'awaydate' cannot be null


Diva
07-09-2002, 05:57 AM
I am trying to upload my backup and I am getting this error:

ERROR 1048 at line 334468: Column 'awaydate' cannot be null

What can I do so that I can get my board back up. I dont care about the hack... I'll remove it if that's what it takes... Pleas help.

Admin
07-09-2002, 06:39 AM
What's line 334468 of the backup file?

Diva
07-09-2002, 07:22 AM
it's in the User table. A guy said:

awaydate int(10) unsigned NOT NULL,

should be: awaydate int(10) unsigned NULL,

If I change this, will it be okay?

Admin
07-09-2002, 07:39 AM
Yes, but I think it should be the other way around.