since we updateded to Forma 3.3.2, we have the following problem:
When a user logs in with the correct password, everything is okay.
When someone enters a wrong password, he gets a white (empty) page and that's it.
In the error logs I see the following (URL replaced):
Code: Select all
AH01071: Got error 'PHP message: PHP Fatal error: Uncaught Error: Call to a member function set() on null in /var/www/vhosts/akademie.*/httpdocs/plugins/FormaAuth/Authentication.php:82\nStack trace:\n#0 /var/www/vhosts/akademie.*/httpdocs/plugins/FormaAuth/Authentication.php(74): Plugin\\FormaAuth\\Authentication::_incrementSessionLoginFailuresNumber()\n#1 /var/www/vhosts/akademie.*/httpdocs/plugins/FormaAuth/Authentication.php(58): Plugin\\FormaAuth\\Authentication::_loginFailure()\n#2 /var/www/vhosts/akademie.*/httpdocs/lib/lib.pluginmanager.php(76): Plugin\\FormaAuth\\Authentication::getUserFromLogin()\n#3 /var/www/vhosts/akademie.*/httpdocs/lib/lib.authenticationmanager.php(63): PluginManager->run_plugin()\n#4 /var/www/vhosts/akademie.*/httpdocs/appCore/models/HomepageAdm.php(45): AuthenticationManager->login()\n#5 /var/www/vhosts/akademie.*/httpdocs/appCore/controllers/HomepageAdmController.php(391): HomepageAdm->login()\n#6 /var/www/vhosts/akademie.it-work...', referer: https://akademie.*/index.php?r=adm/homepage/show&done=logged_out*
Please help...