1
I have installed a brand new 2.016. Only system module installed. I have made a trust path folder outside web area. And in there /modules/protector/(all files & folders)
And in /modules in XOOPS all the "html"-files & folders.
In mainfile.php below define XOOPS url I added:
define('XOOPS_TRUST_PATH', '/path1/path2/home/xxxxx/trustdir');
Almost at the bottom of mainfile.php I typed:
include XOOPS_TRUST_PATH.'/modules/protector/include/precheck.inc.php' ;
if (!isset($xoopsOption['nocommon']) && XOOPS_ROOT_PATH != '') {
include XOOPS_ROOT_PATH."/include/common.php";
}
include XOOPS_TRUST_PATH.'/modules/protector/include/postcheck.inc.php' ;
}
?> (EOF)
And then, when trying to access my url I got a blank page stating:
DB connection failed, or wrong XOOPS_DB_PREFIX in mainfile.php, or broken config table, or broken Protector installation.And I can't get any further. When I uncomment all these changes i manifile.php my XOOPS cant find any module either...
So I am lost...Anyone any idea???