ImpressCMS/impresscms

View on GitHub

Showing 47,251 of 47,256 total issues

Call to method handler from undeclared class \icms
Open

$thisuser = icms::handler('icms_member_user');
Severity: Critical
Found in htdocs/register.php by phan

Reference to undeclared constant \_PM_TO
Open

            . _PM_TO . "</td>";
Severity: Minor
Found in htdocs/pmlite.php by phan

Invalid offset "image" of array type array{processed_image_alt_text:string}
Open

                        if (isset($results[$i]['image']) && $results[$i]['image'] != "") {
Severity: Minor
Found in htdocs/search.php by phan

Call to method htmlSpecialChars from undeclared class \icms_core_DataFilter
Open

                . "' /><input type='hidden' name='uname' value='" . icms_core_DataFilter::htmlSpecialChars($uname)
Severity: Critical
Found in htdocs/register.php by phan

Reference to undeclared constant \_US_PWDTOOSHORT
Open

    redirect_header('user.php?op=resetpass', 2, sprintf(_US_PWDTOOSHORT, $icmsConfigUser['minpass']), FALSE);
Severity: Minor
Found in htdocs/resetpass.php by phan

Argument 1 (time) is int but \formatTimestamp() takes string defined at /code/htdocs/include/functions.php:1428
Open

                    $results[$i]['processed_time'] = !empty($results[$i]['time']) ? " (". formatTimestamp((int) $results[$i]['time']) . ")" : "";
Severity: Minor
Found in htdocs/search.php by phan

Invalid offset "com_mode" of array type array{startpage:,template_set:mixed}
Open

            $newuser->setVar('umode', $icmsConfig['com_mode'], TRUE);
Severity: Minor
Found in htdocs/register.php by phan

Reference to undeclared constant \_US_RESETPWDNG
Open

        echo _US_RESETPWDNG;
Severity: Minor
Found in htdocs/resetpass.php by phan

Invalid offset "sitename" of array type array{startpage:,template_set:mixed}
Open

        <title>'.$icmsConfig['sitename'].'</title>
Severity: Minor
Found in htdocs/session_confirm.php by phan

Reference to static property user from undeclared class \icms
Open

            if ($pm->getVar("to_userid") == (int) (icms::$user->getVar('uid'))) {
Severity: Critical
Found in htdocs/pmlite.php by phan

Call to method setFromName from undeclared class \icms_messaging_Handler
Open

                $xoopsMailer->setFromName($icmsConfig['sitename']);
Severity: Critical
Found in htdocs/register.php by phan

Variable $icmsConfigSearch is undeclared
Open

if ($icmsConfigSearch['enable_search'] == FALSE) {
Severity: Minor
Found in htdocs/search.php by phan

Reference to undeclared constant \_USERNAME
Open

                'lang_username' => _USERNAME,
Severity: Minor
Found in htdocs/user.php by phan

Call to method assign from undeclared class \icms_messaging_Handler
Open

                $xoopsMailer->assign('USERACTLINK', ICMS_URL . '/user.php?op=actv&amp;id=' . $newid . '&amp;actkey=' . $newuser->getVar('actkey'));
Severity: Critical
Found in htdocs/register.php by phan

Reference to undeclared constant \_SR_PLZENTER
Open

        redirect_header("search.php", 1, _SR_PLZENTER);
Severity: Minor
Found in htdocs/search.php by phan

Reference to undeclared constant \_PRV_PRIVACY_POLICY
Open

$xoopsTpl->assign('lang_privacy_policy', _PRV_PRIVACY_POLICY);
Severity: Minor
Found in htdocs/privpolicy.php by phan

Reference to undeclared constant \_US_USERKEYFOR
Open

                $xoopsMailer->setSubject(sprintf(_US_USERKEYFOR, $uname));
Severity: Minor
Found in htdocs/register.php by phan

Reference to undeclared constant \_PM_DELETED
Open

            redirect_header("viewpmsg.php",1,_PM_DELETED);
Severity: Minor
Found in htdocs/readpmsg.php by phan

Reference to undeclared constant \_SR_IGNOREDWORDS
Open

    $xoopsTpl->assign("label_ignored_keywords", sprintf(_SR_IGNOREDWORDS, $icmsConfigSearch['keyword_min']));
Severity: Minor
Found in htdocs/search.php by phan

Reference to undeclared constant \_US_USERREG
Open

        $xoopsTpl->assign('icms_pagetitle', _US_USERREG);
Severity: Minor
Found in htdocs/register.php by phan
Severity
Category
Status
Source
Language