Jump to content

4.1.19.1 Pages Advanced Settings


Vanrau

Recommended Posts

Whenever I click on Advanced Settings, I get the swirling icon for a while and then it throws this error.

Fatal error: Maximum execution time of 30 seconds exceeded in /home2/username/public_html/mysite/system/Node/Model.php on line 931

Any ideas what's wrong?

Link to comment
Share on other sites

On 26/03/2017 at 10:05 PM, Vanrau said:

Maximum execution time of 30 seconds exceeded

30 seconds (should!) really be enough I would of thought. However if you contact your host and ask them to increase php's max_execution_time to 60 seconds (that is not an unreasonable request by any means I think mines at 120 by default) to see what they say.

There are other causes such as an infinite loop where it can get stuck until it runs out of exec time or memory, whichever first but I would suspect increasing that to 60 will rectify this. :)

Hopefully your host will assist or if they will not do it directly they will tell you to use a local php.ini file or suchlike to adjust it.

Link to comment
Share on other sites

Hi AndyF, I edited my php.ini and adjusted the max_execution_time to 60 and increased memory_limit to 512M and the same issue is happening. This is an upgrade install from 3.4.9 to 4.1.19.1.

Here is what I have in the /admin/error_log

[26-Mar-2017 20:45:57 UTC] PHP Fatal error:  Maximum execution time of 30 seconds exceeded in /home2/username/public_html/mysite/system/Patterns/ActiveRecord.php on line 78
[26-Mar-2017 21:00:15 UTC] PHP Fatal error:  Maximum execution time of 30 seconds exceeded in /home2/username/public_html/mysite/system/Patterns/ActiveRecord.php on line 78
[26-Mar-2017 21:03:07 UTC] PHP Fatal error:  Maximum execution time of 30 seconds exceeded in /home2/username/public_html/mysite/system/Node/Model.php on line 931
[26-Mar-2017 21:04:21 UTC] PHP Fatal error:  Maximum execution time of 30 seconds exceeded in /home2/username/public_html/mysite/system/Patterns/ActiveRecord.php on line 312
[26-Mar-2017 21:08:05 UTC] PHP Fatal error:  Maximum execution time of 30 seconds exceeded in /home2/username/public_html/mysite/system/Node/Model.php on line 936
[26-Mar-2017 21:58:45 UTC] PHP Fatal error:  Maximum execution time of 30 seconds exceeded in /home2/username/public_html/mysite/system/Patterns/ActiveRecord.php on line 78
[26-Mar-2017 22:35:45 UTC] PHP Fatal error:  Maximum execution time of 30 seconds exceeded in /home2/username/public_html/mysite/system/Patterns/ActiveRecord.php on line 0
[27-Mar-2017 21:40:27 UTC] PHP Fatal error:  Maximum execution time of 30 seconds exceeded in /home2/username/public_html/mysite/system/Patterns/ActiveRecord.php on line 83
[27-Mar-2017 21:54:32 UTC] PHP Fatal error:  Maximum execution time of 30 seconds exceeded in /home2/username/public_html/mysite/system/Node/Model.php on line 962

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...