
Originally Posted by
adb34
After reading through this thread, you have mentioned that 'config.core.php' is not needed to be installed, however, with the download you offer different 'config.core.php' for the different versions of zencart.
I am currently using zencart 1.5.4 and when I have merged 'config.core.php' with the one I have I am getting error 500.
Should I be installing 'config.core.php' to v1.5.4?
Error log
My fault, I missed a bit of the merge. in 'config.core.php'
PHP Code:
$autoLoadConfig[0][] = array autoType'=>'class', 'loadFile'=>'class.phpbb.php');
should read
PHP Code:
$autoLoadConfig[0][] = array('autoType'=>'class', 'loadFile'=>'class.bb.php'); // Changed/lat9 (was class.phpbb.php)
Sorry