Hi, I upgraded to 1.3.8.5, wiped the DB clean and wanted to install it from scratch, but /install redirects to ../ and from there it redirects to /site/offline
What can be the problem here?
Edit:
I saw the redirect was made at line 42 of the install script:
Ok, so I removed custom-main.php so the install script can create it.
But now I get
What can be the problem here?
Edit:
I saw the redirect was made at line 42 of the install script:
PHP:
if (!isset($_SESSION['config_file_created']) && is_file(MW_MAIN_CONFIG_FILE)) {
header('location: ../');
exit;
}
But now I get
even when the config directory and the main.php file have write permissions for everyone.Unable to write the configuration file!
Last edited: