• Resolved giggles420

    (@gigglesslut420)


    After updating to 2.1, my debug log is filled with php notices like this:

    PHP Notice: Function wp_cache_flush_runtime was called incorrectly. Your object cache implementation does not support flushing the in-memory runtime cache. Please see Debugging in WordPress for more information. (This message was added in version 6.1.0.) in /public_html/wp-includes/functions.php on line 5835

    Rolling back to 2.0 stops the notices.

    • This topic was modified 1 year, 11 months ago by giggles420.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author WP Media

    (@wp_media)

    Hey @gigglesslut420

    ?Sorry to hear about the issue! Can you tell me if you use any specific plugin to handle object cache on your site?

    Best Regards
    Marko

    Thread Starter giggles420

    (@gigglesslut420)

    Using W3 Total Cache for Object Caching (memcached)

    Plugin Author WP Media

    (@wp_media)

    Hey @gigglesslut420

    It looks like this is coming from action scheduler usage of wp_cache_flush_runtime() function, and W3TC does not explicitly declare support for it with wp_cache_supports().

    This change happened in v6.0 and v6.1 of WP. You can check this GitHub Issue for further information.

    Best Regards
    Marko

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘PHP notices after update to 2.1’ is closed to new replies.