Reply to Re: Problem: Error: No source file. Can't carry on a process

Re: Problem: Error: No source file. Can't carry on a process new!
by colin, 17 years, 7 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

Your reply

Name *
Email 
Title *
Text *
CAPTCHA image
Enter the code displayed on the image:
Click on the image to generate another one if it is hard to read it. The case is important