PDA

View Full Version : error message


MACHOBY
12-10-2002, 02:30 AM
I keep getting the following error message why trying to update my user options in profile:

Database error in vBulletin 2.2.9:
Invalid SQL: UPDATE user
SET adminemail='1',
showemail='1',invisible='0',cookieuser='0',
maxposts='-1',daysprune='-1',
timezoneoffset='0',emailnotification='0',
startofweek='1',options='15',receivepm='0',
emailonpm='0',pmpopup='0',usergroupid='6',
nosessionhash='0',hideposts='0'
WHERE userid='1'
mysql error: Unknown column 'hideposts' in 'field list'
mysql error number: 1054
Date: Monday 09th of December 2002 04:23:56 PM
Script: http://www.cd-communications.com/ma...orum/member.php
Referer: http://www.cd-communications.com/ma...ion=editoptions

I think it might lie in the script address having "macforum" which is the directory and "forum".

Thanks!

Steve Machol
12-10-2002, 02:41 AM
The extra' 'forums' is an artifact of the error reporting process and has absolutely nothing to do with the error. As I told you on vb.com, this is caused by a hack that is looking for the 'hideposts' column which doesn't exist in the default vB database.