Script stops without errors

See all posts See thread Reply

Re: Script stops without errors new!
by Robert, 12 years, 6 months ago
Cheers dodgyBob... actually that is my post also :)

After much more debugging I was able to make the script execute by choosing a smaller image file.

The original image was 324kb in size, 2832 x 4256 and seems to be straight off a Nikon camera.

i tried changing the server memory limits by putting the following at the top of the script:

ini_set ( "memory_limit", "40M");

But this had no positive effect.

What do I need to do so that I can make this work again in the future?Reply