OPNsense Forum

Archive => 17.1 Legacy Series => Topic started by: tillsense on November 18, 2016, 06:13:54 pm

Title: [SOLVED] 17.1.a_704 Fatal error: /firewall_rules_edit.php
Post by: tillsense on November 18, 2016, 06:13:54 pm
FreeBSD 11.0-RELEASE-p2 #0 850e1e9(master): Fri Oct 28 17:09:55 CEST 2016     root@sensey64:/usr/obj/usr/src/sys/SMP
OPNsense 17.1.a_704-32e02ba0f [17.1.a_695-4a77e5c60] OpenSSL 1.0.2j  26 Sep 2016 (amd64)

Fatal error: Call to undefined function system_onfigure_cron() in /usr/local/www/firewall_rules_edit.php on line 454
Title: Re: 17.1.a_704 Fatal error: /firewall_rules_edit.php
Post by: tillsense on November 19, 2016, 10:23:53 am
small typo on 454 :)

Code: [Select]
system_onfigure_cron();
Code: [Select]
system_configure_cron();

cheers till
Title: Re: 17.1.a_704 Fatal error: /firewall_rules_edit.php
Post by: fabian on November 19, 2016, 11:04:14 am
Made your change a pull request: https://github.com/opnsense/core/pull/1265
Title: Re: [SOLVED] 17.1.a_704 Fatal error: /firewall_rules_edit.php
Post by: franco on November 20, 2016, 09:16:39 pm
Hi guys,

Thanks for catching this early! I'm currently reworking the backend service handling to make most services plugins using simpler code / facilities. The cron thing underwent another transition, but this time I made sure to use a replace command from the editor for consistency.


Cheers,
Franco