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 Rating: Thread Rating: 4 votes, 5.00 average. Display Modes
Old March 29th, 2005, 07:14 PM   #41 (permalink)
Brian
Guest
 
Posts: n/a
Re: Coppermine Import

Looks like it's just trying to copy thumbnail files that don't exist (apparently I fogot to set those functions so that they won't print out an error). They should be fine once you finish the import though.
  Reply With Quote
Old March 29th, 2005, 07:18 PM   #42 (permalink)
Member
Verified Customer
 
Join Date: Feb 2005
Location: AL
Posts: 183
Re: Coppermine Import

Thanks Brian!!
sunnycher is offline   Reply With Quote
Old March 29th, 2005, 07:42 PM   #43 (permalink)
Member
Verified Customer
 
Join Date: Feb 2005
Location: AL
Posts: 183
Re: Coppermine Import

Well, the thumbnails aren't working I updated everything, still get the red x showing on the main page of the forum.
And in the gallery, all the image info is there but the images aren't showing nor the thumbnails.
Any tips?
Cher
sunnycher is offline   Reply With Quote
Old March 29th, 2005, 07:54 PM   #44 (permalink)
Brian
Guest
 
Posts: n/a
Re: Coppermine Import

Would you mind submitting a support ticket so I can have a look?
  Reply With Quote
Old March 29th, 2005, 07:55 PM   #45 (permalink)
Member
Verified Customer
 
Join Date: Feb 2005
Location: AL
Posts: 183
Re: Coppermine Import

Sure Brian!
Exactly what/how do I do that?
Thank you for your help!
sunnycher is offline   Reply With Quote
Old March 29th, 2005, 07:56 PM   #46 (permalink)
Brian
Guest
 
Posts: n/a
Re: Coppermine Import

Homepage => Members' Area => Support Tickets
  Reply With Quote
Old March 29th, 2005, 08:05 PM   #47 (permalink)
Member
Verified Customer
 
Join Date: Feb 2005
Location: AL
Posts: 183
Re: Coppermine Import

duh! I knew that! Sorry Brian!
sunnycher is offline   Reply With Quote
Old March 29th, 2005, 08:11 PM   #48 (permalink)
Member
Verified Customer
 
Join Date: Feb 2005
Location: AL
Posts: 183
Re: Coppermine Import

Ok, done, I hope I put all the info in right LOL
thanks again
sunnycher is offline   Reply With Quote
Old April 3rd, 2005, 08:43 PM   #49 (permalink)
Member
Verified Customer
 
Join Date: Feb 2005
Posts: 62
Re: Coppermine Import

Well, import was flawless, all images and counters are right except the user galleries, they are not here! :P
Mijae is offline   Reply With Quote
Old April 13th, 2005, 11:08 PM   #50 (permalink)
Member
Verified Customer
 
Join Date: Sep 2005
Posts: 239
Re: Coppermine Import

I had to CHMOD the gallery/files folder to 777 to make it work, but then it imported 1400 images in less than five minutes.

Great script guys!
StuartDH is offline   Reply With Quote
Old May 7th, 2005, 10:45 AM   #51 (permalink)
Junior Member
Verified Customer
 
Join Date: Apr 2005
Posts: 1
Re: Coppermine Import

I am wondering if the import script is set to pick up the file size of imported images? After I ran the import I noticed that the file size column has not been populated for any of the import images and is set to 0 for all imported images.

Also, I did not turn on the original file option before the import so have no original size images. The import will be run again since this was a test import but if that option is enabled in the configuration first will the original images be imported/moved as well?

Thanks in advance,

Jamie

[Edit]
I was able to get the file size by updating the images in the Maintenance menu but even after enabling original images in the settings the original images are not being imported from Coppermine.
jamieb is offline   Reply With Quote
Old June 5th, 2005, 12:49 PM   #52 (permalink)
Junior Member
Verified Customer
 
Join Date: Jun 2004
Posts: 11
Re: Coppermine Import

It worked fine but none of the User Albums were brought over.. any tips Brian or anyone? =(
crash resistant is offline   Reply With Quote
Old June 19th, 2005, 01:38 AM   #53 (permalink)
Member
 
Join Date: Jun 2005
Posts: 74
Re: Coppermine Import

Here is what fixed the script for me. In the image path instuctions it says

Code:
Content visible to verified customers only.
But the example should say
Code:
Content visible to verified customers only.
glorify is offline   Reply With Quote
Old June 19th, 2005, 10:30 AM   #54 (permalink)
Brian
Guest
 
Posts: n/a
Re: Coppermine Import

No, the example should say /gallery/files. The images directory is meant for the image files that come with the gallery and the files directory is meant to store the images that you upload.
  Reply With Quote
Old June 19th, 2005, 11:26 AM   #55 (permalink)
Member
 
Join Date: Jun 2005
Posts: 74
Re: Coppermine Import

Er, no idea why it worked for me then. Maybe my images folder was chmodded to 777 and the files folder wasn't. Just a guess. If I did it with the 'files' path I could get everything imported but the images.

Note--every pic in my gallery was a user gallery.
glorify is offline   Reply With Quote
Old August 7th, 2005, 08:28 PM   #56 (permalink)
Member
Verified Customer
 
Join Date: Feb 2004
Posts: 37
Re: Coppermine Import

Quote:
Originally Posted by jlaine
I'm unable to get my user gallerys to integrate - all the external non-user gallerys pulled over... Seems to be an issue with the categories? The images are listed - the thumbnails are there, but if I try to click on a thumbnail I get a permission denied page, and the category doesn't seem to be listed.

Any suggestions as to where to start? Has anyone imported from a coppermine that was using the vB bridge or was it just standalone?
I have the exact same problem. Did you get it fixed? I see you submitted a support ticket to Brian, so I'd love to know what the solution was!
Morrus is offline   Reply With Quote
Old August 8th, 2005, 01:10 PM   #57 (permalink)
Brian
Guest
 
Posts: n/a
Re: Coppermine Import

Try running this query:

UPDATE adv_gallery_categories SET useroptions = 13 WHERE catuserid != 0;

Then edit your categories through the admin cp, save the display order so that the category cache will be updated, and see if that helps.
  Reply With Quote
Old August 8th, 2005, 05:32 PM   #58 (permalink)
Member
Verified Customer
 
Join Date: Feb 2004
Posts: 37
Re: Coppermine Import

I get "Number of rows affected: 0" after running the query. No new categories appear in the admin CP or in the gallery itself.

However, individual thumbnails belonging to the "missing" categories do appear in the "random images" section on the main page, although clicking on them (or the category name listed under them) results in a permission denied message. So the images and category names are certainly there somewhere!
Morrus is offline   Reply With Quote
Old August 9th, 2005, 11:41 AM   #59 (permalink)
Member
Verified Customer
 
Join Date: Feb 2004
Posts: 37
Re: Coppermine Import

Just an update to say this still isn't fixed and my support ticket is open!

I'll edit the support ticket to give you access, Brian. I hadn't given you access before because I figured it had been solved after no followup from jlaine.
Morrus is offline   Reply With Quote
Old August 10th, 2005, 01:29 PM   #60 (permalink)
Junior Member
Verified Customer
 
Join Date: Jun 2004
Location: germany
Posts: 9
Re: Coppermine Import

hi.
i just did a clean install of gallery v1.0.1 (vB 3.5) and wanted to import my coppermine data.

but whenever i start the importscript it only returns

Quote:
Gathering albums...
Gathering categories...

VB_AREA or THIS_SCRIPT must be defined to continue
any ideas?

thx,
Quasan
imported_quasan 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
Coppermine User Import StuartDH Installs and Upgrade - vBulletin 3.0.X 12 March 20th, 2006 02:53 PM
Coppermine Import issues... TEAMBAJAMARINE Photopost Pro Installation & Upgrades 11 October 5th, 2005 01:43 PM
Postnuke / Coppermine Import sydeburnz Installs and Upgrade - vBulletin 3.0.X 2 September 2nd, 2005 06:35 PM
Import from oldish Coppermine Gallery ? Tim Skellett Before You Buy 3 June 6th, 2005 10:34 AM
Photopost Vs Coppermine Michael B Before You Buy 3 September 29th, 2004 07:39 PM


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

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