I figured it out.
The problem went away when I commented out line 210 or so in core.config.php. This is breakpoint 150, and requires init_admin_auth.php.
I did this in an override....
And everything seems hunky-dorie!PHP Code:
if(!defined('STDIN') ){
$autoLoadConfig[150][] = array('autoType'=>'init_script',
'loadFile'=> 'init_admin_auth.php');
}
Thanks again for your help, your advice on the directories was invaluable.


Reply With Quote
