• Resolved tahoemnts

    (@tahoemnts)


    What does this mean when activating SSL with plugin:
    Fatal error: Call to a member function flush_rules() on null in /home/pastrell/public_html/wp-includes/rewrite.php on line 273

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Rogier Lankhorst

    (@rogierlankhorst)

    Really Simple SSL will try to flush the rewrite rules, because the domain has changed from http to https. This will prevent your site from showing 404 errors after the switch.

    It seems that in some cases, either due to memory issues or a conflicting flush rule, this error can pop up. It will go away on refresh as this action will only execute once, and your site is switched to https.

    If the error prevents the activation from completing (which is the case if the activate SSL notice does not go away), you can use the force activation method to bypass the activation procedure, by adding this to your wp-config.php:
    define(“RSSSL_FORCE_ACTIVATE”, true);

    There are safeguards to prevent this from happening, but apparently there are still some configurations in which this can occur.

    Let me know if this helps!

    Thread Starter tahoemnts

    (@tahoemnts)

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