Bellardia
04-08-2008, 06:25 PM
Whenever trying to update information from admin CP, I get the following MySQL error
Database error in vBulletin 3.6.8:
Invalid SQL:
SELECT ranklevel AS l, minposts AS m, rankimg AS i, type AS t, stack AS s, display AS d, ranks.usergroupid AS u
FROM vb_ranks AS ranks
LEFT JOIN vb_usergroup AS usergroup USING (usergroupid)
ORDER BY ranks.usergroupid DESC, minposts DESC;
MySQL Error : Unknown column 'ranklevel' in 'field list'
Error Number : 1054
Date : Tuesday, April 8th 2008 @ 12:20:15 PM
Script : http://www.bellardia.com/forum/admincp/user.php?do=update
Referrer : http://www.bellardia.com/forum/admincp/user.php?do=edit&u=4066
IP Address : 24.57.207.251
Username : Elliian
Classname : vB_Database
Basically, I'm just wondering where I delete the section that makes this query. It does nothing, and shouldn't be here (someone made a mistake somewhere), but I have no idea where it actually runs from.
Any help? Additional information needed?
Database error in vBulletin 3.6.8:
Invalid SQL:
SELECT ranklevel AS l, minposts AS m, rankimg AS i, type AS t, stack AS s, display AS d, ranks.usergroupid AS u
FROM vb_ranks AS ranks
LEFT JOIN vb_usergroup AS usergroup USING (usergroupid)
ORDER BY ranks.usergroupid DESC, minposts DESC;
MySQL Error : Unknown column 'ranklevel' in 'field list'
Error Number : 1054
Date : Tuesday, April 8th 2008 @ 12:20:15 PM
Script : http://www.bellardia.com/forum/admincp/user.php?do=update
Referrer : http://www.bellardia.com/forum/admincp/user.php?do=edit&u=4066
IP Address : 24.57.207.251
Username : Elliian
Classname : vB_Database
Basically, I'm just wondering where I delete the section that makes this query. It does nothing, and shouldn't be here (someone made a mistake somewhere), but I have no idea where it actually runs from.
Any help? Additional information needed?