PDA

View Full Version : VB Database error caused due to a sql query


wicked80
07-06-2008, 11:11 PM
Hi Friends,
I am getting this error and it's shutting down my whole site:

Database error in vBulletin 3.7.2:

Invalid SQL:

SELECT languageid,
phrasegroup_global AS phrasegroup_global,
phrasegroup_credits_forum AS phrasegroup_credits_forum,
phrasegroup_reputation AS phrasegroup_reputation,
phrasegroup_subscription AS phrasegroup_subscription,
phrasegroup_user AS phrasegroup_user,
options AS lang_options,
languagecode AS lang_code,
charset AS lang_charset,
locale AS lang_locale,
imagesoverride AS lang_imagesoverride,
dateoverride AS lang_dateoverride,
timeoverride AS lang_timeoverride,
registereddateoverride AS lang_registereddateoverride,
calformat1override AS lang_calformat1override,
calformat2override AS lang_calformat2override,
logdateoverride AS lang_logdateoverride,
decimalsep AS lang_decimalsep,
thousandsep AS lang_thousandsep
FROM language
WHERE languageid = 1;

MySQL Error : Unknown column 'phrasegroup_credits_forum' in 'field list'
Error Number : 1054
Request Date : Sunday, July 6th 2008 @ 03:32:06 AM
Error Date : Sunday, July 6th 2008 @ 03:32:06 AM
Script : http://www.website.com/forum/credits.php
Referrer :
IP Address : 65.55.xxx.xx
Username :
Classname : vB_Database
MySQL Version :




When I see that file, I cannot find that text anywhere in that file. That file comes with this hack i guess www.vbcredits.com which i don't use on my site and had uninstalled it long time back,so i wonder how come that file is being called???? I don't want to delete it because it might have some dependancies since it's being called....

So can someone please help me...

Thanks
Mick

Dismounted
07-07-2008, 06:33 AM
My guess is that someone is accessing that file, and because you already uninstalled the modification, the file throws errors while trying to access non-existent database fields.

Remove all of the modification's files when you uninstall.