Fatal Error – Maximum Execution Time Exceeded

How to fix the error of maximum execution time exceeded or memory limit.

in your htaccess file put in this:

php_value memory_limit 256M

php_value max_execution_time 36000

You can even go up from there

You must be logged in to post a comment.