2.6.0 20210715 devel-12-n226655-5bff64636ea certs.inc bug
-
If you upgrade 2.6.0-dev to 20210715-version, it does not work, just boots, but gives error from /etc/inc/certs.inc at row 1451
Looks like latest editor does not have syntax checker on his editor, there is missing one ending )
After adding one ) on if statement, it works ok.
-
@junnu Where are you adding the extra )?I have added the extra ) to the end of the line and it is working as well for me.
(count($package['certificatelist'][$crlref]) > 0) )
-
Yes, this is fixed:
https://github.com/pfsense/pfsense/commit/cfec2190ac4570f3e6332a8b85049a637be0c65eSteve
-
@junnu said in 2.6.0 20210715 devel-12-n226655-5bff64636ea certs.inc bug:
If you upgrade 2.6.0-dev to 20210715-version, it does not work, just boots, but gives error from /etc/inc/certs.inc at row 1451
Looks like latest editor does not have syntax checker on his editor, there is missing one ending )
After adding one ) on if statement, it works ok.
How this able to happened ???? In 2021 dozens of IDE and standalone code editors with syntax checking and even suggestions to resolving....