17
Good,
I meant configurations inside XOOPSROOT/mainfile.php:
// Physical path to the XOOPS library directory WITHOUT trailing slash
define("XOOPS_PATH", "");
// Physical path to the XOOPS datafiles (writable) directory WITHOUT trailing slash
define("XOOPS_VAR_PATH", "");
// Alias of XOOPS_PATH, for compatibility, temporary solution
define("XOOPS_TRUST_PATH", XOOPS_PATH);
How you solve it. if you explain here other people can search and find it.
It seems to me that XOOPS_PATH and therefore XOOPS_TRUST_PATH was not correct.