1
Hi
Completely new XOOPS 2.0.17 fresh installation, first module to install - protector3. I am having problem on define XOOPS_TRUST_PATH.
Following the readme file comes with the protector download. (It says):
First, define XOOPS_TRUST_PATH into mainfile.php if you've never done it yet.
1. I modified the mainfile.php by added a new line:
define('XOOPS_TRUST_PATH', '/home/xxxxx/public_html/anotherfolder');
Just after:
define('XOOPS_ROOT_PATH', '/home/xxxxx/public_html/xoops_site_folder');
2. I upload all contents in XOOPS_TRUST_PATH to home/xxxxx/public_html/anotherfolder and upload all contents of protector folder in html/modules folder to /home/xxxxx/public_html/xoops_site_folder
3. When I login as admin and go to mudles admin page, I get an error message:
set XOOPS_TRUST_PATH into mainfile.php
Can anyone tell me what have I done wrong?
Thank you
River