9
I see two options
1) Check your XOOPS ROOT PATH
It looks a little short. Mine is "/home/ajet/public_html"
But if the rest of your XOOPS installation is working, it must be correct...
2) A quick and dirty solution
Comment out the statement :
if ( strcasecmp( substr($xoopsScriptPath, 0, strlen(XOOPS_ROOT_PATH)), str_replace( DIRECTORY_SEPARATOR, '/', XOOPS_ROOT_PATH)) ) {
exit("XOOPS path check: Script is not inside XOOPS_ROOT_PATH and cannot run.");
}
by adding comment signs /* and */
i.e
/* if ( strcasecmp( substr($xoopsScriptPath, 0, strlen(XOOPS_ROOT_PATH)), str_replace( DIRECTORY_SEPARATOR, '/', XOOPS_ROOT_PATH)) ) {
exit("XOOPS path check: Script is not inside XOOPS_ROOT_PATH and cannot run.");
} */
This is a quick and dirty solution and may make your XOOPS installation less secure. USE AT YOUR OWN RISK!
I'm sorry I can't help more, perhaps someone else can give you more assistance.
D.
みんなちがってみんないい。
XOOPS 2.0.13.2