I'm getting this database error on a fresh install
Code:
Database error in vBulletin 3.6.0:
Invalid SQL:
INSERT INTO vbvbimghost ( `imgid` , `userid` , `imgfile` , `imgname` , `thumbname` , `imgfilesize` , `imgwidth` , `imgheight` , `imgdate` , `imgprivate` )
VALUES ('', '1', '144df50dbc89af.jpg', '002AEFF7.JPG','thum_144df50dbc89af.jpg' , '34.734375', '800', '600', '1155485915', '0');
MySQL Error : Out of range value adjusted for column 'imgid' at row 1
Error Number : 1264
Date : Sunday, August 13th 2006 @ 05:18:37 PM
Script : http://127.0.0.1/fb2b/forums/vbimghost.php
Referrer : http://127.0.0.1/fb2b/forums/vbimghost.php?do=upload
IP Address : 127.0.0.1
Username : michael
Classname : vB_Database
Edit - I managed to fix this, mysql on my testing server was running in safe mode, just commented this out of my.ini and all was ok.