Showing 47,251 of 47,256 total issues
Call to method handler
from undeclared class \icms
Open
Open
$thisuser = icms::handler('icms_member_user');
- Exclude checks
Reference to undeclared constant \_PM_TO
Open
Open
. _PM_TO . "</td>";
- Exclude checks
Invalid offset "image"
of array type array{processed_image_alt_text:string}
Open
Open
if (isset($results[$i]['image']) && $results[$i]['image'] != "") {
- Exclude checks
Call to method htmlSpecialChars
from undeclared class \icms_core_DataFilter
Open
Open
. "' /><input type='hidden' name='uname' value='" . icms_core_DataFilter::htmlSpecialChars($uname)
- Exclude checks
Reference to undeclared constant \_US_PWDTOOSHORT
Open
Open
redirect_header('user.php?op=resetpass', 2, sprintf(_US_PWDTOOSHORT, $icmsConfigUser['minpass']), FALSE);
- Exclude checks
Argument 1 (time)
is int
but \formatTimestamp()
takes string
defined at /code/htdocs/include/functions.php:1428
Open
Open
$results[$i]['processed_time'] = !empty($results[$i]['time']) ? " (". formatTimestamp((int) $results[$i]['time']) . ")" : "";
- Exclude checks
Invalid offset "com_mode"
of array type array{startpage:,template_set:mixed}
Open
Open
$newuser->setVar('umode', $icmsConfig['com_mode'], TRUE);
- Exclude checks
Reference to undeclared constant \_US_RESETPWDNG
Open
Open
echo _US_RESETPWDNG;
- Exclude checks
Invalid offset "sitename"
of array type array{startpage:,template_set:mixed}
Open
Open
<title>'.$icmsConfig['sitename'].'</title>
- Exclude checks
Reference to static property user
from undeclared class \icms
Open
Open
if ($pm->getVar("to_userid") == (int) (icms::$user->getVar('uid'))) {
- Exclude checks
Call to method setFromName
from undeclared class \icms_messaging_Handler
Open
Open
$xoopsMailer->setFromName($icmsConfig['sitename']);
- Exclude checks
Variable $icmsConfigSearch
is undeclared Open
Open
if ($icmsConfigSearch['enable_search'] == FALSE) {
- Exclude checks
Reference to undeclared constant \_USERNAME
Open
Open
'lang_username' => _USERNAME,
- Exclude checks
Call to method assign
from undeclared class \icms_messaging_Handler
Open
Open
$xoopsMailer->assign('USERACTLINK', ICMS_URL . '/user.php?op=actv&id=' . $newid . '&actkey=' . $newuser->getVar('actkey'));
- Exclude checks
Reference to undeclared constant \_SR_PLZENTER
Open
Open
redirect_header("search.php", 1, _SR_PLZENTER);
- Exclude checks
Reference to undeclared constant \_PRV_PRIVACY_POLICY
Open
Open
$xoopsTpl->assign('lang_privacy_policy', _PRV_PRIVACY_POLICY);
- Exclude checks
Reference to undeclared constant \_US_USERKEYFOR
Open
Open
$xoopsMailer->setSubject(sprintf(_US_USERKEYFOR, $uname));
- Exclude checks
Reference to undeclared constant \_PM_DELETED
Open
Open
redirect_header("viewpmsg.php",1,_PM_DELETED);
- Exclude checks
Reference to undeclared constant \_SR_IGNOREDWORDS
Open
Open
$xoopsTpl->assign("label_ignored_keywords", sprintf(_SR_IGNOREDWORDS, $icmsConfigSearch['keyword_min']));
- Exclude checks
Reference to undeclared constant \_US_USERREG
Open
Open
$xoopsTpl->assign('icms_pagetitle', _US_USERREG);
- Exclude checks