PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |
Old November 5th, 2011, 10:47 AM   #1 (permalink)
Member
Verified Customer
 
Join Date: Jul 2004
Location: The Netherlands
Posts: 58
Upgrade error 1.0 RC4 > 3.01

Trying to upgrade my testserver from 1.0 RC4 to 3.01, i get the following error;

Quote:
Database error in vBulletin 4.1.7:

Invalid SQL:
REPLACE INTO ppgal_settinggroup (grouptitle, displayorder) VALUES ('adv_gallery_global', '1');

MySQL Error : Table 'vf_db.ppgal_settinggroup' doesn't exist
Error Number : 1146
Request Date : Saturday, November 5th 2011 @ 04:41:38 PM
Error Date : Saturday, November 5th 2011 @ 04:41:53 PM
Script : http://192.168.1.10/forum/admincp/vbgallery_install.php
Referrer : http://192.168.1.10/forum/admincp/vbgallery_install.php
IP Address : 192.168.1.117
Username : Marcski
Classname : vB_Database
MySQL Version : 5.5.17
Marcski is offline   Reply With Quote
Old November 5th, 2011, 01:50 PM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,940
Well the real question is why does that table not exist if you ask me.

Code:
Content visible to verified customers only.
You can try running that query in phpmyadmin and see if that helps and continue your upgrade.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old November 5th, 2011, 03:18 PM   #3 (permalink)
Member
Verified Customer
 
Join Date: Jul 2004
Location: The Netherlands
Posts: 58
TYPE=MyISAM is deprecated btw, but i used ENGINE=
(had to replace the whole upgrade script the first time round)

Quote:
Updated to version 2.0B2

Updated to version 2.0.0

Updated to version 2.0

Updated to version 2.1

Updated to version 2.2

Updated to version 2.3

Updated to version 2.4

Updated to version 2.4.3

Updated to version 3.0 Beta 1

Updated to version 3.0 Beta 2

Updated to version 3.0 Beta 3
this is when it happened. Running the script after creating the table gave an error on 2.0.0 upgrade;
Quote:
Database error in vBulletin 4.1.7:

Invalid SQL:
ALTER TABLE adv_gallery_categories RENAME TO ppgal_categories;

MySQL Error : Table 'vf_db.adv_gallery_categories' doesn't exist
Error Number : 1146
Request Date : Saturday, November 5th 2011 @ 09:17:06 PM
Error Date : Saturday, November 5th 2011 @ 09:17:07 PM
Script : http://192.168.1.10/forum/admincp/vbgallery_install.php
Referrer : http://192.168.1.10/forum/admincp/vbgallery_install.php
IP Address : 192.168.1.117
Username : Marcski
Classname : vB_Database
MySQL Version : 5.5.17
putting a database backup back now and creating the table before running the full upgrade..
Marcski is offline   Reply With Quote
Old November 5th, 2011, 03:37 PM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,940
Yes I can see where it happened I was merely commenting on the specific errors. I would think you have an issue with the type versus engine and then of course your specific version in the database.

what is the version in your setting table for the vbgallery your running?
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old November 5th, 2011, 03:47 PM   #5 (permalink)
Member
Verified Customer
 
Join Date: Jul 2004
Location: The Netherlands
Posts: 58
after the (failed) upgrade?
Marcski is offline   Reply With Quote
Old November 5th, 2011, 03:53 PM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,940
Yes I am trying to figure out where you are.

Your trying to upgrade from an early pre release beta not even from the gold first version.

Your noting errors from 3.0 upgrades yet when you go back your getting errors from 2.0 the version number is suppose to be changed at every upgrade stage.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old November 5th, 2011, 04:55 PM   #7 (permalink)
Member
Verified Customer
 
Join Date: Jul 2004
Location: The Netherlands
Posts: 58
i know, but we've been running RC4 since forever without any problems

i can't find a vbgallery version varname in the setting table.

after the create table on a db restore, upgrade goes on to ?do=upgradesettings, but stalls at another error:

Database ... Updated!

Importing Settings from XML File...
Quote:
Database error in vBulletin 4.1.7:

Invalid SQL:

SELECT *
FROM ppgal_setting;

MySQL Error : Table 'vf_db.ppgal_setting' doesn't exist
Error Number : 1146
Request Date : Saturday, November 5th 2011 @ 10:47:44 PM
Error Date : Saturday, November 5th 2011 @ 10:47:45 PM
Script : http://192.168.1.10/forum/admincp/vb...pgradesettings
Referrer : http://192.168.1.10/forum/admincp/vbgallery_install.php
IP Address : 192.168.1.117
Username : Marcski
Classname : vB_Database
MySQL Version : 5.5.17
Marcski is offline   Reply With Quote
Old November 5th, 2011, 04:58 PM   #8 (permalink)
Member
Verified Customer
 
Join Date: Jul 2004
Location: The Netherlands
Posts: 58
adv_setting and adv_settinggroup tables do exist though;

SQL query: SELECT * FROM `adv_setting` WHERE `varname` LIKE '%gallery_version%' LIMIT 0 , 30;
Rows: 1
varname grouptitle value defaultvalue optioncode displayorder
gallery_version adv_gallery_main 1.0 RC4 1.0 RC4 hidden 1
Marcski is offline   Reply With Quote
Old November 5th, 2011, 05:28 PM   #9 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,940
We are not talking about the adv_settinggroup table though are we. I am trying to see where your at. Do you have ppgal_ prefixed gallery tables in your database? If you do your past those old tables.

If you continue to have issues I might need to see your site because I can only guess by what your posting it is not like I am doing things first hand.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old November 6th, 2011, 09:38 AM   #10 (permalink)
Member
Verified Customer
 
Join Date: Jul 2004
Location: The Netherlands
Posts: 58
I've set up 3 databases, one with RC4 before upgrade (vbg_1.0_fresh), one with failed upgrade (vbg_upgrade_error) and one with create table and failed upgradesettings (vbg_upgradesettings_error)
you can reach them REMOVED

Last edited by Chuck S; November 6th, 2011 at 02:01 PM.
Marcski is offline   Reply With Quote
Old November 6th, 2011, 02:03 PM   #11 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,940
I removed any info above

feel free to send full site info including urls admin login and urls to forum gallery and ftp info and phpmyadmin info to the contact us link in our header above.

I can then look as yours is a unique situation as all rc or beta software is suppose to be destroyed once a gold version comes out and your not even using the gold first release so there are bound to be issues.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old November 6th, 2011, 02:20 PM   #12 (permalink)
Member
Verified Customer
 
Join Date: Jul 2004
Location: The Netherlands
Posts: 58
info sent
Marcski is offline   Reply With Quote
Old November 6th, 2011, 04:04 PM   #13 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,940
PhotoPost vBGallery
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old November 6th, 2011, 04:42 PM   #14 (permalink)
Member
Verified Customer
 
Join Date: Jul 2004
Location: The Netherlands
Posts: 58
thanks, what did you do?
This is a testserver and production needs to be updated too
Marcski is offline   Reply With Quote
Old November 6th, 2011, 05:04 PM   #15 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,940
well I just dealt with the issues one at a time as I beleive there might have been issues with one the latest mysql version and two running non supported old code for so long. Feel free to contact me if you run into any issues.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old November 7th, 2011, 03:33 AM   #16 (permalink)
Member
Verified Customer
 
Join Date: Jul 2004
Location: The Netherlands
Posts: 58
Quote:
Originally Posted by Chuck S View Post
Feel free to contact me if you run into any issues.
There must be another way for me to do it myself and minimize downtime on production, I can't wait for you to fix it for me...
Marcski is offline   Reply With Quote
Old November 7th, 2011, 07:04 AM   #17 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,940
Given your unique situation that is all I can offer your running a non supported old pre-release code and I beleive there are a multitude of issues trying to run and upgrade it on new php and mysql as well as some other conflicts which one needs to work through as they are encountered.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old November 7th, 2011, 07:28 AM   #18 (permalink)
Member
Verified Customer
 
Join Date: Jul 2004
Location: The Netherlands
Posts: 58
there must be a way to upgrade RC4 to a gold release, and upgrade vb and vbgallery from there? don't you have old versions of vbgallery i could use to upgrade?

Production server is running vB 3.0.12, php 5.1.6 and mysql 5.0.45
Marcski is offline   Reply With Quote
Old November 7th, 2011, 07:44 AM   #19 (permalink)
Member
Verified Customer
 
Join Date: Jul 2004
Location: The Netherlands
Posts: 58
and in all fairless, your "unsupported" doesn't apply because the upgarde manual explicitly states RC versions as upgradeble;
http://www.photopost.com/installphp-...y.html#upgrade
Marcski is offline   Reply With Quote
Old November 7th, 2011, 07:45 AM   #20 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,940
The issue here is there is no crystal ball. Everything would be a guess and I can not guess what would happen you may have totally different results on your production server.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S 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
upgrade from rc4 - 1.0.1vb3.5 Delw Installs and Upgrade - vBulletin 3.5.X 10 May 13th, 2006 06:53 AM
[RC4] Confusing error message... KW802 Installs and Upgrade - vBulletin 3.0.X 0 April 12th, 2005 06:23 PM
Errors after upgrade to rc4 livius Installs and Upgrade - vBulletin 3.0.X 3 April 7th, 2005 11:37 AM
RC4 Upgrade.. gallery dead. vbusers11 Installs and Upgrade - vBulletin 3.0.X 1 March 30th, 2005 04:15 PM
mysql error when upgrading to RC4 weirdpixels Installs and Upgrade - vBulletin 3.0.X 6 March 30th, 2005 09:52 AM


All times are GMT -5. The time now is 11:51 PM.

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