PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > vBGallery Support > vBGallery Installation & Upgrades > Installs and Upgrade - vBulletin 3.5.X

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old December 18th, 2005, 09:10 PM   #1 (permalink)
Member
Verified Customer
 
Join Date: Jan 2005
Posts: 48
vBGallery Upgrade Error on first page of import_photopost_vb35_5_1.php

I am trying to upgrade my Photopost 5.2.1 to vBGallery and I have ran into a problem. I just upgraded my PP from 4.7 to 5.2.1 so I am using the import_photopost_vb35_5_1.php script. When I goto the script I get the following error. What is my problem?

Database error in vBulletin 3.5.2:

Invalid SQL:
DELETE FROM adv_gallery_categories;

MySQL Error : Table 'photopost.adv_gallery_categories' doesn't exist
Error Number : 1146
Date : Sunday, December 18th 2005 @ 08:04:28 PM
Script : http://www.zilvia.net/import_photopost_vb35_5_1.php
Referrer :
IP Address : 67.161.140.218
Username : WeST
Classname : vb_database
WeST is offline   Reply With Quote
Old December 18th, 2005, 11:09 PM   #2 (permalink)
Registered User
Verified Customer
 
KW802's Avatar
 
Join Date: Nov 2005
Posts: 1,400
Did you run the vbagallery_install.php script first?
KW802 is offline   Reply With Quote
Old December 18th, 2005, 11:13 PM   #3 (permalink)
Member
Verified Customer
 
Join Date: Jan 2005
Posts: 48
Before the upgrade?

I installed vBGallery before trying to upgrade.
WeST is offline   Reply With Quote
Old December 19th, 2005, 03:05 PM   #4 (permalink)
Member
Verified Customer
 
Join Date: Jan 2005
Posts: 48
Any help on this? I need to get my Gallery running. Thanks!
WeST is offline   Reply With Quote
Old December 19th, 2005, 04:32 PM   #5 (permalink)
Registered User
Verified Customer
 
KW802's Avatar
 
Join Date: Nov 2005
Posts: 1,400
WeST,

What exactly are you "upgrading" -- PhotoPost 5.2.1 and vBGallery are two totally different products. Are you converting from PhotoPost 5.2.1 to vBGallery or are you trying to upgrade one of those products?
KW802 is offline   Reply With Quote
Old December 19th, 2005, 04:39 PM   #6 (permalink)
Member
Verified Customer
 
Join Date: Jan 2005
Posts: 48
Sorry, I am trying to import/convert Photopost 5.2.1 to vBGallery 1.01
WeST is offline   Reply With Quote
Old December 19th, 2005, 04:41 PM   #7 (permalink)
Registered User
Verified Customer
 
KW802's Avatar
 
Join Date: Nov 2005
Posts: 1,400
And you're positive that you ran the "vbagallery_install.php" script first? That would've created the tables for you.

Do you have your PhotoPost settings in a different table then you do your vB3 settings?
KW802 is offline   Reply With Quote
Old December 19th, 2005, 05:28 PM   #8 (permalink)
Member
Verified Customer
 
Join Date: Jan 2005
Posts: 48
I have vBGallery installed, if thats what your asking if I ran vbgallery_install.php.

Photopost and my vbgallery are in different databases. vBGallery installs them into your vBulletin forums database.
WeST is offline   Reply With Quote
Old December 20th, 2005, 01:15 PM   #9 (permalink)
Member
Verified Customer
 
Join Date: Jan 2005
Posts: 48
Any ideas?
WeST is offline   Reply With Quote
Old December 20th, 2005, 05:33 PM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,699
Well Honestly I do not see how any of these imports worked.

For one it is assumed the photopost database is in the same database as vbgallery.

Next I see nowhere in the import script where this is defined so the script never knows what the tableprefix of photopost is.

{$Globals['pp_db_prefix']}

Basically as the script is now I would suggest you at the top of the script try adding this line and see if it works

require "pp-inc.php";
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.

Last edited by Chuck S; December 20th, 2005 at 08:16 PM.
Chuck S is offline   Reply With Quote
Old December 20th, 2005, 05:59 PM   #11 (permalink)
Member
Verified Customer
 
Join Date: Jan 2005
Posts: 48
Its just giving me errors on the line that I add that. I tried a few varients to make sure, and all result in the same thing.
WeST is offline   Reply With Quote
Old December 20th, 2005, 08:16 PM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,699
well if this import is outside photopost directory you need the path to it

require "/path/to/pp-inc.php";
__________________
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 December 20th, 2005, 08:40 PM   #13 (permalink)
Member
Verified Customer
 
Join Date: Jan 2005
Posts: 48
Now I get this.

Fatal error: Cannot redeclare typecast() (previously declared in D:\inetpub\wwwroot\Zilvia.net\photo\pp-inc.php:33) in d:\inetpub\wwwroot\zilvia.net\photo\pp-inc.php on line 33

Line 33 of pp-inc.php is:

function typecast(&$passtype, $typelist) {
WeST is offline   Reply With Quote
Old December 20th, 2005, 09:00 PM   #14 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,699
Nevermind remove my line I see the include to pp-inc.php

Use a default script and let's go from there
__________________
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 December 20th, 2005, 09:03 PM   #15 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,699
I would ask the same as Kevin has, Have you installed vbgallery?

This query tells me your gallery categories table does not exist

$db->query_write("DELETE FROM " . TABLE_PREFIX . "adv_gallery_categories");

I go to your site all I see is your forum and the hack VBpicsgallery
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.

Last edited by Chuck S; December 20th, 2005 at 09:05 PM.
Chuck S is offline   Reply With Quote
Old December 20th, 2005, 09:31 PM   #16 (permalink)
Member
Verified Customer
 
Join Date: Jan 2005
Posts: 48
http://www.zilvia.net/photo/

http://www.zilvia.net/gallery/
WeST is offline   Reply With Quote
Old December 20th, 2005, 10:17 PM   #17 (permalink)
Member
Verified Customer
 
Join Date: Jan 2005
Posts: 48
I changed some settings in the PP settings and got to the 2nd step and this is what I got.


Gathering images (Page 1 of 7)...

Warning: copy(d:inetpubwwwrootzilvia.netphoto/data/503/368368daishin2.jpg): failed to open stream: No such file or directory in D:\inetpub\wwwroot\Zilvia.net\import_photopost_vb35_5_1.php on line 237

Warning: copy(d:inetpubwwwrootzilvia.netphoto/data/503/368368daishin2.jpg): failed to open stream: No such file or directory in D:\inetpub\wwwroot\Zilvia.net\import_photopost_vb35_5_1.php on line 238

Warning: copy(d:inetpubwwwrootzilvia.netphoto/data/503/thumbs/368368daishin2.jpg): failed to open stream: No such file or directory in D:\inetpub\wwwroot\Zilvia.net\import_photopost_vb35_5_1.php on line 245

Warning: copy(d:inetpubwwwrootzilvia.netphoto/data/503/368368n03.jpg): failed to open stream: No such file or directory in D:\inetpub\wwwroot\Zilvia.net\import_photopost_vb35_5_1.php on line 242

Warning: copy(d:inetpubwwwrootzilvia.netphoto/data/503/thumbs/368368n03.jpg): failed to open stream: No such file or directory in D:\inetpub\wwwroot\Zilvia.net\import_photopost_vb35_5_1.php on line 245

Warning: copy(d:inetpubwwwrootzilvia.netphoto/data/508/852852Z_Desktop1.jpg): failed to open stream: No such file or directory in D:\inetpub\wwwroot\Zilvia.net\import_photopost_vb35_5_1.php on line 237
WeST is offline   Reply With Quote
Old December 20th, 2005, 10:17 PM   #18 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,699
Your not going to be able to import anything from a broken photopost I can tell you that. None of your images exist. Looks to me like you ran the 485 upgrade twice. You need to restore a backup photopost photos table and rerun the upgrade. Once you get photopost running correctly you can attempt an import

As far as the import script I did not write it but try switching the order like so

Code:
Content visible to verified customers only.
__________________
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 December 20th, 2005, 10:28 PM   #19 (permalink)
Member
Verified Customer
 
Join Date: Jan 2005
Posts: 48
Ok, let me try that. Thanks!
WeST is offline   Reply With Quote
Old December 21st, 2005, 01:23 PM   #20 (permalink)
Member
Verified Customer
 
Join Date: Jan 2005
Posts: 48
Alright, well I tried a few more attempts of a backup with some luck. I never switched the order of the code you mentioned above however as im not 100% sure what im switching.

Anyways, Step one works (or so it looks like). Then it goes to the 2nd step where its importing images. After a long while it will finally show some images on the index of my vBGallery, here are the statistics.

Statistics Categories: 2, Images: 0, Posts: 0, Total Views: 948,770, Total Disk Space: 23.92 MB

Here is the correct stats:

Statistics
Users: 24,234
Photos: 3,076
Comments: 16,891
Views: 2,044,426
Disk Space: 483.8mb

It looks like the catagories dont import right for one, as well as only move over a select ammount of images/stats, etc.

I can leave the import script running on step 2 for over an hour and the stats are still the same as mentinoed above.

Thanks for your help!

Last edited by WeST; December 21st, 2005 at 01:28 PM.
WeST 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
inc_features.php error upgrade 5.1 > 5.2 cpmike Photopost Pro Installation & Upgrades 2 October 4th, 2005 03:09 PM
upgrade error pp-inc.php redbox ReviewPost Installation & Upgrades 3 September 5th, 2005 12:10 PM
Error in functions_gallery.php after vba 1.0.1 upgrade detalhe Installs and Upgrade - vBulletin 3.0.X 1 February 26th, 2005 09:24 AM
error running upgrade.php Regs Classifieds Installation & Upgrades 3 December 8th, 2004 10:26 AM


All times are GMT -5. The time now is 07:57 AM.

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