Hello Hestia community,
I am encountering a bug with phpMyAdmin on HestiaCP 1.9.0 Beta, on a fresh install of Ubuntu 24.04.
When I try to access phpMyAdmin via:
I get a 404 with “File not found.”. The issue occurs both on the server’s main domain and on a hosted domain.
In the domain’s error log, I see the following error: “AH01071: Got error ‘Primary script unknown’”.
Interestingly, the static files of phpMyAdmin are accessible, for example:
The installation is very basic, no advanced options were added apart from the standard information:
- Username: admin
- Email: [email protected]
- Password: [password]
It doesn’t seem to be a permissions issue, as even a phpinfo.php file created with 777 permissions in /usr/share/phpmyadmin is not found (“File not found.”).
Has anyone encountered this issue or has an idea for a solution? Thanks in advance for your help!