You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well sadly, we caught this error too. It even prevents the user to log in, excepted via phpbb's forms. Maybe @egeloen has an idea on how to fix/workaround this.
If you login your phpbb into a LoginSuccessHandler, you will only catch this error when your two databases are not synchronized. That way, it's pretty rare to catch it.
You can also reinitialise the user_login_attempts var in a LoginFailureHandler.
Hello!
I catched this error after I logged incorrectly three times (correct login and wrong password).
Fatal error: Call to a member function set_template() on a non-object in /web/forum/includes/session.php on line 1734
I don't use your fork for phpbb I downloaded the last version from here https://www.phpbb.com/downloads/ maybe it's my problem?
Also if i try to login via forum and logged incorrectly three times I can see a captcha and don't see this error.
Maybe I can disable this verification via admin area?
Thanks a lot!
The text was updated successfully, but these errors were encountered: