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 Import Scripts

vBGallery Import Scripts Here you will find import scripts to help convert your existing gallery to PhotoPost vBGallery.

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old January 23rd, 2010, 09:48 AM   #1 (permalink)
Member
Verified Customer
 
Join Date: Dec 2008
Posts: 101
Error when running importalbums.php

I just installed vBGallery at mu-43.com, with the kind help of Luc in another thread, and now I am trying to import our members vBulletin albums into vBGallery. When I run importalbums.php, I get this:

Code:
Content visible to verified customers only.
Can anyone please help me?
asabet is offline   Reply With Quote
Old January 23rd, 2010, 10:31 AM   #2 (permalink)
Member
Verified Customer
 
Join Date: Dec 2008
Posts: 101
Deleted. Was irrelevant.

Last edited by asabet; January 23rd, 2010 at 10:47 AM.
asabet is offline   Reply With Quote
Old January 23rd, 2010, 10:55 AM   #3 (permalink)
Registered User
 
Join Date: Aug 2005
Posts: 1,229
does it meen it is working?
Luciano is offline   Reply With Quote
Old January 23rd, 2010, 11:04 AM   #4 (permalink)
Member
Verified Customer
 
Join Date: Dec 2008
Posts: 101
No, still not working.

I'm on the phone with Hostgator to see if anything they can do??

Last edited by asabet; January 23rd, 2010 at 11:18 AM.
asabet is offline   Reply With Quote
Old January 23rd, 2010, 11:21 AM   #5 (permalink)
Registered User
 
Join Date: Aug 2005
Posts: 1,229
Well this error comes from your portal script..
Get the rest working,
see if you can normally upload images, edit, delete them... etc...
And once everything is working.. then only go forward to import the album pictures...
I suspect there are conflicts with your different vbulletin installations..
(like copying config files from one site to another) but could be something else
disable in products vBadvanced CMPS and see if the error persists..

Last edited by Luciano; January 23rd, 2010 at 11:33 AM.
Luciano is offline   Reply With Quote
Old January 23rd, 2010, 12:37 PM   #6 (permalink)
Member
Verified Customer
 
Join Date: Dec 2008
Posts: 101
Quote:
Originally Posted by Luciano View Post
Well this error comes from your portal script..
Get the rest working,
see if you can normally upload images, edit, delete them... etc...
And once everything is working.. then only go forward to import the album pictures...
All of that is working except for the import. Import fails with the vbadvanced disabled also.
asabet is offline   Reply With Quote
Old January 23rd, 2010, 01:36 PM   #7 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,696
well lost connection to mysql server means mysql shut down. Pretty generic error but try turning off the entire plugin system.
__________________
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 January 23rd, 2010, 01:38 PM   #8 (permalink)
Member
Verified Customer
 
Join Date: Dec 2008
Posts: 101
Chuck, I tried that without success. Actually, when I shut off the whole plugin system, I can't even access the mu-43.com without a fatal error. I had to go through mu-43.com/forum.php and re-enable the plugin system in order to get things working. I guess it's because mu-43.com is my vBadvanced CMPS, and that relies on the plugin system...

Last edited by asabet; January 23rd, 2010 at 02:44 PM.
asabet is offline   Reply With Quote
Old January 23rd, 2010, 02:03 PM   #9 (permalink)
Member
Verified Customer
 
Join Date: Dec 2008
Posts: 101
I sent my info via the "Contact Us". Any help would be extremely appreciated. I feel like I'm groping around in the dark trying to fix this .

Last edited by asabet; January 23rd, 2010 at 04:18 PM.
asabet is offline   Reply With Quote
Old January 23rd, 2010, 02:41 PM   #10 (permalink)
Member
Verified Customer
 
Join Date: Dec 2008
Posts: 101
Chuck, I contacted HostGator and just got an email from them which says:
Quote:
Hello,

Can you please provide us with the login information and link to the script you are attempting to run as well as the steps taken to reproduce the error you are getting? This way we can see the error from your end.

Regards,
Benjamin S.
Linux Systems Administrator
HostGator.com LLC
I submitted info to the Photopost "Contact Us" at the top of this page. Should I also send my vBulletin login information in reply to HostGator support or should I wait to hear from you or someone else from Photopost?
asabet is offline   Reply With Quote
Old January 23rd, 2010, 03:30 PM   #11 (permalink)
Member
Verified Customer
 
Join Date: Dec 2008
Posts: 101
Chuck, please tell me if you're going to look at it, because if you're not I might as well start moving each photo over one at a time by hand .
asabet is offline   Reply With Quote
Old January 23rd, 2010, 07:01 PM   #12 (permalink)
Member
Verified Customer
 
Join Date: Dec 2008
Posts: 101
Well, I tried and tried, and no luck. Having tried to work with vBGallery all day, I've gotten to know it a bit better and no longer want to import our albums into it. I like the vBulletin albums for what they are and will use vBGallery as a complementary feature for our forums or possibly not at all.
asabet is offline   Reply With Quote
Old January 23rd, 2010, 08:55 PM   #13 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,696
Okay well let us know as this is the weekend and I was out so if you still want someone to look at it let us know and I might be able to look at it tomorow.
__________________
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 January 24th, 2010, 12:33 AM   #14 (permalink)
Registered User
 
Join Date: Aug 2005
Posts: 1,229
@chuck
I did some reading and found on mysql.com
MySQL :: MySQL 5.0 Reference Manual :: B.5.2.9 MySQL server has gone away
it gives you lots of possibilities why you get such an error..
among them:
Quote:
You can also get these errors if you send a query to the server that is incorrect or too large. If you need big queries (for example, if you are working with big BLOB columns), you can increase the query limit by setting the server's max_allowed_packet variable, which has a default value of 1MB. You may also need to increase the maximum packet size on the client end.
there are big blobs here.. more than 300 of them
and the script loads them all into memory.. (as the images are stored in database). All depends how much memory is allocated to php.. but i think php would loose connection if it is out of mem..

I would try to move the album pictures to filesystem..
and then try to import
Luciano is offline   Reply With Quote
Old January 24th, 2010, 07:02 AM   #15 (permalink)
Member
Verified Customer
 
Join Date: Dec 2008
Posts: 101
Chuck,

I thought about it and would like to try to get it to work. Otherwise it's $129 wasted. I'll change the passwords back to what they were yesterday in the message I sent through "Contact Us"

Last night I deleted the userid 3 member galleries from our vbgallery, thinking that we would have to use vbgallery alongside our current member albums, and I don't know how to get that back properly prior to your trying to make the import script work.

I really appreciate your help.

Thanks,
Amin

Last edited by asabet; January 24th, 2010 at 07:08 AM.
asabet is offline   Reply With Quote
Old January 24th, 2010, 08:04 AM   #16 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,696
Luc yeah that would be my first thing to try also
__________________
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 January 24th, 2010, 08:18 AM   #17 (permalink)
Member
Verified Customer
 
Join Date: Dec 2008
Posts: 101
Thank you for your help, Chuck. I'm going to stay out of messing with mu-43 or vbgallery until I hear from you in this thread so as to not mess up what you are doing.
asabet is offline   Reply With Quote
Old January 24th, 2010, 08:45 AM   #18 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,696
Nope that doesnt help either. I am gonna have to see if there is anything else I can think of

Lost connection to mysql is very very generic of an error

MySQL :: MySQL 5.0 Reference Manual :: B.5.2.3 Lost connection to MySQL server

Now these are some things you can try but you need to get your host involved here because obviously I am not going to be able to change your mysql setup on the server.

Have them increase those variables noted in that thread and then lets revisit this.
__________________
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 January 24th, 2010, 09:58 AM   #19 (permalink)
Member
Verified Customer
 
Join Date: Dec 2008
Posts: 101
If there is a host problem, then this import script is not compatible with one of the most popular vBulletin hosts (Hostgator). Shouldn't that have been noted before advertising the ability to import albums as a feature?
asabet is offline   Reply With Quote
Old January 24th, 2010, 10:17 AM   #20 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,696
You are the only one who has posted this problem in the 9 months since this importer was released.
__________________
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
DB Error importalbums.php jboyd vBGallery Import Scripts 19 March 24th, 2011 05:12 PM
Problem when running vbgallery_install.php Frogger Installs and Upgrade - vBulletin 3.6x 3 November 21st, 2007 11:14 AM
error running upgrade.php Regs Classifieds Installation & Upgrades 3 December 8th, 2004 10:26 AM
Error running upgrade nsxprime Photopost Pro Installation & Upgrades 3 August 23rd, 2004 02:00 PM


All times are GMT -5. The time now is 07:14 PM.

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