WHAT IS UP WITH THESE SQL ERRORS someone explain what this means...
PHP Code:
Database error in vBulletin 2.2.7:
Invalid SQL: UPDATE user SET element='0' ,birthday='1985-6-4',signature='',customtitle='0',usertitle='Administrator',email='darkdraco07@msn.com',parentemail='',coppauser='0',homepage='http://www.darknemesis.com',icq='',aim='DarkDraco07',msn='DarkDraco07@msn.com',yahoo='DarkDraco07',usergroupid='6', gender='2' WHERE userid='1', rpgclass='0' WHERE userid='1'
mysql error: You have an error in your SQL syntax near ' rpgclass='0' WHERE userid='1'' at line 1
mysql error number: 1064
Date: Thursday 05th of September 2002 07:52:21 PM
Script: [url]http://www.darknemesis.com/forums/forums/member.php[/url]
Referer: [url]http://www.darknemesis.com/forums/member.php?action=editprofile[/url]
Look at the error statement - it tells you what the problem is. The problem here is that you are trying to save a variable called "rpgclass" and the query statement there is wrong - you are missing a quotation mark, or spelt something wrong there.