Urgent help please

chrismaher2007

New Member
i have a database problem and get this when i visit any part of the website

<!--
Database error in vBulletin 3.8.0:

Invalid SQL:

SELECT administrator.*,
userfield.*, usertextfield.*, user.*, UNIX_TIMESTAMP(passworddate) AS passworddate,
IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid,
language.phrasegroup_global AS phrasegroup_global,
language.phrasegroup_cphome AS phrasegroup_cphome,
language.phrasegroup_cpglobal AS phrasegroup_cpglobal,
language.options AS lang_options,
language.languagecode AS lang_code,
language.charset AS lang_charset,
language.locale AS lang_locale,
language.imagesoverride AS lang_imagesoverride,
language.dateoverride AS lang_dateoverride,
language.timeoverride AS lang_timeoverride,
language.registereddateoverride AS lang_registereddateoverride,
language.calformat1override AS lang_calformat1override,
language.calformat2override AS lang_calformat2override,
language.logdateoverride AS lang_logdateoverride,
language.decimalsep AS lang_decimalsep,
language.thousandsep AS lang_thousandsep

FROM user AS user
LEFT JOIN userfield AS userfield ON (user.userid = userfield.userid)
LEFT JOIN usertextfield AS usertextfield ON (usertextfield.userid = user.userid) LEFT JOIN administrator AS administrator ON (administrator.userid = user.userid) LEFT JOIN language AS language ON (language.languageid = IF(user.languageid = 0, 1, user.languageid))

WHERE user.userid = 1;

MySQL Error : Unknown column 'language.phrasegroup_global' in 'field list'
Error Number : 1054
Request Date : Thursday, January 15th 2009 @ 05:53:27 AM
Error Date : Thursday, January 15th 2009 @ 05:53:27 AM
Script : xxxxxxxxxxxx/index.php
Referrer :
IP Address : xxxxxxxxxx
Username :
Classname : vb_database
MySQL Version :
-->
 
no im not running that.

ive disabled all plugins by editing the config.php file and it still comes up with the same error everytime i go to any part of the forum

is there a way i can just reinstall vbulletin and start off fresh without losing posts,members etc...???
 
If you check that hack, you will see that its left residue. You can not do a reinstall without losing your stuff but you can do an upgrade. Do you still have the boardtracker hack? rename your index.php file and copy a clean version from your distribution package and see if that fixes it.
 
Back
Top