phpmyadmin error 406

asadkhan

Verified User
Joined
Jul 20, 2019
Messages
25
Location
Philippines
Code:
Not Acceptable
An appropriate representation of the requested resource could not be found on this server.
i m facing this error using apache
 
Well in general there is not enough info on here to really help. What is the issue? The server is down or just pma doesnt work?
Did you try searching?

 
If its PMA try reinstalling.

Code:
cd /usr/local/directadmin/custombuild
./build update
./build clean     
./build clean_old_webapps
./build phpmyadmin
./build rewrite_confs
 
If its Nginx try reinstalling.

Code:
cd /usr/local/directadmin/custombuild
./build update
./build nginx
./build rewrite_confs

Anything in the logs?
 
one of my site was causing this issue i was deleted it and then again was restarted everything build apache again it fix my issue and also i was change the apache ports and enabled them in firewall so its comes live
 
Back
Top