When I go to the install.php, i get nothing but a white screen, help plleeaassee!
bbPress support forums » Installation
White screen at install
(4 posts)-
Posted 1 year ago #
-
oh yeah here is the web address http://kidzmoto.hobby-site.com/forums/bbpress/bb-admin/install.php
Posted 1 year ago # -
That's almost certainly due to a PHP error, and errors are not being shown in the browser on your host. I suspect something in config.php is amiss. Can you post the config.php, or look for these common errors:
- strings must be quoted (like your akismet key if you entered one)
- your domain name, home and siteurl must all be quoted (due to slashes and colon)
- possible problem with the table prefix for bb or wp?
If you have a command line at your host, you can also check the syntax of the config.php file by running:
php -l config.php
No syntax errors detected in config.phpthat's a lowercase L after the php
Post your config (edit out the good stuff) if you need more help.
Posted 1 year ago # -
Create a file called test.php and put in it
<?php
phpinfo();
?>If you get a huge page with something on it with loads of information then you have windows installed. Just looking at your 404 pages show that you have a windows server - low change of having php more likely to be asp.
Posted 1 year ago #
Reply
You must log in to post.