| Re: Protector won't work! |
| by Anonymous on 2007/2/20 15:26:04 Fantastic Just seen that theres a new v3.01a available......oh well, time to upgrade
|
| Re: Protector won't work! |
| by oldenough on 2007/2/20 15:21:58 I SOLVED IT! The last two lines shall not be included into mainfile.php before the module is installed! First move the module files&folders into the modules folder, the create the TRUST PATH folder and move the files & folders belonging there into it and then --> add the define XOOPS trust path into mainfile.php -->Install the module --and finally--->put the last two lines into mainfile.php -->SMILE & have a lager
|
| Re: Protector won't work! |
| by Anonymous on 2007/2/20 15:17:06 Post edited as it was garbage! |
| Protector won't work! |
| by oldenough on 2007/2/20 14:57:23 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: le="color: #000000"><?php define('XOOPS_TRUST_PATH', '/path1/path2/home/xxxxx/trustdir'); Almost at the bottom of mainfile.php I typed: le="color: #000000"><?php 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???
|