Frost
10-20-2005, 04:47 PM
Hey guys and gals...
I'm new to this stuff, but I learn quick.
everything is installed, admin set up, but small problem in the database.
Here's more info...
Running Apache 2.0.54 with PHP 5.0.5 and MySQL 5.0
Database error in vBulletin 3.0.0:
Invalid SQL:
INSERT INTO user
(username, salt, password, passworddate, email, styleid, parentemail,
showvbcode, usertitle, joindate, daysprune, lastvisit, lastactivity, usergroupid, timezoneoffset, options, maxposts, threadedmode, startofweek, ipaddress, pmpopup, referrerid, reputationlevelid, reputation, autosubscribe, birthday, birthday_search)
The problem is with the Values:
- the joindate is 1129842188 (what format is that?)
- the lastvisit & lastactivity are 1129842188 (the same)
The main error is; '' no input value for bithday_search...
mysql error: Incorrect date value: '' for column 'birthday_search' at row 1
mysql error number: 1292
Thanks In advance, could use some guidance here.
Frost.
I'm new to this stuff, but I learn quick.
everything is installed, admin set up, but small problem in the database.
Here's more info...
Running Apache 2.0.54 with PHP 5.0.5 and MySQL 5.0
Database error in vBulletin 3.0.0:
Invalid SQL:
INSERT INTO user
(username, salt, password, passworddate, email, styleid, parentemail,
showvbcode, usertitle, joindate, daysprune, lastvisit, lastactivity, usergroupid, timezoneoffset, options, maxposts, threadedmode, startofweek, ipaddress, pmpopup, referrerid, reputationlevelid, reputation, autosubscribe, birthday, birthday_search)
The problem is with the Values:
- the joindate is 1129842188 (what format is that?)
- the lastvisit & lastactivity are 1129842188 (the same)
The main error is; '' no input value for bithday_search...
mysql error: Incorrect date value: '' for column 'birthday_search' at row 1
mysql error number: 1292
Thanks In advance, could use some guidance here.
Frost.

