Error in Processing Request Error code: 403 Error text: Forbidden
This kind of error pops up when i am trying to do anything that requires ajax in phpmyadmin.
Error in Processing Request Error code: 403 Error text: Forbidden
This kind of error pops up when i am trying to do anything that requires ajax in phpmyadmin.
The installation of Mod Security can be one of the causes of this problem. To disable Mod Security in phpMyAdmin and add SecRuleEngine Off, locate phpmyadmin.conf. Additionally, you can secure your phpMyAdmin installation by doing it the other way.
<Directory /usr/share/phpMyAdmin/>
AddDefaultCharset UTF-8
SecRuleEngine Off
....
</Directory>