• Resolved RezaY

    (@mohammad983)


    Hi,
    I get this error when am using the rank math plugin. I speak to its support, they think this log comes from a cache plugin.
    please read the last answer to this ticket

    I’d like to know your opinion. What do you think?

    Commands out of sync; you can't run this command now .... SELECT autoload FROM wp_options WHERE option_name = 'rank_math_notifications' .... shutdown_action_hook, do_action('shutdown'), WP_Hook->do_action, WP_Hook->apply_filters, MyThemeShopNotification_Center->update_storage, delete_option

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support qtwrk

    (@qtwrk)

    Hi,

    from the log you provided

    SELECT autoload FROM wp_options WHERE option_name = 'rank_math_notifications

    it seems something run this mysql query and hit issue , but I don’t think LiteSpeed Cache plugin would create any trouble with other plugins in database level.

    and a quota from RM dev

    This error message is typical to caching issues, but I can see that the cache plugin is disabled on your site

    when LiteSpeed Cache is disabled , it won’t affect the site in any way any more.

    but you can try disable opcache if you have it enabled, I’ve seen it creates trouble before in some case.

    you can always check cache status via HTML source code or HTTP response header.

    The error can also be explained by another plugin running a query and not completing it or clearing it correctly, so the mysql connection is left in an inconsistent state and Rank Math cannot process its own query.

    yes , this is typically something else run that query but didn’t properly close/exit itself and leave it out of sync

    Best regards,

    Plugin Support qtwrk

    (@qtwrk)

    Hi,

    I’m going to mark this topic “Resolved”, due to lack of activity.

    If you still need help, please feel free to re-open it.

    When re-open it, please also change the topic status to “not solved”

    Best regards,

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