22 - Blank white page when installing
What steps will reproduce the problem?
1. modify the config.php file
2. upload the skg_web folder to the webserver
3. type http://www.*YourDomain*.com/SKG_Web/index.php in the webbrowser
What is the expected output?
the setup page
What do you see instead?
a blank page
What version of the product are you using?
1.9.0-beta
Do you have an error log of what happened?
no
What is the URL of your SKG Web installation?
http://wow-shatter.com/skg_web/index.php
Do you have access to the function phpinfo();?
no
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.
// Directory setup
define(HOME_DIR, '/public_html/wowshatter/'); // no trailing slash: /home/account/public_html
define(FORUM_DIR, '/forums'); // no trailing slash: /forums
define(SKG_DIR, '/skg_web'); // no trailing slash: /SKG_Web
$homeURL = 'http://www.wow-shatter.com'; // no trailing slash: http://www.yourdomain.com
// MySQL Setup
define(MYSQL_HOST, 'localhost'); // Host address of your MySQL server
define(MYSQL_USER, 'xxx'); // Username for your MySQL database
define(MYSQL_PASS, 'xxx'); // Password for your MySQL database
define(MYSQL_DB, 'skg'); // Database to use for SKG Web
// Guild Information
$guildName = 'Shatter'; // Your guild name
$guildRealm = "Blood Furnace"; // Your guild's realm name (exactly as it shows on the armory)
// Default List
define(DEFAULT_LIST, 'loot'); // Which list is going to be your default list
| User | When | Change |
|---|---|---|
| jimlichun | Wed, 17 Jun 2009 02:45:04 | Create |