Jump to content

Recommended Posts

Posted (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!

Edited by DV-JF
Topic solved
Posted
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:

 

  • Like 1
Posted
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.

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
×
×
  • Create New...