[wp-trac] [WordPress Trac] #39132: WP 4.7, object-cache.php breaks the site if APC is not enabled in php

WordPress Trac noreply at wordpress.org
Thu Dec 8 18:23:02 UTC 2016


#39132: WP 4.7, object-cache.php breaks the site if APC is not enabled in php
----------------------------+--------------------
 Reporter:  innocuo         |       Owner:
     Type:  defect (bug)    |      Status:  new
 Priority:  normal          |   Milestone:  4.7.1
Component:  Bootstrap/Load  |     Version:  4.7
 Severity:  normal          |  Resolution:
 Keywords:  has-patch       |     Focuses:
----------------------------+--------------------

Comment (by innocuo):

 @bdanielson2016, looks to me like that the issue you mention is unrelated.
 What must be happening is that you have 2 errors, php stops at error 1
 caused by {{{object-cache.php}}}. By deleting it you actually fix error 1,
 but now php stops at error 2.

 I can only reproduced the error reported by @bdanielson2016  if I remove
 {{{wp-includes/class-wp-taxonomy.php}}}.
 '''And''' the error is only displayed when:
 -  {{{object-cache.php}}} is '''not''' present
 - or if {{{object-cache.php}}} is present and {{{wp-includes/load.php}}}
 is patched.

 This just means one error is hiding the presence of the other error.

 There's a similar report in [https://wordpress.org/support/topic/error-
 after-update-78/ the support forums] with someone suggesting it's due to a
 failed incomplete update.

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


More information about the wp-trac mailing list