Typo in auth.php in 1.36.24 via ppa:iconnor/zoneminder-1.36
Posted: Mon Aug 29, 2022 1:53 pm
Pretty sure I found a typo in auth.php line 51.
Should be
Edit: It was returning this error, just in case anyone else gets it
Code: Select all
$user['Pasword'] = $bcrypt_hash;
Code: Select all
$user['Password'] = $bcrypt_hash;
Code: Select all
PHP Fatal error: Uncaught TypeError: Cannot access offset of type string on string in /usr/share/zoneminder/www/includes/auth.php:51\nStack trace:\n#0 /usr/share/zoneminder/www/includes/actions/login.php(95): migrateHash()\n#1 /usr/share/zoneminder/www/index.php(240): require_once('...')\n#2 {main}\n thrown in /usr/share/zoneminder/www/includes/auth.php on line 51