1
I receive this error
XOOPS path check: Script is not inside XOOPS_ROOT_PATH and cannot run.
I have not changed anything in months, I did a search for this problem and found 2 topics and tried everything they listed. I am running XOOPS 2.014 and php version 4.3.10
I ran test.php on my server and apparently my host DID change my physical path, I have went into the mainfile.php and changed
define('XOOPS_ROOT_PATH'
to the correct physical path.
I have also changed
define('XOOPS_CHECK_PATH', 1);
to
define('XOOPS_CHECK_PATH', 0);
This did not correct the problem either I still get the error message. Please help me as my site is live and need to get it back online as soon as possible. Thanks.