View Full Version : vBulletin Options showing error
MalluParadise
03-26-2009, 06:49 PM
Hello guys
When i try to log in acp then VB option it's showing data base error
Database error in vBulletin 3.7.2:
Invalid SQL:
SELECT setting.*, settinggroup.grouptitle
FROM settinggroup AS settinggroup
LEFT JOIN setting AS setting USING(grouptitle)
WHERE settinggroup.displayorder <> 0
ORDER BY settinggroup.displayorder, setting.displayorder;
MySQL Error : Unknown column 'grouptitle' in 'from clause'
Error Number : 1054
Request Date : Thursday, March 26th 2009 @ 01:35:18 PM
Error Date : Thursday, March 26th 2009 @ 01:35:18 PM
Script : http://XXXXXXXXXX.com/forums/admincp/options.php?null=0
Referrer :
IP Address :
Username :
Classname : vB_Database
MySQL Version : 5.0.75-community-log
Brandon Sheley
03-26-2009, 06:50 PM
Do you still see the error if you disable the plugins?
MalluParadise
03-26-2009, 06:55 PM
Do you still see the error if you disable the plugins?
i did't disable any plugins so which i have to disable
puertoblack2003
03-26-2009, 06:57 PM
hope you have a db backup you missing the "grouptitle" column
Lynne
03-26-2009, 06:59 PM
Do you still see the error if you disable the plugins?
i did't disable any plugins so which i have to disable
Since you can't get into the admin cp, you need to disable them globally:
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php
define('DISABLE_HOOKS', true);
MalluParadise
03-26-2009, 09:27 PM
edit config.php but can't find define('DISABLE_HOOKS', true); this line Not only my vb Option
mcrider
03-26-2009, 09:33 PM
You have to add that line to your config file just as Lynne stated.....
edit config.php and add this line right under <?php
define('DISABLE_HOOKS', true);
MalluParadise
03-27-2009, 12:37 AM
I did this Bit still it's showing error
puertoblack2003
03-27-2009, 12:57 AM
I did this Bit still it's showing error
like i stated on post #4 you missing that grouptitle column. two things can happen either insert it or if you have any good backup then do it that way.If you decide to insert you have to be careful and actually know where to put it.
MalluParadise
03-27-2009, 09:12 PM
like i stated on post #4 you missing that grouptitle column. two things can happen either insert it or if you have any good backup then do it that way.If you decide to insert you have to be careful and actually know where to put it.
I don't How to use insert option
Lynne
03-27-2009, 09:31 PM
You will need to either look at the schema and find the info or ask over at vb.com for the query to add the column.
mcrider
03-27-2009, 10:20 PM
Just curious, were you doing anything to your forum just before you started receiving these errors?
MalluParadise
03-27-2009, 10:35 PM
If any one can help or guide me personal!!!
Brandon Sheley
03-27-2009, 11:08 PM
If any one can help or guide me personal!!!
Lynne posted in #11 what to do or at least try ;)
MalluParadise
03-27-2009, 11:16 PM
i tried all these way but it's it'showing error
Lynne
03-27-2009, 11:21 PM
i tried all these way but it's it'showing error
...
You will need to either look at the schema and find the info or ask over at vb.com for the query to add the column.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.