I'm trying to run a multi forum script I downloaded, but coming across the below error when running it;
I've tried to edit part of the config file that reads;
However, I've only managed to get it to load, but come back with a scripted message (ie, written into the code), saying the config files cannot be found.
I don't know PHP at all, so would someone be able to shed any light on this please? I think it may have to do with permissions, or the root directory I'm choosing is incorrect, but I don't know where to start.
The script is located at;
Welcome to GetInvisionFree.com (Free message board hosting)
PHP:
Warning: main(../sources/host/functions/skin_functions.php): failed to open stream: No such file or directory in /hsphere/local/home/domain/domainurl.co.uk/index.php on line 61
Fatal error: main(): Failed opening required '../sources/host/functions/skin_functions.php' (include_path='.:/usr/local/lib/php') in /hsphere/local/home/domain/domainurl.co.uk/index.php on line 61
I've tried to edit part of the config file that reads;
PHP:
// Root path
if(isset($USER['name'])){
define( 'ROOT_PATH', "../" );
}else{
define( 'ROOT_PATH', "./" );
}
However, I've only managed to get it to load, but come back with a scripted message (ie, written into the code), saying the config files cannot be found.
I don't know PHP at all, so would someone be able to shed any light on this please? I think it may have to do with permissions, or the root directory I'm choosing is incorrect, but I don't know where to start.
The script is located at;
Welcome to GetInvisionFree.com (Free message board hosting)