Actions
Bug #4865
closedSave IPsec Advanced Settings before IPsec is enabled gives error
Start date:
07/22/2015
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
All
Affected Architecture:
Description
On a system that does not have IPsec enabled, go to VPN->IPsec, Advanced Settings tab and press Save (leave all the default settings).
It gives:
Fatal error: Cannot unset string offsets in /usr/local/www/vpn_ipsec_settings.php on line 168
The various unset() all through there for Boolean check-boxes need to be protected with "if isset()", because in this case $config["ipsec"] is just an empty string.
I noticed while having a quick look at https://redmine.pfsense.org/issues/4864
It will be easy to fix. I will look in a few hours tonight.
Actions