why have i got this error?

Scaper123

New Member
ok the forums were working ok then all of a sudden i refreshed and i got the error page, here is the error

Code:
Database error in vBulletin 3.8.1:
 
Invalid SQL:
 
					SELECT languageid,
			phrasegroup_global AS phrasegroup_global,
			phrasegroup_adv_portal AS phrasegroup_adv_portal,
			phrasegroup_calendar AS phrasegroup_calendar,
			phrasegroup_postbit AS phrasegroup_postbit,
			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_adv_portal' in 'field list'
Error Number  : 1054
Request Date  : Sunday, March 1st 2009 @ 10:54:44 PM
Error Date    : Sunday, March 1st 2009 @ 10:54:44 PM
Script        : 
Referrer      : 
IP Address    : 
Username      : 
Classname     : vB_Database
MySQL Version :

any help will be muchly appreciated
 
Disable the "Advanced Portal" plugin, seems to be causing you SQL errors.
If you can't get into your forum try:

a) [noparse]http://www.yourforum.com/admincp[/noparse]
b) Place this on the second line (after <?php line). This will disable all plugins so you can at least get in.

PHP:
define('DISABLE_HOOKS', true);


Cheers,
.WiRED
 
Back
Top