Plugin Crash After Update

#91587
  • Resolved Surojit
    Rank Math free

    After update rank math Seo plugins my site crash and show a fatal error for Rank Math SEO plugins. After deactivating the plugins the site back to normal mode.
    Then again I try to activate the plugins but again face the same problem.

    Please tell me how to solve the problem and how I export the Rank Math Data

    As I can’t activate the plugins due to fatal error so I can’t export the data from the plugins setting.
    Please tell me how to export data when the plugin is deactive

Viewing 8 replies - 1 through 8 (of 8 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.

    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 https://i.rankmath.com/YucUZS
    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 https://i.rankmath.com/D9iOGH
    6. Open WordPress Dashboard in a new window
    7. Then deactivate recently created snippet from here https://i.rankmath.com/1k8KcX
    8. Then activate the Rank Math plugin again

    If that doesn’t help, we might need to take a closer look at the settings

    We really look forward to helping you.

    Anonymous
    Rank Math free

    I also faced the same problem but now using this method it’s working fine

    All is okay now, after applying the above method.
    So now, do I need this code snippet plugin to be activated or I can remove now.

    Hello,

    Glad that helped.

    You can remove the plugin as mentioned in the steps. That is not needed afterwards.

    Thank you.

    Hello Sir,
    When pasting the code to the code snippet then show the
    Phrase Error: Syntax Error, unexpected ‘)’ on line 6
    Phrase Error: Syntax Error, unexpected ‘;’ , expecting ‘)’ on line 6

    Hello,

    Please try the following code instead:

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

    That should resolve the issue. Thank you.

    Thanks, My Problem Solve.

    Hello,

    Glad that helped.

    If it isn’t too much to ask for – would you mind leaving us a review here?
    https://wordpress.org/support/plugin/seo-by-rank-math/reviews/#new-post

    It only takes a couple of minutes but helps us tremendously.

    It would mean so much to us and would go a really long way.

    Thank you.​​

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

The ticket ‘Plugin Crash After Update’ is closed to new replies.