L
lazy llama
Guest
As per the documentation, I have a line in my config.php:
Code:
When I run something like 'php cmd.php help', PHP barfs:
Code:
Read more
Continue reading...
Code:
if ($_SERVER['REMOTE_ADDR'] == '<myhomeip>') {$config['debug'] = true;}
When I run something like 'php cmd.php help', PHP barfs:
Code:
Code:
# php cmd.php list
PHP Fatal error: Uncaught Error: Attempted to recursively load configuration file in /pathtoboards/src/XF/App.php:261
Stack trace:
#0 /pathtoboards/src/XF/Container.php(33): XF\App->XF\{closure}(Object(XF\Container))
#1 /pathtoboards/src/XF/App.php(760)...
Read more
Continue reading...