Quote:
Originally Posted by Amman-DJ.CoM
please redownload the files from the new attachment uploaded , i just didn't have time to tell that , you replied too fast 
|
I've just reuploaded the new files and now it's saying 'Could Not Connect'. The last version worked fine - apart from the chat!
Okay, I've fixed the problem:
Find
Code:
$FORUM_URL='website-here' // no HTTP:// or trailing slash
And replace with
Code:
$FORUM_URL='website-here'; // no HTTP:// or trailing slash
ie, add the ';' to the end of the line!