First of all, thank you to the team for this new version!
In this regard I have detected a small error (ubuntu 22) when generating the backup, as I can see this in the logs:
2025-02-19 08:36:08 v-list-dns-records ‘myuser’ ‘domain.com’ [Error 3]
2025-02-19 08:43:22 v-list-user-backups ‘myuser’ ‘json’ [Error 2]
2025-02-19 09:29:11 v-list-user-backups ‘myuser’ ‘json’ [Error 2]
2025-02-19 10:00:12 v-list-user-backups ‘myuser’ ‘json’ [Error 2]
Apart from that, when you try to enter the backups section from the control panel, there is an error of nginx:
HTTP/2.0", upstream: “fastcgi://unix:/run/hestia-php.sock:”, host: “srv.mydomain.com:8083”, referrer: “https://srv.mydomain.com:8083/fm/”
2025/02/19 10:00:12 [error] 198557#0: *48 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/backup/index.php:13
Stack trace:
#0 /usr/local/hestia/web/list/backup/index.php(13): ksort()
#1 {main}
thrown in /usr/local/hestia/web/list/backup/index.php on line 13” while reading response header from upstream, client: 81.43.25.144, server: _, request: “GET /list/backup/ HTTP/2.0”, upstream: “fastcgi://unix:/run/hestia-php.sock:”, host: “mydomain:8083”
I don’t remember right now but the other day I had the same error and I remember seeing a json file that included a correct line at the beginning, if you remove that line it doesn’t give an error anymore, I’ll look for it.