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: 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: What do i need to do? |
|
Posts: 6818
Hello ton,
there is a link to diagnostic pages in the setup.
Please verify that your graphictool is still working.
Jens
--
Gallery 1 Developer
Posts: 9
What should the tool name be?
i have PHP, NetPbm, imagemagick, sessions, email and version.
Posts: 6818
Its either Netpbm or ImageMagick. Depending on what you configured.
Jens
--
Gallery 1 Developer
Posts: 9
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.
Posts: 6818
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