Cannot Post Images (cannot create thumbnail)

apaul

Joined: 2004-09-10
Posts: 2
Posted: Fri, 2004-09-10 14:56

Gallery URL (optional but very useful): www.nachas.us/gallery
Gallery version: 1.4.4-pl2
Apache version: Apache/1.3.29
PHP version (don't just say PHP 4, please): PHP Version 4.3.8
Graphics Toolkit: NetPBM
Operating system: Linux
Web browser/version (if applicable):
_________________________________________________________
I'm getting: Error: Unable to make thumbnail (0) when trying to upload images. I've put the app in debug mode but not getting much information. Also, I have executed the php code <?php
echo ini_get("disable_functions");
?>
and did not get exec()

The full text is:
Fetching Urls...
/homepages/27/d93864291/htdocs/nachas/pics/0002.jpg
Processing status...

- Adding 0002.jpg
Resizing/compressing original image
No resizing required
File /homepages/27/d93864291/htdocs/nachas/gallery/albums/album01/0002_G.jpg type 2.

Executing:

'/homepages/27/d93864291/htdocs/nachas/netpbm/jpegtopnm' '/homepages/27/d93864291/htdocs/nachas/gallery/albums/album01/0002_G.jpg' | '/homepages/27/d93864291/htdocs/nachas/netpbm/pnmscale' -xysize 150 150 | '/homepages/27/d93864291/htdocs/nachas/netpbm/pnmtojpeg' --quality=90 > '/homepages/27/d93864291/htdocs/nachas/gallery/albums/album01/0002_G.thumb.jpg'

Results:
none

Debug messages::

Status: 255 (expected 0)
Error: Unable to make thumbnail (0)
Need help? Look in the Gallery FAQ
No email sent as no valid email addresses were found

thanks in advance.

Login or register to post comments
justchil
justchil's picture

Joined: 2003-02-07
Posts: 225
Posted: Fri, 2004-09-10 17:14

Give this a try...

FAQ Gallery:c.2

Login or register to post comments
apaul

Joined: 2004-09-10
Posts: 2
Posted: Fri, 2004-09-10 18:18

Amansker nailed it...I had the wrong version of Netpbm

http://gallery.menalto.com/index.php?name=PNphpBB2&file=viewtopic&t=20480

Login or register to post comments