Log in

View Full Version : Help with error


Mum
06-24-2007, 07:23 AM
I am getting this error emailed to me. It's not affecting the forum, but how can i fix it?

Database error in vBulletin 3.6.5:

Invalid SQL:

SELECT languageid,
phrasegroup_siradrianblog AS phrasegroup_siradrianblog,
phrasegroup_forumdisplay AS phrasegroup_forumdisplay,
phrasegroup_user AS phrasegroup_user,
phrasegroup_global AS phrasegroup_global,
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 vBlanguage
WHERE languageid = 1;

MySQL Error : Unknown column 'phrasegroup_siradrianblog' in 'field list'
Error Number : 1054
Date : Friday, June 22nd 2007 @ 08:34:56 AM
Script : http://mummybrain.com/forums/blogs/subscriptions.php?do=addentry&entry=11
Referrer :
IP Address : 82.214.225.229
Username :
Classname : vB_Database

Dismounted
06-25-2007, 06:34 AM
I'm guessing you've bought and installed vBlogetin? You should contact them.

Kungfu
06-25-2007, 06:47 AM
make sure there are no plugins that are modifying the query as thats what it looks like its doing. A quick way to see this, is disable all hacks then try. Then youll need to find the plugin thats doing this and disable it.

Mum
06-25-2007, 07:11 AM
I'm guessing you've bought and installed vBlogetin? You should contact them.I had it installed but then removed it.

Dismounted
06-25-2007, 11:32 AM
Have you removed all the files relevant to the hack?

Mum
06-26-2007, 01:34 AM
I used the uninstall function for that product. It looks like it's left a column behind, do i just remove that column?

Dismounted
06-26-2007, 07:12 AM
Unknown column 'phrasegroup_siradrianblog' in 'field list' does not mean it's left a column, it means it can't FIND the column. So something is still trying to insert data.