Zen Cart Logo
Forums / Upgrading from 1.3.x to 1.3.9 / Class notifier not found

Class notifier not found

Views: 3,049

Results 1 to 3 of 3
14 Sep 2011, 10:02 AM
#1
psychosis avatar

psychosis

New Zenner

Join Date:
Apr 2006
Posts:
44
Plugin Contributions:
0

Class notifier not found

[14-Sep-2011 03:51:04] PHP Fatal error: Class 'notifier' not found in /home/vinyhaa1/public_html/mailorder/includes/autoload_func.php on line 79

This is the error message i get in the debug log. I can access the admin backend just fine now and seems to be looking fine. But now i cant access the front end of the shopping cart, because i get a 500 error. This is what shows up in the cache debug file.

no clue what it means, or how to fix it.

14 Sep 2011, 3:03 PM
#2
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,065
Plugin Contributions:
56

Re: Class notifier not found

It sounds like either your /includes/auto_loaders/config.core.php file is corrupt or some of the class files are missing.

You could start by editing /includes/application_top.php to change the line

/**
 * boolean if true the autoloader scripts will be parsed and their output shown. For debugging purposes only.
 */
define('DEBUG_AUTOLOAD', false);

to

/**
 * boolean if true the autoloader scripts will be parsed and their output shown. For debugging purposes only.
 */
define('DEBUG_AUTOLOAD', true);

Make sure to FTP the changes back up to your hosted installation. That debug output should tell you want the culprit is.