Hey dbltoe, thanks for pointing that topic.
I searched for this problem here and couldn't find any useful topic before opening this thread.
Just for the sake of it, I uploaded everything again (third time), and double checked once again if files were corrupted, had the wrong access rights, etc.
Everything was fine, but still, it didn't work.
When creating the configure.php files, I also tried two different things:
1. Used the configure.php files exactly as in the dist-configure.php (no edits to those files)
2. Modified those files with the correct settings (domain, paths, url, database, etc...)
With option 1, I still get the same entry in the error_log file:
Cannot instantiate non-existent class: notifier
With option 2, I get no entries in the error_log, but still the same 500 error page is displayed.
With both options, I also tried the following code in the application_top.php file:
Code:
define('DEBUG_AUTOLOAD', true);
The same page was returned with no further error/debug messages.
Does anyone know what may be the problem? Or how I can get more insights about it?
I wonder if this problem is related to the settings in the server.
As I use a hosting company, I will not be able to change those setting myself (but can always request them if I know what is required).
Does anyone know if the server settings may be causing this problem?
Btw, where can I find the required setting (or settings known to cause problems to zencart)? (I believe there must be something already here in the forums, but I just searched for it and couldn't find).
Any help is very much appreciated.