Log in

View Full Version : Another error


marlena
09-10-2008, 03:19 AM
This is popping up when going to my User Control Panel :
Database error in vBulletin 3.7.3:

Invalid SQL:

UPDATE st_user
SET lastrepcheck = 1221020194
WHERE userid = 3;

MySQL Error : Unknown column 'lastrepcheck' in 'field list'
Error Number : 1054
Request Date : Wednesday, September 10th 2008 @ 04:16:34 AM
Error Date : Wednesday, September 10th 2008 @ 04:16:34 AM
Script : http://soultry.net/home/usercp.php
Referrer :
IP Address : 24.8.119.149
Username : MarlenaMami
Classname : vb_database
MySQL Version : 4.1.22

where do i go to fix this?:confused:

Lynne
09-10-2008, 03:32 AM
There is no field called "lastrepcheck' in the user table in a default vb installation. So, this is an error from an addon. Try disabling your plugins to see if it goes away. If it does, try turning them back on one-by-one until you find the one that gives the error.

marlena
09-10-2008, 03:53 AM
looks like it is coming from my display reputation comments add on.
Thanks again Lynne!!