If I either go into products and disable vbgallery or go into plugins and uncheck all vbgallery plugins, my db crashes. If I try to refresh the admin cp, errors out.
If I upload a config.php with the disable hooks code in it, then I am able to log back into the control panel. if at that point, I reenable vbgallery and then upload a config.php without the hooks disabled then it all works again.
I can shut off any other products or plugins without any problems to the forum.
The exact error email that I get is as follows:
Database error in vBulletin 3.8.7:
Invalid SQL:
SELECT
userfield.*, usertextfield.*, user.*, UNIX_TIMESTAMP(passworddate) AS
passworddate, user.languageid AS saved_languageid,
IF(user.displaygroupid=0, user.usergroupid, user.displaygroupid) AS displaygroupid,
language.phrasegroup_global AS phrasegroup_global,
language.phrasegroup_holiday AS phrasegroup_holiday,
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
, user.userid AS userid, ppgal_user.lastpostid AS gallastpostid, user.lastpostid
AS lastpostid
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 language AS language ON (language.languageid = IF(user.languageid = 0,
1, user.languageid))
WHERE user.userid = 17099;
MySQL Error : Unknown column 'ppgal_user.lastpostid' in 'field list'
Error Number : 1054
Request Date : Thursday, May 19th 2011 @ 04:09:51 PM
Error Date : Thursday, May 19th 2011 @ 04:09:51 PM
Script :
Arachnoboards - Powered by vBulletin
Referrer :
IP Address : 74.82.64.16
Username :
Classname : vB_Database
MySQL Version :