• Resolved ponderconsulting

    (@ponderconsulting)


    I never had a problem with this plugin before but “Almost ready to migrate to SSL!” won’t go away in the Dashboard on every page…….annoying.

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

    (@rogierlankhorst)

    Usually you you can resolve this by unchecking the “flush rewrite rules” checkbox next to the activation button, then clicking the activation button.

    If that doesn’t help, you can also force activate the plugin by adding this to your theme’s functions.php:

            
                $options = get_option('rlrsssl_options');
                $options['ssl_enabled'] = true;
                update_option('rlrsssl_options');
            

    Then you can remove it again.

    Thread Starter ponderconsulting

    (@ponderconsulting)

    Unchecking that box worked, thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘“Almost ready to migrate to SSL!” Won’t Go Away’ is closed to new replies.