-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Description
While browsing the web interface, since 19.0.0 RC3 (not previous versions), the error log is generating issues like :
Trying to access array offset on value of type bool at /var/www/html/console.php#69
In log file : "level":3,"time":"2020-10-01T09:15:24+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Trying to access array offset on value of type bool at /var/www/html/console.php#69","userAgent":"--","version":"19.0.1.1"
Sometimes I can see some other files referenced for the same bug like cron.php#99. I can say it's the same bug because the line of code seems identical :
if ($user['name'] !== $configUser['name']) {
Steps to reproduce
Browse the web interface or check logs.
Server configuration
Docker : last version
Web server : nginx
Database: PostgreSQL