Quote:
Originally Posted by imported_hbs
I tried it at least 5 times and still getting the same error on stage 4 "The site has not been provided" followed by another message "Forum not found"
|
Find in install4.php
Code:
if (get_magic_quotes_gpc()) {
$configArray['absolutePath'] = stripslashes(stripslashes($configArray['absolutePath']));
the line right below it I had to modify and I added my site manually (Probetreff) as such:
Code:
$sitename = stripslashes(stripslashes('Probetreff'));
and that fixed the site not found error.
Give that a try and see if it works for you.