Actions
Bug #5007
closedwebUI broken when notice pending
Description
When a notice is pending, the entirety of the web interface is non-functional. The drop down menus no longer drop down with any contents, and nothing else shows on the page. One of the errors it spit out in that case is:
Fatal error: Call to undefined method Modal::addFooter() in /usr/local/www/head.inc on line 338 Call Stack: 0.0002 232528 1. {main}() /usr/local/www/firewall_rules_edit.php:0 0.0744 1658176 2. include('/usr/local/www/head.inc') /usr/local/www/firewall_rules_edit.php:998 PHP ERROR: Type: 1, File: /usr/local/www/head.inc, Line: 338, Message: Call to undefined method Modal::addFooter()
To create a test notice to replicate, in PHP Execute on exec.php just do this:
file_notice("test", "test");
Actions