May 12th, 2009, 2:07 PM
Open (config.php) in /global directory and input the values for your database settings:
// database settings
$g_db_hostname = "hostname";
$g_db_name = "database";
$g_db_username = "username";
$g_db_password = "password";
$g_table_prefix = "tableprefix";
?>
Refresh on (step4).
Then (manually) enter step5.php in the url.
Hope this helps.
-mvpacific
// database settings
$g_db_hostname = "hostname";
$g_db_name = "database";
$g_db_username = "username";
$g_db_password = "password";
$g_table_prefix = "tableprefix";
?>
Refresh on (step4).
Then (manually) enter step5.php in the url.
Hope this helps.
-mvpacific