 | |  | | | Photopost Pro Import Scripts Looking to upgrade to PhotoPost? We'll post any importers we develop here. |
January 6th, 2009, 05:52 PM
|
#61 (permalink)
| | Member
Join Date: Aug 2002
Posts: 177
| Quote:
Originally Posted by Sola To import, you obviously have to install PP first. But do you need to link PP to the VB user database (since VBG depends on that)?
Secondly, this instruction doesn't explain the INITIAL process and VERSIONS supported. | Please don't hurry to answer these questions. I figured it out.
For others' benefit:
1) Yes.
2) Just install PP (same or different DB, doesn't matter), hook up to VB to share User system, unzip the import file and run VBAG.PHP, not the other one.
|
| |
January 7th, 2009, 08:14 AM
|
#62 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,687
|
Yep its pretty simple the import script does all the work provided all the proper information, sorry missed your post. it happens |
| |
January 15th, 2009, 02:19 PM
|
#63 (permalink)
| | Junior Member
Join Date: Apr 2008 Location: Germany
Posts: 9
|
A belated Thank you for the hints on my request!
|
| |
January 15th, 2009, 06:26 PM
|
#64 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,687
|
Not a problem glad to help out.
|
| |
February 18th, 2009, 09:52 AM
|
#65 (permalink)
| | Junior Member
Join Date: Dec 2008
Posts: 21
| Images not showing up
I just imported everything from vgallery, and it looks like everything moved, but all the images are saying no thumb. Do i need to move the file on the server? If so what is the best way?
|
| |
February 18th, 2009, 10:28 AM
|
#66 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,687
|
Make sure in your config file for the import you placed the proper server paths to vbgallery files and photopost data directory and images will be imported.
|
| |
February 18th, 2009, 11:41 AM
|
#67 (permalink)
| | Junior Member
Join Date: Dec 2008
Posts: 21
| Quote:
Originally Posted by Chuck S Make sure in your config file for the import you placed the proper server paths to vbgallery files and photopost data directory and images will be imported. | you talking about the import?
I went ahead and copied the file over to the pro version, and they are showing now, but the pixels are visible.
If I deleted the file I copied, and re-run the import with it cofiged right it should bring them in right?
|
| |
February 18th, 2009, 12:48 PM
|
#68 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,687
|
If all the information is correct on the import script things will be imported correctly.
|
| |
February 18th, 2009, 01:08 PM
|
#69 (permalink)
| | Junior Member
Join Date: Dec 2008
Posts: 21
| Quote:
Originally Posted by Chuck S If all the information is correct on the import script things will be imported correctly. | I can't seem to get it so I am going to wipe it out and try again. I will let you know how it works out
|
| |
February 18th, 2009, 01:23 PM
|
#70 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,687
|
server paths are like this
/var/www/html/vbgallery/files
/var/www/html/photopost/data
Obviously you need to use your correct server paths to vbgallery files and photopost data directories to get files copied.
|
| |
February 18th, 2009, 02:19 PM
|
#71 (permalink)
| | Junior Member
Join Date: Dec 2008
Posts: 21
| Quote:
Originally Posted by Chuck S server paths are like this
/var/www/html/vbgallery/files
/var/www/html/photopost/data
Obviously you need to use your correct server paths to vbgallery files and photopost data directories to get files copied. | Ok i re-did everything, and i am still having this issue. I have also noticed that the few categories didn't transfer, and the users didn't transfer. It there anyway I can get you to look at this for me?
|
| |
February 18th, 2009, 03:10 PM
|
#72 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,687
|
Users dont transfer they come from vb so there is nothing to transfer.
You can post a link to your galleries sure and we can tell you what we think is wrong.
If files do not transfer its pretty specific in that your server paths your using are incorrect.
|
| |
February 18th, 2009, 04:16 PM
|
#73 (permalink)
| | Junior Member
Join Date: Dec 2008
Posts: 21
| Quote:
Originally Posted by Chuck S Users dont transfer they come from vb so there is nothing to transfer.
You can post a link to your galleries sure and we can tell you what we think is wrong.
If files do not transfer its pretty specific in that your server paths your using are incorrect. | Main Index - My Photo Gallery
Just an fyi the vgallery is fairly new, there really isn't a lot to transfer. I think theres around 30 or so photos, maybe 5 members categories. As for the users I have that fixed. I now see 117 user so thats cool. I also have the themes working right.
|
| |
February 18th, 2009, 06:07 PM
|
#74 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,687
|
Your import script shows you that it cant find the files
Warning: copy(/home2/eyedrea2/public_html/gallery/files/8/5/85-pm_003.jpg) [function.copy]: failed to open stream: No such file or directory in /home2/eyedrea2/public_html/gallerypro/vbag.php on line 686
You have 213 files. Make sure in vbgallery admin your not using safe mode storage if so change it to normal storage and then run the import to grab the files.
|
| |
February 18th, 2009, 09:44 PM
|
#75 (permalink)
| | Junior Member
Join Date: Dec 2008
Posts: 21
| Quote:
Originally Posted by Chuck S Your import script shows you that it cant find the files
Warning: copy(/home2/eyedrea2/public_html/gallery/files/8/5/85-pm_003.jpg) [function.copy]: failed to open stream: No such file or directory in /home2/eyedrea2/public_html/gallerypro/vbag.php on line 686
You have 213 files. Make sure in vbgallery admin your not using safe mode storage if so change it to normal storage and then run the import to grab the files. | Ok I think I have most of it. There is one thing I see right now and that is the members galleries aren't there. This is where 212 photos are, but you click on it and there isn't anything there. Any ideas?
|
| |
February 19th, 2009, 10:13 AM
|
#76 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,687
|
I beleive I posted an idea above? This has nothing to do with the import script or photopost pro.
I would have to look at your vbgallery but the issue is there. Why dont the files exist where they are suppose to. Thats why you cant import them. Thats why I asked you to make sure you where using the correct file storage implementation in the vbgallery admin maintenance. You did not respond.
|
| |
February 19th, 2009, 06:19 PM
|
#77 (permalink)
| | Junior Member
Join Date: Dec 2008
Posts: 21
| Quote:
Originally Posted by Chuck S I beleive I posted an idea above? This has nothing to do with the import script or photopost pro.
I would have to look at your vbgallery but the issue is there. Why dont the files exist where they are suppose to. Thats why you cant import them. Thats why I asked you to make sure you where using the correct file storage implementation in the vbgallery admin maintenance. You did not respond. | Sorry about that. I did check and the storage safe mode was on. I backed up everything, and clicked and followed the steps to turn it off. Now all the photos have been moved, but there still is the issue with the members cats. You said that you would have to see the vgallery, Did you still need to?
|
| |
February 19th, 2009, 08:55 PM
|
#78 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,687
|
You have 181 photos in a personal album All albums - Our Gallery
Everything transferred now that you changed that safe mode thing
Now as far as members galleries you might want to run the scan database tool in admin and rebuild members lastphoto field etc
|
| |
February 19th, 2009, 09:04 PM
|
#79 (permalink)
| | Junior Member
Join Date: Dec 2008
Posts: 21
| Quote:
Originally Posted by Chuck S You have 181 photos in a personal album All albums - Our Gallery
Everything transferred now that you changed that safe mode thing
Now as far as members galleries you might want to run the scan database tool in admin and rebuild members lastphoto field etc | Ok I see that but I am actully talking about the other member galleries. I have attached a screen shot of what i am talking about. You can also see this by going here. Eyedreamers Forum this is the vgallery that I am trying to move
|
| |
February 19th, 2009, 09:21 PM
|
#80 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,687
| |
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 06:10 PM. | |