Bug #631
closedError when trying to change lan Ip address.
100%
Description
Last nanobsd 1G image: pfSense-2.0-BETA1-1g-20100531-0018-nanobsd.img.gz
Skipping wizard and click on "Interfaces" > "LAN"
error: Fatal error: Cannot redeclare flowtable_configure() (previously declared in /etc/inc/filter.inc:61) in /etc/inc/filter.inc on line 87
Updated by Erik Fonnesbeck over 14 years ago
I don't see anything wrong with the function or anything around it. Maybe something on the interfaces.php page is including filter.inc twice.
Updated by Jim Pingle over 14 years ago
I can't reproduce this using a NanoBSD image from Thu Jun 3 00:43:26 EDT 2010. Can you try a newer snapshot?
Updated by Erik Fonnesbeck over 14 years ago
When I looked at it yesterday, I didn't see anything in the history that looked like it could be the cause. Could it have anything to do with that interfaces.php uses require rather than require_once? flowtable_configure is simply the first function defined in filter.inc, so it would be the first for it to give an error on.
Updated by Jim Pingle over 14 years ago
It's possible, but if it were that big of an issue it should be happening more often, and others should be able to reproduce it. It wouldn't hurt to change those to require_once anyhow. I'll commit that just in case.
Updated by Jim Pingle over 14 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset f81cfcc92efecf60a652d7cdfee149894cbc6cc9.
Updated by Chris Buechler over 14 years ago
- Status changed from Feedback to Resolved