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

Hestiacp phpmyadmin not working. (Debian 12) [Bug] #4360

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

Hestiacp phpmyadmin not working. (Debian 12) [Bug] #4360

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

Comments

@anuradhawe
Copy link

Describe the bug

I installed Hestiacp on Debian 12, and when I go to https://cp,mydomain.com/phpmyadmin to access phpmyadmin, I get the error shown in the screenshot below.

2

I am using Hestia v1.8.11

Debian 12 has this problem.

I got this error on several VPS

Installed using 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
``

### Tell us how to replicate the bug

I solved the problem by Comamnd below

chown -R root:www-data /etc/phpmyadmin/
chown -R hestiamail:www-data /usr/share/phpmyadmin/tmp/

But 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 12

### Log capture

_No response_
@anuradhawe anuradhawe added the bug Something isn't working label Apr 9, 2024
@jaapmarcus
Copy link
Member

#4359

1 time is more then enough

@anuradhawe
Copy link
Author

#4359

1 time is more then enough

Sorry, I saw it as two bugs, so I am posting two

I was able to fix the error with the following commands in Debian 12

chown -R root:www-data /etc/phpmyadmin/
chown -R hestiamail:www-data /usr/share/phpmyadmin/tmp/

But Debian 11 did not fix the error with those commands
So I thought it was two bugs, sorry

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

2 participants