Hi,
Can you set WP_DEBUG to true in your wp-config.php file and let me know if you see an error on the blank screen?
Thanks,
Gerroald
Hello Gerroald,
Thank you for your reply.
The debug shows nothing.
Hi,
In your .htaccess file do you see a code block similar to the one below? If so, can you remove and see if you’re able to access the site login using yoursite.com/wp-login.php?
# BEGIN Hide Backend
# Rules to hide the dashboard
RewriteRule ^/site/wplogin/?$ /wp-login.php [QSA,L]
# END Hide Backend
Thanks,
Gerroald
Hello,
Yes, the hide backend is in .htaccess, and I’ve tried to remove it before.
It still resulted in a blank page.
I have currently disabled and removed the plugin for now, reinstalling it will most likely solve the problem. (see https://wordpress.org/support/topic/blank-page-on-hide-backend?replies=3) But the problem will occur in every update.
I have three similar setups using the same webhost with the exact same server configuration that are working fine!
I love iThemes security, and I don’t want to end up using another plugin.
Hi,
I haven’t been able to reproduce this.
When you’re on the blank screen does the URL reflect /not_found, or something else.
Thanks,
Gerroald
Hello Gerroald,
I think it showed a blank page with a not_found slug.
I’ve reinstalled the plugin, which fixed the problem (for now). The strange thing is that this time it remembered all of my settings, but the dashboard doesn’t show a list with things to fix anymore… so that worries me a little because there were a few things on that list in the previous install.
@fadingmusic
According to the 5.2.0 Changelog:
Feature Removal: Removed the “Security Status” portion of the Security > Dashboard page. This is in preparation for a new tool that provides suggestions tailored to the site and server that Security is running on.
If you value the Security Status feature more than anything listed as fixed or enhanced in the 5.2.0 Changelog, simply download and install the previous (5.1.1) release.
dwinden
Thank you, dwinden!
I’m fine with it, I trust iThemes more than any other security plugin.
Next time, I should look at the changelog more closely. 😉
I was wrong, the blank page still occurs, just a white screen.
Google Developer Tools says:
Failed to load resource: the server responded with a status of 503 (Service Unavailable)
I found out that this has something to do with WP Super Cache.
I’m going to do some research, any suggestions are welcome.
Solved it by excluding login slug for hide backend feature.