[wp-trac] [WordPress Trac] #25164: Upgrade 3.5. -> 3.6

WordPress Trac noreply at wordpress.org
Thu Aug 29 12:18:01 UTC 2013


#25164: Upgrade 3.5. -> 3.6
-----------------------------+------------------------------
 Reporter:  adamtrlica       |       Owner:
     Type:  defect (bug)     |      Status:  reopened
 Priority:  normal           |   Milestone:  Awaiting Review
Component:  Upgrade/Install  |     Version:  3.6
 Severity:  normal           |  Resolution:
 Keywords:                   |
-----------------------------+------------------------------

Comment (by dd32):

 Can you try adding this to a mu-plugin, or your themes functions.php file?

 {{{
 add_filter( 'upgrader_pre_install', '_increase_timeout');
 function _increase_timeout( $filter ) {
   set_time_limit(0);
   return $filter;
 }
 }}}

 See if that causes any PHP notices/warnings/logs, or if an upgrade
 completes.
 I'm still fairly certain it's a timeout issue, the WordPress upgrader
 attempts to set a 300 second (5 minute) timeout, some server
 configurations won't allow for that to be changed though, and could cause
 it to time out much sooner than that, causing the symptoms you describe.

--
Ticket URL: <http://core.trac.wordpress.org/ticket/25164#comment:6>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list