CAPTCHA_FAILED_LOGIN_COUNT

Issue #1306 resolved
Philipp von Strobl-Albeg created an issue

Hi janos,

After upgrading to 1.4.1 and using php-8.0 I wanted to setup CAPTCHA_FAILED_LOGIN_COUNT

\$config['CAPTCHA_FAILED_LOGIN_COUNT'] = 3;

but when I put the line to config-site.php the login site is blank.

From nginx log:

2023/07/14 07:47:58 [error] 6940#0: *333 FastCGI sent in stderr: "PHP message: PHP Fatal error: Array and string offset access syntax with curly braces is no longer supported in /var/piler/www/securimage/securimage.php on line 1441" while reading response header from upstream, client: xxx, server: yyy, request: "POST /login.php HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "yyy", referrer: "https://yyy/login.php"

Comments (1)

  1. Log in to comment