by (120 points)
I downloaded the SeoToaster and Ecommerce version (newest) but on installing it through the url, it throws up 500 Internal Error and when i checked the install/index.php file i realize that the application.php for zend application is not available so i need help as to what i will do to install it and start using it

1 Answer

by (1.1k points)
Hello Mekanero,

Please, provide us your error.log (or whatever php error log) file contents.

If you are running the Apache web server, add this to the .htaccess file in toaster root

php_flag log_errors On
php_flag ignore_repeated_errors On
php_value error_log /path/to/your/error/log/file

Thank you.
...