Ok so I'm getting the following error when uploading large images:
PHP Fatal error: Out of memory (allocated 32505856) (tried to allocate 14592 bytes) in /home/public_html/includes/classes/class.imageresize.php on line 74
Immediately you want to tell me "go increase your memory limit in php.ini". Well thats what I thought the problem was to but I have changed the limit to 256Mb and I still get the error.
The server has more than enough physical memory so I don't understand what the problem is. Does anyone know of any reason why the script would not be able to access the required memory even though I have changed the limit?
PHP Fatal error: Out of memory (allocated 32505856) (tried to allocate 14592 bytes) in /home/public_html/includes/classes/class.imageresize.php on line 74
Immediately you want to tell me "go increase your memory limit in php.ini". Well thats what I thought the problem was to but I have changed the limit to 256Mb and I still get the error.
The server has more than enough physical memory so I don't understand what the problem is. Does anyone know of any reason why the script would not be able to access the required memory even though I have changed the limit?