PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Installs and Upgrade - vBulletin 3.0.X (http://www.photopost.com/forum/installs-upgrade-vbulletin-3-0-x/)
-   -   Some images, many not found (http://www.photopost.com/forum/installs-upgrade-vbulletin-3-0-x/117218-some-images-many-not-found.html)

whitetigergrowl January 3rd, 2005 11:37 AM

Some images, many not found
 
It's weird.

http://www.powerrangerempire.com/gallery

I made sure that the paths and such were all pointed in the right spots. But no matter how hard I try, I never once see an actual pic. Some spots are empty with no pics where they should be, and other times there are just the dreaded red x's. The images appear in from my end to have transferred. I've ran every maintenence option available and it's still a no go. Since I was transferring this from Photopost I used the photopost converter but still nothing. No matter how many times I do it, I still get the same results. The categories transfer, and the images show up in the right folder. But still, no matter how many times I do it, and no matter how many times I triple check the paths...I still get red x's, lost files, and just total chaos. I've also made sure all files were chmoded 777. Still I get the same result. See the link above for yourself. Any ideas of what could be causing this would be great.
Thanks!

Brian January 3rd, 2005 11:51 AM

Re: Some images, many not found
 
Did you chmod your gallery/uploaded directory before you ran the PhotoPost import? It doesn't appear that you have any images in that folder.
Also, what did you set for the path variables in the PP import script?

whitetigergrowl January 3rd, 2005 12:32 PM

Re: Some images, many not found
 
Yep, I made sure it was chmoded. And even after the initial tries, I double checked just to see if I had a moment of forgetfulness. However all folders were 777. Here are the variables I have for the PP Import script. :

// The Path to your PhotoPost folder on your server
// Example: /home/yoursite/public_html/photopost
$photopostpath = '/home/-----/public_html/multimedia';

// The Path to your Forums folder on your server
// Example: /home/yoursite/public_html/vbulletin
$vbulletinpath = '/home/----/public_html'; (Forums are in the root folder)

// The Path to your vBadvanced Gallery/files folder on your server
// Example: /home/yoursite/public_html/gallery/files
$galleryfilespath = '/home/----/public_html/gallery';

Brian January 3rd, 2005 12:35 PM

Re: Some images, many not found
 
$galleryfilespath = '/home/----/public_html/gallery';

Should have been:

$galleryfilespath = '/home/----/public_html/gallery/files';

It looks like everything may have been created in your gallery folder instead... Check that directory and see if you have some folders called 0-9. If so, move them to your gallery/files directory. If not, try changing the path in the PP import script and try running that again.

whitetigergrowl January 4th, 2005 01:10 AM

Re: Some images, many not found
 
Still no go...

I changed the link above like you showed, I re-did the PP transfer process, and still got the same results. Its mind bending. And when I click on an actual image (not the thumbnail), I get a 404. And what gets me are the ones with nothing...

Brian January 4th, 2005 01:28 AM

Re: Some images, many not found
 
Would you mind submitting a support ticket via the Members' Area here then so I can have a look?

whitetigergrowl January 4th, 2005 04:40 PM

Re: Some images, many not found
 
Done...just waiting to hear back from ya.

whitetigergrowl January 4th, 2005 11:50 PM

Re: Some images, many not found
 
Seems to be working great now. Many thanks! :)


All times are GMT -5. The time now is 06:00 PM.

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


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97