Unable to load required libraries

It shows
// Unable to load required libraries. Please run v-add-sys-dependencies in command line. Error: Failed opening required ‘vendor/autoload.php’ (include_path=‘.:’) //
when I try to login control panel,and when I run in command line,it shows
//root@lu:~# v-add-sys-dependencies
/usr/local/hestia/bin/v-add-sys-dependencies: line 69: /usr/local/hestia/php/bin/php: No such file or directory
Cannot load Zend OPcache - it was already loaded
Your lock file does not contain a compatible set of packages. Please run composer update.
ERROR: PHPMailer installation failed!
Please report this to our development team:

//
Pls help me

apt list hestia-*

hestia-nginx/bullseye,now 1.23.4 amd64 [installed]
hestia-php/bullseye,now 8.2.5 amd64 [installed]

That is strange why is /usr/local/hestia/php/bin/php missing:

apt reinstall hestia-php

1 Like

Thank you!
apt reinstall hestia-php and then v-add-sys-dependencies
It works now

1 Like