Error

#92454
  • Resolved Cem
    Rank Math free

    Hi,

    A recent update crashed WP-admin. I managed to manually remove Rankmath and lost all my on-page SEO but now have access to my WP-admin again.

    Upon trying to reinstall and activate Rankmath I get the following error (attached).

    Any advise?

    Thanks
    Cem

Viewing 5 replies - 1 through 5 (of 5 total)
  • 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.

    Cem
    Rank Math free

    That’s fixed it thanks. Fingers crossed the old database will put populate the plugin again now :/

    Hello,

    Glad that helped.

    The database should be intact.

    Please let us know if you see any discrepency in the data.

    We are here to help. Thank you.

    Cem
    Rank Math free

    Having installed a newer version of Rank Math, phpmyadmin reported a missing table but the install is fine. All good. Thanks for the help.

    Hello,

    Thank you for letting us know that.

    Feel free to let us know if you need any further assistance.

    We are here to help.

    Thank you.

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

You must be logged in to reply to this ticket.