Quote Originally Posted by DrByte View Post
Can you post the contents of that config file? Sounds like there's wrong syntax in the file.
Code:
<?php
if (!defined('IS_ADMIN_FLAG')) {
  die('Illegal Access');
} 

$autoLoadConfig[999][] = array(
  'autoType' => 'init_script',
 'loadFile' => 'init_westminster_new.php' ;-)
home/spmini5/public_html/teststore/includes/auto_loaders/config.westminster_new.php on line 8

This is the original content. I haven't changed anything.

Carol