“Class ‘notifier’ not found” in ZenCart resolution/fix

Ran into this issue last night.  Took me about 2 hours to figure out the simple mistake.  I was migrating a Zencart website from one host to another.  I was editing the includes/configure.php file to change up the database configuration.

Class ‘notifier’ not found

I kept hitting my head against a wall after seeing this error in the cache/myCONFIG file (applicable in 1.3.9 and newer).  And after much searching around you’ll find that references saying that the includes file was perhaps not fully uploaded correctly.  However, I finally found my error.  In the includes/configure.php…

define(‘DIR_FS_CATALOG’, ‘/var/www/abc123.com/web/’);

The trailing slash at the end of this variable IS REQUIRED. If you get the notifier error check this variable first.

This entry was posted on Wednesday, September 22nd, 2010 at 7:27 am and is filed under Technology. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

2 Responses to ““Class ‘notifier’ not found” in ZenCart resolution/fix”

cheap hats August 26th, 2011 at 8:48 pm

I also ran into this issue, thank you. It’s usefull for me.

Vince February 2nd, 2016 at 3:27 am

Yes! That worked! The forum is full of posts saying to copy all the classes across yet again. Thank you so much for this post.

Leave a Reply