I think, I inserted the database information correctly and set the permissions correctly at step 3. At step 4, when I click 'create file', the process never completes. There is no error message. Cannot not to step 5. What could be problem? How can I solve the problem?
One thing strikes me as a problem. I do not see the database information in the configuration file that appears above the 'create file' button. I see only the inverted commas. It is copied below:
// database settings
$g_db_hostname = "";
$g_db_name = "";
$g_db_username = "";
$g_db_password = "";
$g_table_prefix = "";
How can I fix the problem?
Subsequently, I found that the config.php file was installed in the global folder. How can I move on to step 5 manually, since I am stuck at step 5 in the browser.
One more question: what is meant by the statement at the beginning of step 1:
"If you have already run the installation script, delete the /install folder then click here to log in."
I did not do anything? What was I supposed to do?
One thing strikes me as a problem. I do not see the database information in the configuration file that appears above the 'create file' button. I see only the inverted commas. It is copied below:
// database settings
$g_db_hostname = "";
$g_db_name = "";
$g_db_username = "";
$g_db_password = "";
$g_table_prefix = "";
How can I fix the problem?
Subsequently, I found that the config.php file was installed in the global folder. How can I move on to step 5 manually, since I am stuck at step 5 in the browser.
One more question: what is meant by the statement at the beginning of step 1:
"If you have already run the installation script, delete the /install folder then click here to log in."
I did not do anything? What was I supposed to do?