Plugin errors after update (errors 500)

#92945
Viewing 4 replies - 1 through 4 (of 4 total)
  • the previous version works without problems (v 1.0.48.2).

    Hello,

    Sorry for any inconvenience that might have been caused due to that.

    It seems like new tables are not getting created in the Database or some old plugin has left an incorrect entry.

    Please follow these steps to fix the issue:

    1. Take a complete backup of your website

    2. Install this plugin: https://wordpress.org/plugins/code-snippets/

    3. Head over to the Snippets menu in the left sidebar and click Add New
    add new snippet

    4. Give that post any name and copy the below code in the Code field

    add_action( 'init', function() {
    	delete_option( 'schema-ActionScheduler_StoreSchema' );
    } );

    5. Select ‘Only run in administration area’ option and click the Save and Activate button
    run only in admin area wordpress

    6. Open WordPress Dashboard in a new window

    7. Then deactivate recently created snippet from here
    disable snippet

    8. Then activate the Rank Math plugin again

    9. Please disable the Code Snippets plugin if you are not going to use it

    Here’s a video screencast:
    https://i.rankmath.com/79gPbv

    Please clear all the cache, including the server after following the above process.

    That should resolve the issue. Thank you.

    was able to update.
    Are there any further consequences?
    What caused the problem?

    Hello,

    Glad that helped.

    Nothing should happen now. The plugin will continue to work.

    It happened because the library we used was used by one of your older plugins and they failed to update the library.

    You are all good to go.

    If there’s anything else, please feel free to open a new support ticket and we will be more than happy to assist.

    Thank you.

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

The ticket ‘Plugin errors after update (errors 500)’ is closed to new replies.