When you see the following error message it means that the PHP script is exceeding the memory limit which is set for PHP. Fatal error: Allowed memory size of xx bytes exhausted (tried to allocate xx bytes) in /path/to/script.php To change the memory limit for one specific script, add the following line at the top […]
Recent Comments