3
of course I am looking for some solution of this, I've found possible firewall prob., but no change. I dont understand PHP so much to repair..
442: if ($xoopsUser != '') {
$this->tplEngine->assign(array( 'xoops_isuser' => true,
'xoops_userid' => $xoopsUser->getVar('uid'),
'xoops_uname' => $xoopsUser->getVar('uname')));
if (is_object($xoopsModule)) {
$this->tplEngine->assign('xoops_isadmin', $xoopsUser->isAdmin($xoopsModule->getVar('mid')));
}
} else {
$this->tplEngine->assign(array('xoops_isuser' => false, 'xoops_isadmin' => false));
}
}
If ($you'll give me direction) {'me' ==> very thankfull}
maybe trivial prob, but