Quote:
can someone help me out with this Error?
Database error in vBulletin 3.0.3:
Invalid SQL: INSERT INTO adminlog (adminlogid,userid,dateline,script,action,extrainf o,ipaddress) VALUES (NULL,'1',1104991794,'team.php','','','')
mysql error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'o,ipaddress) VALUES (NULL,'1',1104991794,'team.php','','','')'
mysql error number: 1064
|
replace:
(adminlogid,userid,dateline,script,action,extrainf o,ipaddress)
with:
(adminlogid, userid, dateline, script, action, extrainfo, ipaddress)
the 'extrainf o' has a space in it, and if u dont place 's around this mysql gets confused. but my gues is that this space shouldn't be there at all.