ImpressCMS/impresscms

View on GitHub

Showing 47,251 of 47,256 total issues

Call to method verifyPass from undeclared class \icms_core_Password
Open

    if (!$icmspass->verifyPass($c_password, icms::$user->getVar('login_name'))) {
Severity: Critical
Found in htdocs/resetpass.php by phan

Reference to static property user from undeclared class \icms
Open

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

Variable $xoopsTpl is undeclared
Open

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

Reference to undeclared constant \_SR_KEYTOOSHORT
Open

            redirect_header('search.php', 2, sprintf(_SR_KEYTOOSHORT, icms_conv_nr2local($icmsConfigSearch['keyword_min'])));
Severity: Minor
Found in htdocs/search.php by phan

Reference to static property xoopsDB from undeclared class \icms
Open

        $query = icms::$xoopsDB->query($sql);
Severity: Critical
Found in htdocs/suggest.php by phan

Call to method setFromEmail from undeclared class \icms_messaging_Handler
Open

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

Reference to undeclared constant \_US_SORRYNOTFOUND
Open

    redirect_header('user.php', 2, sprintf(_US_SORRYNOTFOUND, 3, ''), FALSE);
Severity: Minor
Found in htdocs/resetpass.php by phan

Call to method setTemplate from undeclared class \icms_messaging_Handler
Open

    $xoopsMailer->setTemplate('resetpass2.tpl');
Severity: Critical
Found in htdocs/resetpass.php by phan

Call to method send from undeclared class \icms_messaging_Handler
Open

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

Reference to static property user from undeclared class \icms
Open

$groups = is_object(icms::$user) ? icms::$user->getGroups() : XOOPS_GROUP_ANONYMOUS;
Severity: Critical
Found in htdocs/search.php by phan

Variable $icmsConfigSearch is undeclared
Open

            if (strlen($q) >= $icmsConfigSearch['keyword_min']) {
Severity: Minor
Found in htdocs/search.php by phan

Reference to undeclared constant \_CHARSET
Open

        $ignored_keywords[] = htmlspecialchars(stripslashes($q), ENT_COMPAT, _CHARSET);
Severity: Minor
Found in htdocs/search.php by phan

Reference to undeclared constant \_SR_SEARCHRESULTS
Open

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

Invalid offset "time" of array type array{link:string}|array{processed_image_alt_text:string}|array{processed_image_url:'images/icons/posticon2.gif'}|array{processed_image_url:string}|array{processed_title:}|array{processed_user_name:}|array{processed_user_url:string}|array{uid:int}
Open

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

Variable $icmsConfigSearch is undeclared
Open

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

Call to method checkVar from undeclared class \icms_core_DataFilter
Open

                $results[$i]['processed_image_alt_text'] = icms_core_DataFilter::checkVar($modname, 'text', 'output') . ": ";
Severity: Critical
Found in htdocs/search.php by phan

Variable $icmsConfigSearch is undeclared
Open

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

Variable $xoopsTpl is undeclared
Open

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

Reference to static property xoopsDB from undeclared class \icms
Open

            . icms::$xoopsDB->prefix("autosearch_cat") . " c ON s.cat_id = c.cid WHERE name LIKE '%"
Severity: Critical
Found in htdocs/suggest.php by phan

Reference to undeclared constant \_US_RESETPASSINFO
Open

                'lang_resetpassinfo' => _US_RESETPASSINFO,
Severity: Minor
Found in htdocs/user.php by phan
Severity
Category
Status
Source
Language