Bug #9170
PHP error in Setup Wizard when gateways have been deleted
100%
Description
If a gateway existed but was deleted, the config can be left with <gateways></gateways> which leads to a PHP error in the setup wizard:
PHP Fatal error: Uncaught Error: Cannot iterate on string offsets by reference in /usr/local/www/wizard.php(1017) : eval()'d code:8
Stack trace:
#0 /usr/local/www/wizard.php(1017): eval()
#1 {main}
thrown in /usr/local/www/wizard.php(1017) : eval()'d code on line 8
This is ultimately from source:src/usr/local/www/wizards/setup_wizard.xml#L772 trying to iterate the gateways array that isn't properly set as an array in this specific case.
Associated revisions
Fix array init in setup_wizard.xml. Fixes #9170
(cherry picked from commit f5f79fcc24241f0a76f6a7fe9b32917bee64e393)
History
#1
Updated by Jim Pingle over 2 years ago
- Description updated (diff)
#2
Updated by Jim Pingle over 2 years ago
Note: This also only affects the wizard when setting a static WAN and upstream gateway.
Fix pushed, will show up momentarily.
#3
Updated by Jim Pingle over 2 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset f5f79fcc24241f0a76f6a7fe9b32917bee64e393.
#4
Updated by Constantine Kormashev over 2 years ago
I checked the issue on latest 2.4.5-DEV and did not observe it. Gateways and their routes were successfully deleted and Wizard did not produce any errors.
#5
Updated by Jim Pingle over 2 years ago
- Status changed from Feedback to Resolved
#6
Updated by Jim Pingle over 2 years ago
- Target version changed from 48 to 2.4.4-p2
Fix array init in setup_wizard.xml. Fixes #9170