:: FAQ ::
This page is in constant modifications, therefore it is kept also in English.
Question:
When I hit any link i've got messages like:
Notice: Undefined variable: chain in /var/www/htdocs/fw/languages/english.inc.php on line 99
Notice: Undefined variable: table in /var/www/htdocs/fw/languages/english.inc.php on line 99
Notice: Undefined variable: policy in /var/www/htdocs/fw/languages/english.inc.php on line 99
Solution:
Edit your php.ini, change the line like below and restart apache:
error_reporting = E_ALL
to
error_reporting = E_ALL & ~E_NOTICE