Support » Localhost Installs » Increasing the Max Upload Size Didn't Work

Viewing 1 replies (of 1 total)
  • While I admit I didn’t read it all, that thread appears to deal with upload limits (upload_max_filesize=2M, post_max_size=8M) rather than script execution time.

    The line you may actually need to adjust in php.ini, might be located under a heading that says something like “Resource Limits”.

    The default setting is 30 seconds (as noted in your error message), and the line will look something like this:

    max_execution_time = 30

    Restart apache after making any changes.

Viewing 1 replies (of 1 total)
  • The topic ‘Increasing the Max Upload Size Didn't Work’ is closed to new replies.