"Expected status: 0, but actually received status 255&q

70Monte355

Joined: 2005-04-03
Posts: 2
Posted: Sun, 2005-04-03 03:02

See below Screen shot. Getting error while trying to upload image.

I have verified my binaries via faq.c.2 and I have placed in debug mode. Here is the message I am getting

Quote:
Processing status...

- Adding MVC-047S.JPG
Resizing/compressing original image
No resizing required
File /home/content/c/a/r/carolinaspdwy/html/albums/3-25-05-Winners/MVC_047S.jpg type 2.

Executing:

'/home/content/c/a/r/carolinaspdwy/html/gallery/NetPBM/netpbm/jpegtopnm' '/home/content/c/a/r/carolinaspdwy/html/albums/3-25-05-Winners/MVC_047S.jpg' | '/home/content/c/a/r/carolinaspdwy/html/gallery/NetPBM/netpbm/pnmscale' -xysize 150 150 | '/home/content/c/a/r/carolinaspdwy/html/gallery/NetPBM/netpbm/pnmtojpeg' --quality=90 > '/home/content/c/a/r/carolinaspdwy/html/albums/3-25-05-Winners/MVC_047S.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

Per the instructions for that message in debug mode. I should create a test.php with the 'disable functions' code below. I did and I got nothing returned. I am at a loss of my next step and any help would be appreciated. :)

Quote:
Status: (expected 0) -- This means that Gallery is unable to get a status message from PHP, which it relies on. One possible solution is that your host has disabled some needed php functions. To determine if they have create a PHP file containing

<?php
echo ini_get("disable_functions");
?>

----
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.carolinaspeedway.net/gallery
Gallery version: v1.4.4-pl6
Apache version:
PHP version (don't just say PHP 4, please): PHP Version 4.3.10
Graphics Toolkit:
Operating system:
Web browser/version (if applicable):

[img]http://www.carolinaspeedway.net/temp/status.jpg[/img]

---Stella

 
70Monte355

Joined: 2005-04-03
Posts: 2
Posted: Sun, 2005-04-03 03:38

DUH! Disregard. I continued searching the forums and I think I found what I needed.

It was covered in the following link.
http://gallery.menalto.com/index.php?name=PNphpBB2&file=viewtopic&t=27666&highlight=status+255