Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

phpmyadmin is not working in Hestiacp. [Bug] #4359

Open
anuradhawe opened this issue Apr 9, 2024 · 2 comments
Open

phpmyadmin is not working in Hestiacp. [Bug] #4359

anuradhawe opened this issue Apr 9, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@anuradhawe
Copy link

anuradhawe commented Apr 9, 2024

Describe the bug

I'm having errors on Debian 11 and Debian 12 where I can't login to phpmyadmin in Hestia

When I install Hestiacp with Debian 11 and go to phpmyadmin, the error in the screenshot below appears.

11

When I install Hestiacp with Debian 12 and go to phpmyadmin, the error in the screenshot below appears.

2

I use Hetzner ARM VPS

I installed Hestia on other Intel/AMD VPS and I got this error on those VPS also

I install Hestiacp with the following command

wget https://raw.githubusercontent.com/hestiacp/hestiacp/release/install/hst-install.sh

bash hst-install.sh --hostname cp.myadmin.com --email info@domain.com --password Hesta1234 --multiphp yes --clamav no

When will this bug be fixed?

Which components are affected by this bug?

Database (MariaDB, MySQL, PostgreSQL)

Hestia Control Panel Version

v1.8.11

Operating system

Debian 11 and Debian 12

@dorianLWS
Copy link

dorianLWS commented Apr 9, 2024

Same issue :

[ * ] Installing phpMyAdmin version v5.2.1...
tar (child): phpMyAdmin-5.2.1-all-languages.tar.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
cp: cannot stat 'phpMyAdmin-5.2.1-all-languages/*': No such file or directory
sed: can't read /usr/share/phpmyadmin/libraries/vendor_config.php: No such file or directory

Not successfully downloading ?

Hestia Control Panel Version
v1.8.11

Operating system
Debian 12

@Anuril
Copy link
Contributor

Anuril commented Apr 10, 2024

Can confirm (on Debian 12). The issue is that /etc/phpmyadmin belongs to hestiamail which is obviously wrong.
You can fix it by running:

chown hestiamail:www-data /etc/phpmyadmin/ -Rf

I'll check if this still happens with the current build and if not I'll create a PR to fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants