Bug #10864
closedfirewall_aliases.php broken
0%
Description
For the last several versions I've noticed this error using the web gui on an SG-5100. When trying to view Firewall Aliases the following appears in the browser:
Warning: require_once(alias.inc): failed to open stream: No such file or directory in /usr/local/www/firewall_aliases.php on line 39 Fatal error: require_once(): Failed opening required 'alias.inc' (include_path='.:/etc/inc:/usr/local/www:/usr/local/captiveportal:/usr/local/pkg:/usr/local/www/classes:/usr/local/www/classes/Form:/usr/local/share/pear:/usr/local/share/openssl_x509_crl/') in /usr/local/www/firewall_aliases.php on line 39 PHP ERROR: Type: 64, File: /usr/local/www/firewall_aliases.php, Line: 39, Message: require_once(): Failed opening required 'alias.inc' (include_path='.:/etc/inc:/usr/local/www:/usr/local/captiveportal:/usr/local/pkg:/usr/local/www/classes:/usr/local/www/classes/Form:/usr/local/share/pear:/usr/local/share/openssl_x509_crl/')
Files
Updated by Craig Weber about 4 years ago
- File PHP_errors.log PHP_errors.log added
Updated by Viktor Gurov about 4 years ago
there is no /etc/inc/alias.inc on the 2.5.0.a.20200903.1850 but /etc/inc/alias-utils.inc
Updated by Jim Pingle about 4 years ago
- Status changed from New to Resolved
- Priority changed from Very High to Normal
If there was an issue here, it was probably fixed by be14a3697e0f607f71b3c6ca1ea7bc01c50ff189 or 6bd064f7db1b0fd84ca782220f59d350651c43d9 and future snapshots will be fine.