DV-JF Posted October 11, 2019 Share Posted October 11, 2019 (edited) Hi all... after looking into the I've recognized some errors caused by this module. Error: Exception: Login not attempted due to overflow. Please wait at least 5 seconds before attempting another login. (in /***/public_html/wire/modules/Session/SessionLoginThrottle/SessionLoginThrottle.module line 150) Error: Exception: Login not attempted due to overflow. Please wait at least 20 seconds before attempting another login. (in /***/public_html/wire/modules/Session/SessionLoginThrottle/SessionLoginThrottle.module line 150) Error: Exception: This request was aborted because it appears to be forged. (in /***/public_html/wire/core/SessionCSRF.php line 191) Is there a way to output these errors in a user friendly way, without throwing an "Internal Server Error" on the Frontpage (see attached video)? Many greets! IMG_3955.MOV Edited October 18, 2019 by DV-JF Topic solved Link to comment Share on other sites More sharing options...
Robin S Posted October 11, 2019 Share Posted October 11, 2019 7 hours ago, DV-JF said: Is there a way to output these errors in a user friendly way, without throwing an "Internal Server Error" on the Frontpage (see attached video)? Yes, by catching the exceptions. See example here: 1 Link to comment Share on other sites More sharing options...
DV-JF Posted October 18, 2019 Author Share Posted October 18, 2019 On 10/11/2019 at 10:44 PM, Robin S said: Yes, by catching the exceptions. @Robin S Thank you for your advice, somehow I've missed that topic during my research! I'll post other questions there. Many greets. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now