How do I fix these install errors?

asked Apr 10, 2013 by parkerthompson (160 points)
When trying to install I get these errors.

http://majormodder.com/testing/install/

1 Answer

answered Apr 11, 2013 by Andrey Budchenko (3,900 points)
Hello parkerthompson.
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/erro/log/file

Also can you provide to us phpinfo configuration.
Thank you.
...