[wp-trac] [WordPress Trac] #40314: Fatal error: Maximum execution time of 60 seconds exceeded

WordPress Trac noreply at wordpress.org
Thu Mar 30 11:32:38 UTC 2017


#40314: Fatal error: Maximum execution time of 60 seconds exceeded
----------------------------+------------------------------
 Reporter:  kakshakkalaria  |       Owner:
     Type:  defect (bug)    |      Status:  new
 Priority:  normal          |   Milestone:  Awaiting Review
Component:  General         |     Version:  4.7.3
 Severity:  normal          |  Resolution:
 Keywords:  has-patch       |     Focuses:
----------------------------+------------------------------
Changes (by mp518):

 * keywords:   => has-patch


Comment:

 I have found solutions in this file wp-includes\deprecated.php
 set default limit 60
  {{{#!php
 <?php
 @set_time_limit( 60 );
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/40314#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list