Error

See all posts See thread Reply

Re: Error new!
by Matt, 16 years, 8 months ago
I have a similar problem with jpgs past a certain size. They don't upload. I altered upload.php in the demo to isolate the error.

echo $handle->log;
$handle->Process('./test/');
echo "made it this far\n";

The problem is with $handle->Process('./test/')
It never makes it past this method and it doesn't fail. It just stops. I searched all my error logs on the server, even exotic logs like the audit.log as well as normal logs like the messages log, error.log, and suexec.log and found no errors. It is as if the function is exiting without an error. The script just stops.Reply
Re: Error new!
by colin, 16 years, 8 months ago
You are running out of memory.

See this post or this one or this one.Reply