21 - Blank white page after install
What steps will reproduce the problem?
1. Successfully install
2. Delete install folder
3. Click the Lets get started button
What is the expected output?
Display the main page
What do you see instead?
A blank white page
What version of the product are you using?
Same results with 1.9.0-beta and r37
Do you have an error log of what happened?
No
What is the URL of your SKG Web installation?
http://www.prophetsoffury.org/skg_web
Do you have access to the function phpinfo();?
http://www.prophetsoffury.org/phpinfo.php
If so, please provide a url so that we may view your PHP Setup to determine if your PHP installation is causing an issue.
Please provide any additional information below.
I checked PHPMYADMIN and can see that the tables are successfully created and the user was created as well. If I place the Install folder back in place it will always go to step 1 of the installation phase when you navigate to http://www.prophetsoffury.org/skg_web.
Here is my config.php
// Directory setup
define(HOME_DIR, 'D:\Sites\pof'); // no trailing slash: /home/account/public_html
define(FORUM_DIR, '/forum'); // no trailing slash: /forums
define(SKG_DIR, '/skg_web'); // no trailing slash: /SKG_Web
$homeURL = 'http://www.prophetsoffury.org'; // no trailing slash: http://www.yourdomain.com
// MySQL Setup
define(MYSQL_HOST, 'localhost'); // Host address of your MySQL server
define(MYSQL_USER, '****'); // Username for your MySQL database
define(MYSQL_PASS, '******'); // Password for your MySQL database
define(MYSQL_DB, 'skg'); // Database to use for SKG Web
| User | When | Change |
|---|---|---|
| almty1 | Tue, 16 Jun 2009 18:03:50 | Create |