Bug #9170
Updated by Jim Pingle almost 7 years ago
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:
<pre>
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
</pre>
This is ultimately from source:src/usr/local/www/wizards/setup_wizard.xml#L772 source: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.