1
XOOPS Version: 2.0.13.1 (new install)
PHP Version: 4.4.1
MySQL Version: 4.4.19-standard
phpMyAdmin - 2.8.0.2
Web Server Software (Apache/IIS/Other): Apache(unix)
Operating System: XP SP2
Theme you are using: default
A full description of the issue: XOOPS path check: Script is not inside XOOPS_ROOT_PATH and cannot run when I try to access the site. This a new install through the c-panel. I followed other recommendations in previous posts. All variables in mainfile.php are set right and database appears to be all there.
I tried the temporary workaround, change mainfile.php:
define('XOOPS_CHECK_PATH', 0);
Then try to find out what happens in
if ( XOOPS_CHECK_PATH && !@ini_get('safe_mode') ) {
...
}
Thank for any help.