phpMyAdmin 406 error

hcarmody

New member
Joined
Jun 30, 2023
Messages
6
I have tried the following:

phpmyadmin yes
phpmyadmin_public no
phpmyadmin_ver 5

When this didn't work, I tried:

cd /usr/local/directadmin/
./directadmin set one_click_pma_login 1 restart
cd custombuild
./build update
./build set phpmyadmin_public no
./build phpmyadmin

When I click on phpmyadmin in the DA panel, it opens a new tab with a 406 error. In addition to the above, I also have turned of csf and modsecurity because csf keeps blocking my ip, even though it is in the allow list. (but this is a different issue, I think)
 
Looks like the issue was with modsecurity. I reinstalled
LibModSecurity3.0.9Install/update LibModSecurity (ModSecurity 3.0)

Now I can access phpmyadmin.
 
Back
Top