by (120 points)
edited by
I just installed Seotoaster and deleted the install folder from the server.  But when I go to myquixzle.com/go i get a blank page.

I checked the php conf like you wanted and it was php 5.2.  I changed it to 5.4 and it works now.  Thanks for the help.

1 Answer

by (4.1k points)
Hello ******.

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.
...