Plugin could not be activated because it triggered a fatal error.

#1037528
  • Resolved Filip Vacarciuc
    Rank Math free

    Hello, i need help fixing an error with RankMath plugin its causing a fatal error i tried everything according to this link but it did not help: https://rankmath.com/kb/fatal-error-after-1-0-49-update/

    “The Repair Action Scheduler could not run because the repair database schema is obsolete.

    No actions performed.

    The Repair Action Scheduler plugin has been automatically deactivated.”

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,

    We apologize for the issue you are facing with the Rank Math plugin. It seems that the Repair Action Scheduler plugin did not resolve the fatal error due to an obsolete database schema.

    Here are a few steps you can try to fix this issue:

    1. Backup Your Database: Before making any changes, ensure you have a backup of your database.

    2. Manually Delete Obsolete Tables: If you are comfortable with it, you can manually check your database for any obsolete Action Scheduler tables and delete them. This may require access to phpMyAdmin or a similar database management tool.

    3. Use Code Snippets: You can also try using a code snippet to delete the option related to the Action Scheduler schema. Here’s how:

      • Go to the Snippets menu in your WordPress dashboard and click Add New.
      • Name the snippet and add the following code:
        add_action( 'init', function() { delete_option( 'schema-ActionScheduler_StoreSchema' ); } );
      • Select ‘Only run in administration area’ and save the changes.
      • After saving, deactivate the snippet and try activating Rank Math again.
    4. Clear Cache: Make sure to clear all caches, including server cache, after making these changes.

    If these steps do not resolve the issue, we recommend replying to your ticket with your site URL so that a human agent from our support team can assist you further. Thank you for raising this concern, and we hope to help you get this resolved soon!

    Sources:
    Fatal Error Happening on Some Installations After 1.0.49 Update » Rank Math

    Filip Vacarciuc
    Rank Math free

    Did not work

    Filip Vacarciuc
    Rank Math free

    Hello,

    You must have received an email from WordPress with the details about the error. Please share it with us here so we can check.

    If you haven’t received the email with the error code, you can follow this guide to enable debugging in WordPress
    https://wordpress.org/support/article/debugging-in-wordpress/ or you can get in touch with your web host, and they will help you locate the log file.

    Having an error log will help us determine what is causing the fatal error.

    Looking forward to helping you.

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, 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 could not be activated because it triggered a fatal error.’ is closed to new replies.