• Resolved Jean-Fran?ois

    (@jfmgui)


    Hello all
    I am trying to activate the plugin on a Linux server through the usual activation panel. I get the normal feedback message “Plugin activated.”

    db.php link is created in wp-content folder.

    But the plugin still stays as disabled on plugin page. There is no information in logs or activating debug mode.

    As I already successfully activated the plugin with same configuration on other server, I suspect that PHP version 8.3 instead of 8.1 is causing this issue.

    Is Query Monitor fully tested with PHP 8.3 or do I have to look into other options? Where could I find any clue?

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author John Blackbourn

    (@johnbillion)

    WordPress Core Developer

    Query Monitor is tested with and should be fully compatible with PHP 8.3, yes.

    This sounds more like a caching issue on your site unrelated to Query Monitor. I recommend flushing your object cache, restarting the php or php-fpm process, or deactivating any cache related plugins on your site (in that order).

    Best of luck!

    Thread Starter Jean-Fran?ois

    (@jfmgui)

    Indeed, following command line fixed the issue:

    echo flush_all > /dev/tcp/127.0.0.1/11211

    I wasn’t aware the cache system could interfer with the admin panel in WordPress.

    Thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘PHP 8.3 compatibility’ is closed to new replies.