[wp-trac] [WordPress Trac] #47323: Upgrading from WordPress 5.1 to 5.2.1 generates a fatal error

WordPress Trac noreply at wordpress.org
Mon May 20 05:22:22 UTC 2019


#47323: Upgrading from WordPress 5.1 to 5.2.1 generates a fatal error
-----------------------------+---------------------
 Reporter:  imath            |       Owner:  (none)
     Type:  defect (bug)     |      Status:  new
 Priority:  normal           |   Milestone:  5.2.1
Component:  Upgrade/Install  |     Version:  5.2
 Severity:  blocker          |  Resolution:
 Keywords:  needs-patch      |     Focuses:
-----------------------------+---------------------
Changes (by dd32):

 * keywords:   => needs-patch
 * severity:  normal => blocker
 * milestone:  Awaiting Review => 5.2.1


Comment:

 Introduced in [45357] / #46937

 `upgrade-core.php` runs in the context of the previous WordPress version,
 any function calls to almost any function added after it was introduced
 need to be checked via `function_exists()`.

 In addition to the mention `wp_get_update_php_annotation()`,
 `wp_get_update_php_url()` (WP 5.1) will also need checking.

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


More information about the wp-trac mailing list