Exception Error - Firewall

I got the same issue. Here is how you fix it:

cd /var/www/html/admin/modules/firewall/hooks
chmod +x *

Basically, there was no executable permission flag on those scripts (getiptables) and the firewall setup was not functional.

This fixed those issues for me.

They should be executable, and ‘fwconsole chown’ should fix them if they’re not.

1 Like

ok good to know. Thanks!

1 Like