So i get this error for the installation in Debian 12 of Hestia 1.9.1 : [ * ] Configuring PHP-FPM 8.3…
Job for php8.3-fpm.service failed because the control process exited with error code.
See “systemctl status php8.3-fpm.service” and “journalctl -xeu php8.3-fpm.service” for details.
Error: php-fpm start failed
and the solution was to go in /etc/php/8.3/fpm/pool.d/www.conf and you just have to rename the [wwww] to [www].
But after this, in my case i got a new problem when i go in the address where hestia is installed i got this error that i can’t fix : Unable to load required libraries. Please run v-add-sys-dependencies in command line. Error: Failed opening required ‘vendor/autoload.php’ (include_path=‘.:’)
I tried to apt reinstall hestia-php and update everything but nothing works, do you have any solutions for me ?