ImpressCMS/impresscms

View on GitHub

Showing 47,251 of 47,256 total issues

Call to method send from undeclared class \icms_messaging_Handler
Open

                if (!$xoopsMailer->send()) {
Severity: Critical
Found in htdocs/register.php by phan

Call to method assign from undeclared class \icms_messaging_Handler
Open

    $xoopsMailer->assign('SITENAME', $icmsConfig['sitename']);
Severity: Critical
Found in htdocs/resetpass.php by phan

Reference to undeclared constant \_US_PWDRESET
Open

    redirect_header('user.php', 3, sprintf(_US_PWDRESET, icms::$user->getVar('uname')), FALSE);
Severity: Minor
Found in htdocs/resetpass.php by phan

Call to method handler from undeclared class \icms
Open

        $module_handler = icms::handler('icms_module');
Severity: Critical
Found in htdocs/search.php by phan

Call to method __construct from undeclared class \icms_db_criteria_Compo
Open

        $criteria = new icms_db_criteria_Compo(new icms_db_criteria_Item('hassearch', 1));
Severity: Critical
Found in htdocs/search.php by phan

Argument 2 (subject) is null but \preg_match() takes string
Open

                            if (!preg_match("/^http[s]*:\/\//i", $results[$i]['link'])) {
Severity: Minor
Found in htdocs/search.php by phan

Invalid offset "link" of array type array{processed_image_alt_text:string}|array{processed_image_url:'images/icons/posticon2.gif'}|array{processed_image_url:string}
Open

                                $results[$i]['link'] = "modules/" . $moddir . "/" . $results[$i]['link'];
Severity: Minor
Found in htdocs/search.php by phan

Variable $xoopsTpl is undeclared
Open

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

Reference to static property logger from undeclared class \icms
Open

icms::$logger->disableLogger();
Severity: Critical
Found in htdocs/suggest.php by phan

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

                'usercookie' => filter_input(INPUT_COOKIE, $icmsConfig['usercookie'], FILTER_SANITIZE_STRING),
Severity: Minor
Found in htdocs/user.php by phan

Reference to undeclared constant \_US_NEWPASSWORD
Open

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

Call to method handler from undeclared class \icms
Open

        $member_handler = icms::handler('icms_member');
Severity: Critical
Found in htdocs/user.php by phan

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

                        $icmsMailer->assign('ADMINMAIL', $icmsConfig['adminmail']);
Severity: Minor
Found in htdocs/user.php by phan

Call to method send from undeclared class \icms_messaging_Handler
Open

                        if (!$icmsMailer->send()) {
Severity: Critical
Found in htdocs/user.php by phan

Reference to undeclared constant \_US_SELECTNG
Open

    redirect_header('index.php', 3, _US_SELECTNG);
Severity: Minor
Found in htdocs/userinfo.php by phan

Reference to undeclared constant \_US_AVATAR
Open

            'lang_avatar' => _US_AVATAR,
Severity: Minor
Found in htdocs/userinfo.php by phan

Reference to undeclared constant \_US_DELACCOUNT
Open

            'lang_deleteaccount' => $icmsConfigUser['self_delete'] ? _US_DELACCOUNT : ''));
Severity: Minor
Found in htdocs/userinfo.php by phan

Reference to undeclared constant \_US_BASICINFO
Open

    'lang_basicInfo' => _US_BASICINFO,
Severity: Minor
Found in htdocs/userinfo.php by phan

Call to method __construct from undeclared class \icms_db_criteria_Compo
Open

$criteria = new icms_db_criteria_Compo(new icms_db_criteria_Item('hassearch', 1));
Severity: Critical
Found in htdocs/userinfo.php by phan

Call to method __construct from undeclared class \icms_db_criteria_Item
Open

$criteria = new icms_db_criteria_Compo(new icms_db_criteria_Item('hassearch', 1));
Severity: Critical
Found in htdocs/userinfo.php by phan
Severity
Category
Status
Source
Language