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/)
-   -   Rebuild Image Sizes turned thumbs into "beach" picture (http://www.photopost.com/forum/installs-upgrade-vbulletin-3-0-x/117677-rebuild-image-sizes-turned-thumbs-into-beach-picture.html)

Happy Camper February 21st, 2005 04:18 AM

Rebuild Image Sizes turned thumbs into "beach" picture
 
i was running Rebuild Image Sizes to change my thumbnail size but after i did this i got this image:
Code:

Content visible to verified customers only.
any ideas how i can get my thumb back?

thanks

rbl February 21st, 2005 07:08 AM

Re: Rebuild Image Sizes turned thumbs into "beach" picture
 
Did you change your image engine (GD or IM) previous to the rebuild?

Happy Camper February 21st, 2005 08:13 AM

Re: Rebuild Image Sizes turned thumbs into "beach" picture
 
ok, i found that one of my paths was incorrect. so the images are now back.
NEW PROBLEM: my new thumbnails have been cropped. they are not the original just shrunk, but these are cropped strangly.

heres a link: http://eslhq.com/gallery

rbl February 21st, 2005 08:21 AM

Re: Rebuild Image Sizes turned thumbs into "beach" picture
 
That's a new one =) Never seen that before.

Maybe Brian has an idea of what's going on (if you didn't change the thumbnail generating code).
Besides that, you still haven't set your paths properlly. See that double slash?
http://eslhq.com/gallery//3/0/pokerface-med.jpg

Happy Camper February 21st, 2005 08:33 AM

Re: Rebuild Image Sizes turned thumbs into "beach" picture
 
ok i think i have the slash thing worked out: http://eslhq.com/gallery/3/0/pokerface-med.jpg. tried to rebuild the thumbs after that and still no luck, cropped...

rbl February 21st, 2005 08:36 AM

Re: Rebuild Image Sizes turned thumbs into "beach" picture
 
So, if you haven't changed your image engine nor did you change the code in any way, I have no idea of what's going on.

Happy Camper February 21st, 2005 08:41 AM

Re: Rebuild Image Sizes turned thumbs into "beach" picture
 
i have no business touching the image engine, didnt touch it.

rbl February 21st, 2005 08:50 AM

Re: Rebuild Image Sizes turned thumbs into "beach" picture
 
There's something very strange on your gallery.
I haven't set mine to save original and medium sized pictures but you have a lot of pictures for the same photo and the sizes don't fit.
Pokerface, for example has (beside the cropped thumb):
- the displayed image, stated 328 x 500 but it's not
http://eslhq.com/gallery/showimage.php?i=72
- medium size image, should be 328 x 500 but it is 717 x 1094
http://eslhq.com/gallery/3/0/pokerface-med.jpg
- and full size image, is 717 x 1094, the same size as medium
http://eslhq.com/gallery/3/0/pokerface.jpg

Happy Camper February 21st, 2005 08:54 AM

Re: Rebuild Image Sizes turned thumbs into "beach" picture
 
well, if it helps solve the mystery, i use the import script for PP.

i also dont feel like my paths are entirely correct so i will post those:
Gallery URL:
http://eslhq.com/gallery

Files Path
/home/ericbusc/public_html/eslhq/gallery

Files URL
http://eslhq.com/gallery

FTP User Folder Path
/home/ericbusc/public_html/eslhq/gallery/users

FTP User Folder URL
blank

maybe that will help...

Happy Camper February 21st, 2005 09:05 AM

Re: Rebuild Image Sizes turned thumbs into "beach" picture
 
i think i got it but it would be great if you could help me confirm that. i think i needed to resize the regualre size images first, then do the thumbs :)

let me know what you think rbl...

rbl February 21st, 2005 09:05 AM

Re: Rebuild Image Sizes turned thumbs into "beach" picture
 
Ahhh... imported from PP. The mystery starts to unfold =)
Maybe you should consider setting things right first (if you save originals, medium pic sizes, etc) and then rebuilding everything again because it doesn't seem very well.

You were right, your paths are wrong.

Files Path should be /home/ericbusc/public_html/eslhq/gallery/files
like it says in the caption, it's "The full path (NOT the URL!) to the folder in which your images will be stored.
Ex: /home/yoursite/public_html/gallery/files"

Files URL should be http://eslhq.com/gallery/files

You only need to set FTP User Folder Path if you will be using uploads by ftp, and if you do, then you must set the FTP User Folder URL

Happy Camper February 21st, 2005 09:43 AM

Re: Rebuild Image Sizes turned thumbs into "beach" picture
 
Quote:

Originally Posted by rbl
like it says in the caption, it's "The full path (NOT the URL!) to the folder in which your images will be stored.
Ex: /home/yoursite/public_html/gallery/files"

thats what confuses me. the photos seem to be here gallery/3/1 or something like that. nothing seems to be stored in the files directory.

i am so confused because now (without changing the paths) things seem to be ok...

:confused:

rbl February 21st, 2005 09:45 AM

Re: Rebuild Image Sizes turned thumbs into "beach" picture
 
You probably imported them with the wrong paths.
Open your pp import script and see if you have set the path to gallery/files properly.

Happy Camper February 21st, 2005 09:47 AM

Re: Rebuild Image Sizes turned thumbs into "beach" picture
 
are these wrong?

// The Path to your PhotoPost folder on your server
$photopostpath = '/home/ericbusc/public_html/eslhq/esl_photos';

// The Path to your Forums folder on your server
$vbulletinpath = '/home/ericbusc/public_html/eslhq/esl_forums';

// The Path to your vBadvanced Gallery/files folder on your server
$galleryfilespath = '/home/ericbusc/public_html/eslhq/gallery';

Happy Camper February 21st, 2005 09:48 AM

Re: Rebuild Image Sizes turned thumbs into "beach" picture
 
i see the problem :)

Happy Camper February 21st, 2005 09:49 AM

Re: Rebuild Image Sizes turned thumbs into "beach" picture
 
ok, how should i go about re-running the import script? do i have to delete anything?

Brian February 21st, 2005 09:49 AM

Re: Rebuild Image Sizes turned thumbs into "beach" picture
 
Quote:

Originally Posted by Oreamnos
thats what confuses me. the photos seem to be here gallery/3/1 or something like that. nothing seems to be stored in the files directory.

Just move each of those folders (1 - 10) into the files folder and that should at least solve part of the problem.

Brian February 21st, 2005 09:50 AM

Re: Rebuild Image Sizes turned thumbs into "beach" picture
 
Quote:

Originally Posted by Oreamnos
ok, how should i go about re-running the import script? do i have to delete anything?

If you want to re-run it just remove the folders it created (1 - 10), change the paths to the correct settings, and then run it again.

Happy Camper February 21st, 2005 09:52 AM

Re: Rebuild Image Sizes turned thumbs into "beach" picture
 
cool! thanks for your help, both of you! :)

rbl February 21st, 2005 05:54 PM

Re: Rebuild Image Sizes turned thumbs into "beach" picture
 
You're welcome! Just remember this: speed reading is bad mmkay? =)

Btw, any change on those cropped thumbnails?


All times are GMT -5. The time now is 11:15 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