ImpressCMS/impresscms

View on GitHub

Showing 47,251 of 47,256 total issues

Variable $xoopsTpl is undeclared
Open

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

Variable $xoopsTpl is undeclared
Open

$xoopsTpl->assign('icms_pagetitle', _SR_SEARCHRESULTS . ' - ' . htmlspecialchars(implode(' ',$keywords), ENT_COMPAT, _CHARSET));
Severity: Minor
Found in htdocs/search.php by phan

Variable $xoopsTpl is undeclared
Open

                $xoopsTpl->assign("showing", sprintf(_SR_SHOWING, 1, $max_results_per_page));
Severity: Minor
Found in htdocs/search.php by phan

Variable $icmsConfigSearch is undeclared
Open

        $max_results_per_page = (int) $icmsConfigSearch['search_per_page'];
Severity: Minor
Found in htdocs/search.php by phan

Reference to undeclared constant \_TAKINGBACK
Open

    $message = _TAKINGBACK ;
Severity: Minor
Found in htdocs/session_confirm.php by phan

Reference to static property user from undeclared class \icms
Open

        if (!icms::$user) {
Severity: Critical
Found in htdocs/user.php by phan

Argument 2 (variable_name) is null but \filter_input() takes string
Open

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

Reference to static property user from undeclared class \icms
Open

            header('Location: ' . ICMS_URL . '/userinfo.php?uid=' . (int) icms::$user->getVar('uid'));
Severity: Critical
Found in htdocs/user.php by phan

Reference to static property user from undeclared class \icms
Open

        $sessHandler->sessionClose(icms::$user->getVar('uid'));
Severity: Critical
Found in htdocs/user.php by phan

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

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

Reference to undeclared constant \_US_YOURACCOUNT
Open

                        $icmsMailer->setSubject(sprintf(_US_YOURACCOUNT, $icmsConfig['sitename'], ICMS_URL));
Severity: Minor
Found in htdocs/user.php by phan

Reference to undeclared constant \_US_EDITPROFILE
Open

            'lang_editprofile' => _US_EDITPROFILE,
Severity: Minor
Found in htdocs/userinfo.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_WEBSITE
Open

    'lang_website' => _US_WEBSITE,
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_EXTRAINFO
Open

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

Reference to static property user from undeclared class \icms
Open

    'user_pmlink' => is_object(icms::$user)
Severity: Critical
Found in htdocs/userinfo.php by phan

Variable $icmsConfig is undeclared
Open

                       $results[$i]['image'] = 'images/icons/' . $icmsConfig['language'] . '/posticon2.gif';
Severity: Minor
Found in htdocs/userinfo.php by phan

Invalid offset "title" of array type array{image:string}|array{link:string}|null
Open

                   $results[$i]['title'] = icms_core_DataFilter::htmlSpecialChars($results[$i]['title']);
Severity: Minor
Found in htdocs/userinfo.php by phan

Call to method __construct from undeclared class \XoopsApi
Open

                $rpc_api = new XoopsApi($parser->getParam(), $response, $module);
Severity: Critical
Found in htdocs/xmlrpc.php by phan
Severity
Category
Status
Source
Language