One our server can’t access phpmyadmin.
We’re using Debian 12.6 and PHP 8.2 fpm
The error.log shows:
PHP Warning: require_once(Composer/CaBundle/autoload.php): Failed to open stream: No such file or directory in /usr/share/phpmyadmin/autoload.php on line 4
PHP Fatal error: Uncaught Error: Failed opening required ‘Composer/CaBundle/autoload.php’ (include_path=’.’) in /usr/share/phpmyadmin/autoload.php:4nStack trace:n#0 /usr/share/phpmyadmin/index.php(36): require()n#1 {main}n thrown in /usr/share/phpmyadmin/autoload.php on line 4
Never had this issue before, and the configuration is the same on other servers. I tried restarting Apache and PHP, but I don’t know which file should be edited?
Any answer would be appreciated
Restarting Apache, PHP and MariaDB services
Bandini is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.