• Resolved ajtatum

    (@ajtatum)


    I just found your plugin and plugin suite and love DecaLog. However, there’s an issue with the OPcache Manager plugin. There aren’t any analytics or anything showing up, but I know OPCache is working as I have another plugin that I was using to look at stats, etc.

    The error is:
    Unable to query OPcache status: array_key_exists(): Argument #2 ($array) must be of type array, bool given.

    I checked other support tickets, and it seems similar to the support thread here:
    https://wordpress.org/support/topic/analytics-empty/

    Just in case you’re wondering, the other OP Cache that I am using (was looking at yours as a replacement) is https://wordpress.org/plugins/flush-opcache/.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Pierre Lannoy

    (@pierrelannoy)

    Hello !

    Can you give me the file and line where this error is catched?

    Thanks.

    Thread Starter ajtatum

    (@ajtatum)

    In DecaLog, the PHP Backtrace is as follows:

    0 do_action_ref_array(opcm_opcache_stats`, Array)
    ./wp-cron.php:138
    1 WP_Hook->do_action(Array)
    ./wp-includes/plugin.php:522
    2 WP_Hook->apply_filters(, Array)
    ./wp-includes/class-wp-hook.php:331`

    Does that help?

    Thanks for looking into this so quickly!

    Plugin Author Pierre Lannoy

    (@pierrelannoy)

    Hi @ajtatum !
    Thanks. It helps, yes, to understand that calling the PHP function opcache_get_status() is returning an error.

    That’s a bit strange… Could you confirm the statistics tab with WP OPcache plugin (https://wordpress.org/plugins/flush-opcache/) is not generating blank values too or send me a screenshot of the 8 boxes with statistics?

    Thanks.

    Thread Starter ajtatum

    (@ajtatum)

    I switched hosting providers to Rocket.net and they don’t use OP Caching, thus I no longer use the plugin and can’t provide any more information. Sorry! However, thank you for your time and development!

    – AJ

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Unable to query OPcache status: array_key_exists()’ is closed to new replies.