I ran the install for vBGallery last night on my forums running vBulletin 3.8.2.
I got an error during the install that it was unable to install, so having thought that I previously had installed it a long time ago, I clicked the upgrade button. Once I did that, the entire forums was unusable and all users were receiving SQL errors during login (see below). I had to edit my vBulletin config.php to turn off all plugin hooks, login to AdminCP and using the Plugin & Products section, click the Uninstall button.
I saw one of Chuck's post on issuing a SQL DELETE to ensure that all tables were gone for vBGallery however I didn't do that after uninstalling as that seems to have taken care of it, correct?
I also noticed that the 2.5 version I downloaded did not have as lengthy a readme as the version found in the members section. I initially downloaded 2.5 the day the email blast went out touting the new version of vBGallery so I don't know if I missed any steps, but I made sure that the forums path and everything was there.
That aside, I would like to attempt to install vBGallery again. I had sent my phpMyAdmin credentials via the Contact Us link yesterday so if someone could take a look at my database to make sure no old "vbGallery" tables are hanging around, I would appreciate it, before I attempt the upgrade again and have to uninstall the product again.
SQL error message below. Yes, I did search on the "ppgal" error message and found a few other users here that saw the same error, however the circumstances might have been different.
Thanks in advance,
P.S. I should note that I also have a plugin called "Album Pictures - Forum Home" just in case that might have caused a conflict?
--------------------------
Database error in vBulletin 3.8.2:
Invalid SQL:
SELECT
userfield.*, usertextfield.*, user.*, UNIX_TIMESTAMP(passworddate) AS passworddate, user.languageid AS saved_languageid,
IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid,
language.phrasegroup_global AS phrasegroup_global,
language.phrasegroup_adv_portal AS phrasegroup_adv_portal,
language.phrasegroup_calendar AS phrasegroup_calendar,
language.phrasegroup_postbit AS phrasegroup_postbit,
language.phrasegroup_adv_gallery_int AS phrasegroup_adv_gallery_int,
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
, ppgal_user.*
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))
LEFT JOIN ppgal_user AS ppgal_user ON (ppgal_user.userid = user.userid)
WHERE user.userid = 4223;
MySQL Error : Table 'nycmaximas2.ppgal_user' doesn't exist
Error Number : 1146
Request Date : Monday, July 27th 2009 @ 09:36:26 AM
Error Date : Monday, July 27th 2009 @ 09:36:26 AM
Script :
NYCMaximas - New York City Maximas Auto Club
Referrer :
IP Address : 129.44.59.56
Username :
Classname : vB_Database
MySQL Version :