• Resolved Kamran ul hassan

    (@kamranulhassan)


    Hi,

    I am using the latest version of WordPress and when I install the real SSL plugin it shows me the error

    Fatal error: Call to a member function get() on null in /home/wikibioi/public_html/wp-includes/query.php on line 28

    Kindly please tell me how I can resolve this issue.

    Regards

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Kamran ul hassan

    (@kamranulhassan)

    Options:
    * WordPress redirect
    * Mixed content fixer
    SERVER: apache
    SSL is enabled for this site
    ** Detecting configuration **
    plugin version: 3.1.3
    Already on SSL, start detecting configuration
    SSL type: SERVER-HTTPS-ON
    ** Configuring SSL **
    testing htaccess rules…
    test page url, enter in browser to check manually: https://wikibioinside.com/wp-content/plugins/really-simple-ssl/testssl/serverhttpson/ssl-test-page.html
    htaccess rules tested successfully.
    checking if .htaccess can or should be edited…
    .htaccess does not contain default Really Simple SSL redirect
    retrieving redirect rules
    converting siteurl and homeurl to https

    Plugin Contributor Rogier Lankhorst

    (@rogierlankhorst)

    Hi,

    This may indicate a conflict with another plugin flushing too early. As the function to flush the rewrite rules will only try this once, refreshing the page should in most cases resolve the issue.

    if this doesn’t help, you can also try deactivating your caching plugin, as this is often the cause. Then activate SSL, and activate caching again. It sometimes helps to log in in an anonymous browser window.

    Let me know if this helps!

    Thread Starter Kamran ul hassan

    (@kamranulhassan)

    Hi,

    First of all thank for the reply, I deactivate my cache plugin and now when I open my website with https it shows me this error

    Fatal error: Call to a member function get() on null in /home/wikibioi/public_html/wp-includes/query.php on line 28

    Regard

    Plugin Contributor Rogier Lankhorst

    (@rogierlankhorst)

    Can you add the following to your functions.php:
    update_option('rsssl_flush_rewrite_rules', true);

    This will tell the plugin not to flush.

    Thread Starter Kamran ul hassan

    (@kamranulhassan)

    Thank man you rock it (Y) thumbs up your support level is too good

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

The topic ‘Real SSl Plugin error after activate’ is closed to new replies.