I followed the directions up to and including running
http://www.cvmusclecars.com/admincp/...ry_install.php
The browser is blank and IE7 just shows "Done" in the lower left corner and the whole web page is blank. I don't see a starting upgrade or nothing.
I go back to the admincp and now see an entry in the left column that says:
*[vba_gallery]*
Opening this shows a bunch of entries that are mostly in *[something]* with three that look like valid menu choices; Mass Move, Custom Fields and Maintenance.
Clickin on anything in here rewards me with a database error email:
Database error in vBulletin 3.6.3:
Invalid SQL:
SELECT administrator.*,
userfield.*, usertextfield.*, user.*, UNIX_TIMESTAMP(passworddate) AS passworddate,
IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid,
language.phrasegroup_adv_gallery AS phrasegroup_adv_gallery,
language.phrasegroup_adv_gallery_cp AS phrasegroup_adv_gallery_cp,
language.phrasegroup_cphome AS phrasegroup_cphome,
language.phrasegroup_cpglobal AS phrasegroup_cpglobal,
language.phrasegroup_global AS phrasegroup_global,
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 = 2;
MySQL Error : Unknown column 'language.phrasegroup_adv_gallery' in 'field list'
Error Number : 1054
Date : Wednesday, December 6th 2006 @ 12:44:16 AM
Script :
http://www.cvmusclecars.com/modcp/vb...ry.php?do=move
Referrer :
http://www.cvmusclecars.com/admincp/index.php?do=nav
IP Address : 71.36.232.225
Username :
Classname : vB_Database
Ok, I've searched your site and see that you left out one critical step in your install instructions. Just where in them was the text that says to use the plugin manager to import the .xml file? I read them again and that is nowhere to be seen.
Now that the [*vba_gallery]* entry is in my admincp, I cannot run the plugin manager!!
Clicking Plugins & Products -> Manage Products just leaves me with a blank form to the right of the menus. Nothing, nada, zip.
How do I import this .xml with a hosed admincp?
At what step in the install instructions -should- this have happened?