Fatal error: Allowed memory size of 8388608 bytes exhausted
Posted on 12/07/08, filed under Web Hosting Problems/Solutions | No CommentsIt todays Web Hosting Tutorial we are going to cover how to change your PHP file upload limit to avoind the following error:
‘Fatal error: Allowed memory size of 8388608 bytes exhausted’?
PHP has a built-in limit on the amount of memory it will allocate. If that limit is reached, the process will exit with this error message. This is usually the result of the PHP script trying to load a large… Read full story