1
When I edit mainfile.php to add:
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'
I get the following error on my website
Warning: main(home/puertori/xoop_trust_path/modules/protector/include/precheck.inc.php): failed to open stream: No such file or directory in /home/puertori/public_html/mainfile.php on line 179
Warning: main(home/puertori/xoop_trust_path/modules/protector/include/precheck.inc.php): failed to open stream: No such file or directory in /home/puertori/public_html/mainfile.php on line 179
Warning: main(): Failed opening 'home/puertori/xoop_trust_path/modules/protector/include/precheck.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/puertori/public_html/mainfile.php on line 179
Any ideas? It seems that everything its define well.