Hello Community Noob in town.
Tryed to configure Brevo worked with Brevos credentials but when i tryed to pass the actual user got me in troubles
2024/05/09 22:29:28 [error] 1602#0: *49 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught TypeError: ksort(): Argument #1 ($array) must be of type array, null given in /usr/local/hestia/web/list/mail/index.php:13
Stack trace:
#0 /usr/local/hestia/web/list/mail/index.php(13): ksort()
#1 {main}
thrown in /usr/local/hestia/web/list/mail/index.php on line 13" while reading response header from upstream, client: 192.168.1.20, server: _, request: "GET /list/mail/ HTTP/2.0", upstream: "fastcgi://unix:/run/hestia-php.sock:", host: "192.168.1.20:8899", referrer: "https://192.168.1.20:8899/edit/web/?domain=koukisgas.gr&token=5dde
The problem is the password, it contains backstick character ` and this character isn’t allowed by the function that checks these fields (parse_object_kv_list in main.sh) so you should modify the password to remove that character.