Status: Interfaces Release/Renew 500/Crash & Nothing
-
Freshly Booted
Login
Status: Interfaces
WAN interface (de1)
Click Release Button
500 - Internal Server ErrorBrower Back Button and F5 Refresh
Click Renew Button
Fatal error: Call to undefined function filter_configure() in /etc/inc/interfaces.inc on line 3350IE does nothing with clicking on the Release button.
Consistently Repeatable.
2.1-BETA0 (i386)
built on Fri Jul 27 15:20:57 EDT 2012
FreeBSD 8.3-RELEASE-p3Safari 5.1.7
IE 8 -
I got one of these today on my test box. Same Jul 27 build, on nanobsd, Firefox 14.0.1. I had DHCP on WAN. Clicked release, then renew, then the error:
Fatal error: Call to undefined function filter_configure() in /etc/inc/interfaces.inc on line 3350
I didn't get any internal server error screen though.
-
Did you submit the crash report? Please do.
When I go back to the Dashboard there is a prompt for submitting the crash report.
-
I just submitted a pull request https://github.com/bsdperimeter/pfsense/pull/200 to add
require_once("filter.inc");
to status_interfaces.php -
Approved.
Thx phil for the help.