
Originally Posted by
elsdon
That having been done, this is what I get.
Warning: Cannot modify header information - headers already sent by (output started at /home/ttydesig/public_html/ttydesignsshoppe/fix_cache_key.php:43) in /home/ttydesig/public_html/ttydesignsshoppe/includes/application_top.php on line 67
That is normal.

Originally Posted by
elsdon
Fatal error: Cannot instantiate non-existent class: notifier in /home/ttydesig/public_html/ttydesignsshoppe/includes/autoload_func.php on line 79
This is not normal.
Common causes of "class notifier not being loaded" and "can't find autoload_func" are:
1. Files weren't uploaded properly for the /includes folder. Perhaps some were missed, or incomplete, etc.
2. Files weren't uploaded to the right location, namely also the /includes folder.
3. Permissions set to tight, thereby preventing access to files.
Try step 2(b) from this FAQ:
https://www.zen-cart.com/tutorials/index.php?article=82
But, instead of 'STRICT_ERROR_REPORTING', use :
Code:
define('DEBUG_AUTOLOAD', true);
what do you see when you access the store after that?
Bookmarks