-
-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some people met with white screen after attempting to login #2062
Comments
Similar to #1870 ? |
Potentially but I am unsure, sorry I meant to update this last night. I believe I have discovered the issue. The users IP's were banned for too many login attempts. Originally, I had assumed this not to be the case as the 'Banned users' section in the status menu in the admin area said there are 0 bans and also the users could still see the site as a guest. Is it worth having that menu fixed and potentially the ban thing too or is that intentional? |
If being banned is indeed the cause for the blank page behaviour, then this needs to be fixed. Especially if you can still visit as a guest. Testing required to see what exactly happens and see what improvements need to be made. |
Please add define('e_DEBUG', true); to your e107_config.php file. Does it display any messages (other than a white page) ? |
No debug information is displayed when trying to login through the bootstrap menu or the login.php page. @CaMer0n I have messaged you about it on Gitter. |
If there are no ban messages.. one needs to enter some here (if they desire) |
I have this issue @ #2275 i did the debug and it just say your ip is banned |
One of my sites saying the same .... I appended the filename it was looking for: cache/banactions.php ed: fyi there were new IPv6 entries, and I have checked but I don't yet have v6 IP. |
I got e107 to show my IP by adding this after line 177. I suspect logged in using a browser saved old password. I reset my password in the database - using the md5 action. Then re-logged in and updated the password. All working. |
@Aaronsss Is this issue still happening? |
I am assuming this issue is fixed. If not, please let me know and I'll re-open. |
I have reports now of two individuals who are unable to login on the site. They are met with a white screen after clicking login and are not logged in. What I / they have tried:
I just cant think what else is causing it its strange that its only some users and that others can log in with the account.
The text was updated successfully, but these errors were encountered: