• Resolved chungas

    (@chungas)


    Hi there,

    After activating the plugin, my site works with SSL. However, when I try to login into wp-admin, my dashboard is completely blank as if I have no theme, no plugins etc. installed. It’s as if its a new wordpress site. Dashboard is empty.

    • This topic was modified 8 years, 8 months ago by chungas.

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Mark

    (@markwolters)

    Hi,

    do you see any menu options in the dashboard or do you get a white screen? Could you try to login using another browser and see if the same issue occurs?

    Mark

    When I activate the plugin, the CSS of the admin is gone. It is the same with network activation as with activation on a single site. This sounds similar to the OP’s problem.

    Plugin Contributor Rogier Lankhorst

    (@rogierlankhorst)

    The poster of this thread already marked this as resolved, but I don’t know what the issue was, or if it was multisite related, as yours seems to be.

    Possibly you have already changed your site url to https before activating this plugin?

    If the styling breaks because of this, you should still see an “activate SSL” button in the site. If so, enabling it should fix the issue.

    Do you maybe have any force_ssl_admin or force_ssl_login in your wp_config.php?

    > Possibly you have already changed your site url to https before activating this plugin?

    Yes, SSL works for the main domain and the admin and that is where I install the plugin. When I navigate to the admin of the subsite, I’m still in the main admin, so with SSL.

    > Do you maybe have any force_ssl_admin or force_ssl_login in your wp_config.php?
    Indeed, I do (but I don’t know if I still need it, I’ve been struggling with SSL since yesterday).

    Since my problem seems unrelated to that of the OP and you explained what happens in my case, let’s leave it to this.

    Thanks again for your swift reply.

    I’m having the same issue as the OP. After activating the plugin, my site works with SSL. However, when I try to login into wp-admin, my dashboard is completely blank as if I have no theme, no plugins etc. no menu. .nothing. I did notice in the URL that there is a redirect, however I cannot find any redirect in the htaccess or wp_config file to make any adjustments to. This is a single site/ not a multisite. HELP! Pelase.

    Plugin Contributor Rogier Lankhorst

    (@rogierlankhorst)

    If the screen is completely white, with nothing in it, this is a different issue. The above issue is also only possible on multisite.

    As you only have this issue on the dashboard, this suggests it is a memory issue (dashboard takes more memory, and front-end might be cached).

    You can try to increase the memory limit by adding this to your wp-config.php:
    define('WP_MEMORY_LIMIT', '256M');
    and if that doesn’t work, enable debug logging to check what the error is, as described in this article:
    https://really-simple-ssl.com/knowledge-base/how-solve-http-500-error-activation-really-simple-ssl/

    This isn’t a memory issue, but rather a redirect issue. I can’t even login to make any adjustments to the site.
    https://drive.google.com/file/d/1wi-JmNr7tkIk3SEQ0akCVD7Z2uvQdMZ6/view?usp=drivesdk

    When attempting to login in I simply get a white screen and nothing more.

    PS. I tried have tried your “memory” adjustment just to make sure I wasn’t wrong and it did not work.

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

The topic ‘Dashboard Changes After Activation’ is closed to new replies.