Thumbnail Problems, there are none and can't rebuild them.

t0n

Joined: 2008-09-02
Posts: 9
Posted: Fri, 2010-04-23 07:25

The following information is required to get an answer:
Get this information from the PHP diagnostic (in the configuration wizard).
Gallery URL (optional but very useful): http://www.risingsunperformance.nl/gallery
Gallery version: version 1.5.10
Apache version: Apache/2 - 20051115
PHP version (don't just say PHP 4, please): PHP Version 5.2.8
Graphics Toolkit:?
Operating system:?

My host moved, from that point i have some troubles with new pictures and thumbnails. A lot of locations were messed up, but they're pretty okay now. But not the thumbs, they won't appear with new uploaded pictures and i can't rebuild them. The 'rebuild thumbnails' pop-up just freezes.. That's it.

You can take a look here:
http://www.risingsunperformance.nl/gallery/view_album.php?set_albumName=album03
It says that there is no higlight.. in that album i have the most problems.

What do i need to do?

 
Tim_j
Tim_j's picture

Joined: 2002-08-15
Posts: 6818
Posted: Fri, 2010-04-23 09:36

Hello ton,

there is a link to diagnostic pages in the setup.

Please verify that your graphictool is still working.

Jens
--
Gallery 1 Developer

 
t0n

Joined: 2008-09-02
Posts: 9
Posted: Fri, 2010-04-23 09:45

What should the tool name be?

i have PHP, NetPbm, imagemagick, sessions, email and version.

 
Tim_j
Tim_j's picture

Joined: 2002-08-15
Posts: 6818
Posted: Fri, 2010-04-23 10:38

Its either Netpbm or ImageMagick. Depending on what you configured.

Jens
--
Gallery 1 Developer

 
t0n

Joined: 2008-09-02
Posts: 9
Posted: Fri, 2010-04-23 12:04

Checking: '/home/admin/domains/risingsunperformance.nl/public_html/gallery/gallery/netpbm/giftopnm' File /home/admin/domains/risingsunperformance.nl/public_html/gallery/gallery/netpbm/giftopnm does not exist.
Checking: '/home/admin/domains/risingsunperformance.nl/public_html/gallery/gallery/netpbm/jpegtopnm' File /home/admin/domains/risingsunperformance.nl/public_html/gallery/gallery/netpbm/jpegtopnm does not exist.
Checking: '/home/admin/domains/risingsunperformance.nl/public_html/gallery/gallery/netpbm/pngtopnm' File /home/admin/domains/risingsunperformance.nl/public_html/gallery/gallery/netpbm/pngtopnm does not exist.
Checking: '/home/admin/domains/risingsunperformance.nl/public_html/gallery/gallery/netpbm/pnmcut' File /home/admin/domains/risingsunperformance.nl/public_html/gallery/gallery/netpbm/pnmcut does not exist.
Checking: '/home/admin/domains/risingsunperformance.nl/public_html/gallery/gallery/netpbm/pnmfile' File /home/admin/domains/risingsunperformance.nl/public_html/gallery/gallery/netpbm/pnmfile does not exist.
Checking: '/home/admin/domains/risingsunperformance.nl/public_html/gallery/gallery/netpbm/pnmflip' File /home/admin/domains/risingsunperformance.nl/public_html/gallery/gallery/netpbm/pnmflip does not exist.
Checking: '/home/admin/domains/risingsunperformance.nl/public_html/gallery/gallery/netpbm/pnmrotate' File /home/admin/domains/risingsunperformance.nl/public_html/gallery/gallery/netpbm/pnmrotate does not exist.
Checking: '/home/admin/domains/risingsunperformance.nl/public_html/gallery/gallery/netpbm/pnmscale' File /home/admin/domains/risingsunperformance.nl/public_html/gallery/gallery/netpbm/pnmscale does not exist.
Checking: '/home/admin/domains/risingsunperformance.nl/public_html/gallery/gallery/netpbm/pnmtopng' File /home/admin/domains/risingsunperformance.nl/public_html/gallery/gallery/netpbm/pnmtopng does not exist.
Checking: '/home/admin/domains/risingsunperformance.nl/public_html/gallery/gallery/netpbm/ppmquant' File /home/admin/domains/risingsunperformance.nl/public_html/gallery/gallery/netpbm/ppmquant does not exist.
Checking: '/home/admin/domains/risingsunperformance.nl/public_html/gallery/gallery/netpbm/ppmtogif' File /home/admin/domains/risingsunperformance.nl/public_html/gallery/gallery/netpbm/ppmtogif does not exist.
Checking: '/home/admin/domains/risingsunperformance.nl/public_html/gallery/gallery/netpbm/pnmtojpeg' File /home/admin/domains/risingsunperformance.nl/public_html/gallery/gallery/netpbm/pnmtojpeg does not exist.
Checking: '/home/admin/domains/risingsunperformance.nl/public_html/gallery/gallery/netpbm/pnmcomp' File /home/admin/domains/risingsunperformance.nl/public_html/gallery/gallery/netpbm/pnmcomp does not exist.

&

You told the config wizard that your ImageMagick binaries live here:
/usr/bin
If that is not right (or if it is blank), re-run the configuration wizard and enter a location for ImageMagick.
Note: Your ImageMagick directory (/usr/bin) is not in your open_basedir list

/home/admin/domains/risingsunperformance.nl/:/tmp:/usr/local/lib/php/

The open_basedir list is specified in php.ini.
The result is, that we can't perform all of our basic checks on the files to make sure that they exist and they're executable.
We are going to test each ImageMagick binary individually.
Checking: '/usr/bin/identify' Expected status: 0, but actually received status 127.
Checking: '/usr/bin/convert' Expected status: 0, but actually received status 127.
Checking: '/usr/bin/composite' Expected status: 0, but actually received status 127.

 
Tim_j
Tim_j's picture

Joined: 2002-08-15
Posts: 6818
Posted: Fri, 2010-04-23 13:54

There you have the reason.

The location to your graphictool is wrong.

Option 1:
Talk to your hoster and ask for the path to Netpbm or Imagemagick (you only need one of them)

Option 2:
Install it on your own.

Jens
--
Gallery 1 Developer