Can't see thumbs or resized imgs
Status: Beta
Brought to you by:
pixzone
Take a look at http://snijts.dyndns.org/fotos
You can view the foto's in "original" (or full) size, but all
the other sizes and the thumbs are not shown.
I have PHP 4.1.2, Apache 1.3.22, Mysql 3.23.36
It's a running SME server 5.1.2. If further info needed,
please let me know.
Any ideas so far?
Regards,
Terence
Logged In: YES
user_id=23848
what have you defined to use for image conversion in
config.inc.php?
I use ImageMagick
is your "convert" working? is the path to convert correct in
"config.inc.php" correct, mine is:
/* image module: magick, gd */
"image_module" => 'magick',
/* full path to ImageMagick's convert program */
"convert_path" => '/usr/bin/convert',
Let me know
Dirk
Logged In: NO
Thanks Dirk,
My imagemagick was missing. Convert is working now,
however still the same.
It seems that the systems tries to create them as it takes a
bit longer before the thumbnail page is finished with loading.
I'm trying to run this on a SME server 5.1.2
Any further ideas?
Reg, Terence
Logged In: YES
user_id=23848
a few ideas:
is the yappa cache directory being filled with the thumbnails?
If not the convert still has some problems, can it write to
that dir?
if yes: is the directory readable for apache?
rename a few of your pictures with very simple filenames like
a.jpg, b.jpg
I had problems with special characters in the filenames (BUG
554801)
One more thing: until you have the the resizing working use
"resize_options" => array( "original" ),
in config.inc.php, so users won't have to select the only
working choice.
Cheers
Dirk
Logged In: NO
Dirk,
Many thanks, All works fine now.
I had the cache directory in /tmp and apache could not read
from there.
I also made some changes to the file permissions to the dir
where yappa is, so to make sure that apache can read and
write there.
Problem solved, thanks again,
Terence
Logged In: NO
Hello
Have u succeed finally to setup Yappa?
I ahave the same pb than you
SME 5.0
i have setup GD: gd-1.8.4-4.src.rpm
and freetype-2.0.3-7.i386.rpm
but i still not see the Thumbnails
my page: http://www.frenchcancan.com/photos/
Logged In: NO
You should have the correct access condition.
chmod -R www.www
<photo directory> can help!