Error: No source file. Can't carry on a process

See all posts See thread Reply

Re: Problem: Error: No source file. Can't carry on a process new!
by colin, 17 years, 6 months ago
You are probably running out of memory. Big images require a lot of memory to be resized or even converted. See this thread

Try to raise your local memory to 20M, 32M or more.

You can add this in your script:
ini_set ( "memory_limit", "20M")

Or in a .htaccess file:
php_value memory_limit 20M
Reply
Re: Problem: Error: No source file. Can't carry on a process new!
by Rasmus, 16 years, 4 months ago
I was running 0.19 on a PHP4 installation. When switching to PHP 5.2.4, it no longer worked and I got above error message. Upgrading class.upload.php to 0.25 solved the issue.

Cheers

RazReply