PHP 8.2 Uncaught Error: Undefined constant commandline_users

Hi all,

Is it PHP 8.2 supported? If yes it doesn’t seem to work, at least in my setup.
It always throws an error at config 156 line where I define the array with users to run the cron from cli.

Example:

PHP Fatal error: Uncaught Error: Undefined constant “web70” in /var/www/clients/client1/web70/web/config/config.php:156

$commandline_users = array(“admin”);

As soon as I commend that line it works fine.
Any workaround on this?

Thanks

@mrdebian I cannot tell from what you pasted but have you used the correct quote character, either single or double quote not “smart quotes”?

The paste was wrong, the file has the proper character as the same works on 7.4

Please ignore my post, indeed was one character wrong.