Installation problem

asked Jan 29, 2013 by jcrockard (120 points)
when I point my browser to index.php to begin installation, I get this message...

bootstrap() -> run();

I run Apache 2.2.21
php 5.3.8
mysql 5.5.16

Can I fix this?
Thanks
John

1 Answer

answered Jan 30, 2013 by Andrey Budchenko (3,900 points)
edited Jan 30, 2013 by Andrey Budchenko
Hello jcrockard.
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.
...