Jump to content

Blank white page in login screen


PawelGIX
 Share

Recommended Posts

That is interesting, because it doesn't show anything at all. If it would be an .htaccess-error, at least an 500 error should be thrown. But it doesn't seem to be, because your front end works properly.

PHP 5.3.8 and 5.4.45 are already outdated versions, but they should be supported. Preferably your hoster should offer at least PHP 5.6.x. You can always make sure to have the right PHP version running, by uploading an file f.e. info.php with the phpinfo-function in it. After checking, be sure to delete it, because it offers potential attackers an insight to your server environment.

Maybe someone else has more info on this issue. Nice site by the way.

Link to comment
Share on other sites

4 minutes ago, AndZyk said:

That is interesting, because it doesn't show anything at all. If it would be an .htaccess-error, at least an 500 error should be thrown. But it doesn't seem to be, because your front end works properly.

Exactly. No PHP errors. No errors in PW logs. Server HTTP response 200. I have no idea what to do next

Link to comment
Share on other sites

I would start with adding echo and exit() in site root index.php or (admin.php?) on various lines to see where it starts failing. If the echoes are shown and you reach the end of the file, move on to the next php file.

Another issue could be htaccess. I would try to uncomment sections and see what happens.

  • Like 1
Link to comment
Share on other sites

  • 1 year later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...