PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |
Old January 31st, 2008, 07:39 AM   #1 (permalink)
Member
Verified Customer
 
Join Date: Dec 2006
Posts: 35
Vbulleting down after uninstall

My site is down, I can't even get into my VBulitten admin CP.

I installed Photopost Pro a few weeks ago

This morning I delete the plugins for vbgallery

I now get the following database error.

Database error in vBulletin 3.6.4:

Invalid SQL:

SELECT administrator.*,
userfield.*, usertextfield.*, user.*, UNIX_TIMESTAMP(passworddate) AS passworddate,
IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid,
language.phrasegroup_plugins AS phrasegroup_plugins,
language.phrasegroup_cpglobal AS phrasegroup_cpglobal,
language.phrasegroup_adv_gallery AS phrasegroup_adv_gallery,
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 = 1;

MySQL Error : Unknown column 'language.phrasegroup_adv_gallery' in 'field list' Error Number : 1054
Date : Thursday, January 31st 2008 @ 04:44:42 AM
Script : http://creativexposure.org/forums/ad...php?do=product
Referrer : http://creativexposure.org/forums/admincp/
IP Address : 72.218.144.237
Username :
Classname : vb_database
TomC18 is offline   Reply With Quote
Old January 31st, 2008, 07:46 AM   #2 (permalink)
Registered User
 
Zachariah's Avatar
 
Join Date: Nov 2005
Location: Canoga Park, CA
Posts: 3,244
Send a message via ICQ to Zachariah Send a message via AIM to Zachariah Send a message via MSN to Zachariah Send a message via Skype™ to Zachariah
Edit and Place:
Code:
Content visible to verified customers only.
in /forums/includes/config.php after <?php.

This will disable all hooks and allow your to get back into your AdminCP.

Run:
Code:
Content visible to verified customers only.
Choose: Uninstall

When done remove:
Code:
Content visible to verified customers only.
in /forums/includes/config.php to bring your Hook / plugin system back on line.
Zachariah is offline   Reply With Quote
Old January 31st, 2008, 07:57 AM   #3 (permalink)
Member
Verified Customer
 
Join Date: Dec 2006
Posts: 35
Followed your instructions but still getting the same database error.

Here is my edit in Config.php

<?php
define('DISABLE_HOOKS', true);
define('SKIP_REFERRER_CHECK', true);
/*======================================================================*
TomC18 is offline   Reply With Quote
Old January 31st, 2008, 08:40 AM   #4 (permalink)
Member
Verified Customer
 
Join Date: Dec 2006
Posts: 35
Thought I would go ahead and try the

http://www.website/forums/admincp/vbgallery_install.php

but get the same error

Database error in vBulletin 3.6.4:

Invalid SQL:

SELECT administrator.*,
userfield.*, usertextfield.*, user.*, UNIX_TIMESTAMP(passworddate) AS passworddate,
IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid,
language.phrasegroup_plugins AS phrasegroup_plugins,
language.phrasegroup_cpglobal AS phrasegroup_cpglobal,
language.phrasegroup_adv_gallery AS phrasegroup_adv_gallery,
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 = 1;

MySQL Error : Unknown column 'language.phrasegroup_adv_gallery' in 'field list' Error Number : 1054
Date : Thursday, January 31st 2008 @ 06:37:49 AM
Script : http://www.creativexposure.org/forum...ry_install.php
Referrer :
IP Address : 72.218.144.237
Username :
Classname : vb_database

Last edited by TomC18; January 31st, 2008 at 08:45 AM.
TomC18 is offline   Reply With Quote
Old January 31st, 2008, 08:48 AM   #5 (permalink)
Registered User
 
Zachariah's Avatar
 
Join Date: Nov 2005
Location: Canoga Park, CA
Posts: 3,244
Send a message via ICQ to Zachariah Send a message via AIM to Zachariah Send a message via MSN to Zachariah Send a message via Skype™ to Zachariah
If you were able to uninstall and remove the gallery.
Code:
Content visible to verified customers only.
- Uninstall

There must be another integration of the gallery in your forums system.
I recall this in vBGallery 2.1 at forum integration. Take a look for a line of code .

Edit:
forums/includes/init.php

Find:
Code:
Content visible to verified customers only.
Remove
Zachariah is offline   Reply With Quote
Old January 31st, 2008, 08:52 AM   #6 (permalink)
Member
Verified Customer
 
Join Date: Dec 2006
Posts: 35
Yes, I seem to recall that mod. I'll give it a try and be back in a few minutes.l
TomC18 is offline   Reply With Quote
Old January 31st, 2008, 08:57 AM   #7 (permalink)
Member
Verified Customer
 
Join Date: Dec 2006
Posts: 35
That did it Thanks for your speedy support on this Zack
TomC18 is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
uninstall rocco23 General Discussion 4 November 21st, 2012 07:23 AM
Uninstall PhotoPost xowi Photopost Pro How Do I...? 2 January 6th, 2007 10:48 PM
uninstall bouncingpeanut Installs and Upgrade - vBulletin 3.5.X 1 July 17th, 2006 01:34 PM
Uninstall wynode Photopost Pro Installation & Upgrades 4 May 6th, 2006 08:40 AM
How do i uninstall and reinstall whiteknight Photopost Pro Installation & Upgrades 1 February 25th, 2006 11:46 AM


All times are GMT -5. The time now is 02:45 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0