OPNsense Forum

Archive => 15.1 Legacy Series => Topic started by: Aergan on April 08, 2015, 10:46:11 pm

Title: [SOLVED] UPNP & NAT-PnP GUI Error
Post by: Aergan on April 08, 2015, 10:46:11 pm
Hi, I'm unable to access the GUI menu in "Services > UPnP & NAT-PMP"

Quote
System Information:
FreeBSD 10.1-RELEASE-p8 #0 2822f85(master): Sat Mar 21 03:09:56 CET 2015     root@sensey64:/usr/obj/usr/src/sys/SMP
OPNsense 15.1.8.4-4df19f1b1 (amd64)
OpenSSL 1.0.1m 19 Mar 2015

PHP Errors:
[08-Apr-2015 21:35:58 Europe/London] PHP Fatal error:  Cannot redeclare redirectHeader() (previously declared in /usr/local/www/pkg_edit.php:53) in /usr/local/etc/inc/functions.inc on line 63
[08-Apr-2015 21:36:00 Europe/London] PHP Fatal error:  Cannot redeclare redirectHeader() (previously declared in /usr/local/www/pkg_edit.php:53) in /usr/local/etc/inc/functions.inc on line 63

Tried to submit a report via Crash Reporter, but Yes is greyed out and un-selectable.

Errors persist after a reboot.

Edit:
Removed the "disabled=disabled" from:
Code: [Select]
<button disabled="disabled" name="Submit" type="submit" class="btn btn-primary" value="yes">Yes</button>
and submitted a report, hope that helps.
Title: Re: UPNP & NAT-PnP GUI Error
Post by: franco on April 09, 2015, 07:42:37 am
The crash reporter send is currently disabled because there is no backend server accepting the reports yet. It'll be there soon.

The issue was fixed via https://github.com/opnsense/core/commit/4358b850903e00169f5d5e5d8672caf0e253e287 and will be in 1.5.9.

Thanks for the report. :)
Title: Re: [SOLVED] UPNP & NAT-PnP GUI Error
Post by: Aergan on April 09, 2015, 08:07:31 am
Many thanks