phpmyadmin : Not Acceptable

aliddlm

Verified User
Joined
Nov 12, 2020
Messages
5
hi
I can not open phpmyadmin
phpmyadmin gives the following message

----------------------------------------------------------------------------------
Not Acceptable
An appropriate representation of the requested resource could not be found on this server.
----------------------------------------------------------------------------------

I did the following but it didn't work
----------------------------------------------------------------------------------
cd /usr/local/directadmin/custombuild
./build update
./build clean
./build clean_old_webapps
./build phpmyadmin
./build rewrite_confs
----------------------------------------------------------------------------------

and

----------------------------------------------------------------------------------
cd /usr/local/directadmin/
./directadmin set one_click_pma_login 1
service directadmin restart
cd custombuild
./build update
./build phpmyadmin
----------------------------------------------------------------------------------

Does phpmyadmin work with a specific port?
How can you help me?
 
It's most likely related to ModSecurity restrictions. Try checking ModSecurity administration on admin level of DA.
 
I had a similar problem. I disabled owasp from admin GUI but didn't work.
So, I did:
cd /usr/local/directadmin/custombuild
./build update
./build clean
./build clean_old_webapps
./build rewrite_confs

Then, all is normal.
 
Back
Top