Showing 47,251 of 47,256 total issues
Variable $icmsConfigUser
is undeclared Open
Open
'user_avatarurl' => $icmsConfigUser['avatar_allow_gravatar'] == true
- Exclude checks
Reference to undeclared constant \_US_MEMBERSINCE
Open
Open
'lang_membersince' => _US_MEMBERSINCE,
- Exclude checks
Reference to undeclared constant \_US_INTEREST
Open
Open
'lang_interest' => _US_INTEREST,
- Exclude checks
Variable $xoopsTpl
is undeclared Open
Open
$xoopsTpl->assign('icms_pagetitle', _US_USERREG);
- Exclude checks
Reference to undeclared constant \_US_POSTS
Open
Open
'lang_posts' => _US_POSTS,
- Exclude checks
Call to method checkVarArray
from undeclared class \icms_core_DataFilter
Open
Open
$clean_GET = icms_core_DataFilter::checkVarArray($_GET, $filter_get, FALSE);
- Exclude checks
Invalid offset "link"
of array type array{image:string}
Open
Open
if (isset($results[$i]['link']) && $results[$i]['link'] != '') {
- Exclude checks
Reference to undeclared constant \_US_NOTREGISTERED
Open
Open
'lang_notregistered' => _US_NOTREGISTERED,
- Exclude checks
Variable $password
is undeclared Open
Open
if ($password == '' || $password2 == '') {
- Exclude checks
Reference to undeclared constant \_US_ALLABOUT
Open
Open
'icms_pagetitle' => sprintf(_US_ALLABOUT, $thisUser->getVar('uname')),
- Exclude checks
Call to method __construct
from undeclared class \XoopsXmlRpcResponse
Open
Open
$response = new XoopsXmlRpcResponse();
- Exclude checks
Reference to static property user
from undeclared class \icms
Open
Open
if (!icms::$user) {
- Exclude checks
Call to method __construct
from undeclared class \IcmsDatabasetable
Open
Open
$table = new IcmsDatabasetable('icmspage');
- Exclude checks
Reference to undeclared constant \_PM_YOUDONTHAVE
Open
Open
echo "<tr><td class='even' colspan='6' align='center'>" . _PM_YOUDONTHAVE . "</td></tr>";
- Exclude checks
Call to method assign
from undeclared class \icms_messaging_Handler
Open
Open
$xoopsMailer->assign('ADMINMAIL', $icmsConfig['adminmail']);
- Exclude checks
Reference to static property user
from undeclared class \icms
Open
Open
$xoopsMailer->setToUsers(icms::$user->getVar('uid'));
- Exclude checks
Reference to undeclared constant \_SR_ANY
Open
Open
if ($andor == 'OR') $label_andor = _SR_ANY;
- Exclude checks
Variable $icmsConfigSearch
is undeclared Open
Open
redirect_header('search.php', 2, sprintf(_SR_KEYTOOSHORT, icms_conv_nr2local($icmsConfigSearch['keyword_min'])));
- Exclude checks
Variable $icmsConfigSearch
is undeclared Open
Open
if ($icmsConfigSearch['search_no_res_mod']) {
- Exclude checks
Reference to undeclared constant \_CHARSET
Open
Open
$search_url_get_params = htmlspecialchars($search_url_get_params, ENT_COMPAT, _CHARSET);
- Exclude checks