19
Protector problem Resolved!(still have error on XoopsInfo)
Protector is now installed. The problem was indeed with the XOOPS_ROOT_PATH inside mainfile.php...
- The code for XOOPS_ROOT_PATH was right.
- The root was right, as reiterated by the use of a php file with "" inside.
- The permissions & security were all OK and proved not to be the problem
- The folders (or directories) were all correctly positioned.
The problem was that, in preparing for the XOOPS_TRUST_PATH by cutting and pasting 4 lines of code, the word ROOT had been replaced by TRUST except in one line... so XOOPS_ROOT_PATH
was being defined under a dfiferent directory!
OOPS indeed.
Consequently, knowing now that the mainfile gets invoked each time, it makes sense that the error message from the end of the if statement appears.
My apologies for missing this error, as one of you has said, sticking it out has taught me something about XOOPS & how it works.
Thanks for all your help. I will now investigate why XoopsInfo still gives the same error message. I'll try a reinstall first.