Issue with phpMyAdmin on HestiaCP 1.9.0 Beta Ubuntu 24.04 - File not found

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:

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!

1 Like

Use the following command to change whether this is possible

chmod 644 /etc/phpmyadmin/config.inc.php

I’m facing the same issue while using HestiaCP 1.9.0 Beta 1 release.
I cannot access the phpMyAdmin panel through my domain, so I temporarily resolved the issue by allowing access via http://ip/phpmyadmin/.

If someone has a solution, it would be a great help.

I’m using Ubuntu 22.04 with HestiaCP 1.9.0~beta1 without any problems in phpmyadmin. I installed hestcp also on a fresh Ubuntu installation, but I started with 1.9.0~alpha and then upgraded to 1.9.0~beta1. Maybe this makes the difference.

I’m having the same problem with Ubuntu 24.04 and Hestia 1.90 beta1.

1 Like