ImpressCMS/impresscms

View on GitHub

Showing 47,251 of 47,256 total issues

Call to method __construct from undeclared class \icms_member_user_Object
Open

        $poster = new icms_member_user_Object((int) $pm_arr[0]->getVar("from_userid"));
Severity: Critical
Found in htdocs/readpmsg.php by phan

Call to method checkVar from undeclared class \icms_core_DataFilter
Open

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

Call to method confirm from undeclared class \icms_core_Message
Open

                icms_core_Message::confirm(array (
Severity: Critical
Found in htdocs/user.php by phan

Call to method getVar from undeclared class \icms_member_user_Object
Open

            if ($poster->getVar("user_avatar") != "") {
Severity: Critical
Found in htdocs/readpmsg.php by phan

Call to method __construct from undeclared class \icms_view_PageNav
Open

            $pagenav = new icms_view_PageNav($count, $max_results_per_page, $start, "start", $search_url_get_params);
Severity: Critical
Found in htdocs/search.php by phan

Reference to undeclared constant \_US_ACONTACT
Open

                redirect_header('user.php', 5, _US_ACONTACT, FALSE);
Severity: Minor
Found in htdocs/user.php by phan

Call to method handler from undeclared class \icms
Open

    $module = icms::handler("icms_module")->getByDirName("profile", true);
Severity: Critical
Found in htdocs/userinfo.php by phan

Call to method setTemplate from undeclared class \icms_messaging_Handler
Open

                        $icmsMailer->setTemplate('activated.tpl');
Severity: Critical
Found in htdocs/user.php by phan

Reference to undeclared constant \_PM_REPLY
Open

                <img src='".ICMS_URL."/images/icons/".$GLOBALS["icmsConfig"]["language"]."/reply.gif' alt='"._PM_REPLY."' /></a>\n";
Severity: Minor
Found in htdocs/readpmsg.php by phan

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

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

Reference to undeclared constant \_US_DELACCOUNT
Open

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

Reference to undeclared constant \_US_NOREGISTER
Open

    redirect_header('index.php', 6, _US_NOREGISTER);
Severity: Minor
Found in htdocs/register.php by phan

Reference to undeclared constant \_US_NOPERMISS
Open

            redirect_header('index.php', 5, _US_NOPERMISS);
Severity: Minor
Found in htdocs/user.php by phan

Call to method htmlSpecialChars from undeclared class \icms_core_DataFilter
Open

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

Reference to undeclared constant \_US_ICQ
Open

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

Reference to static property security from undeclared class \icms
Open

                . "' /><br /><br /><input type='hidden' name='op' value='finish' />" . icms::$security->getTokenHTML()
Severity: Critical
Found in htdocs/register.php by phan

Reference to undeclared constant \_US_STATISTICS
Open

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

Reference to undeclared constant \_US_SURETODEL
Open

                ), 'user.php', _US_SURETODEL . '<br/>' . _US_REMOVEINFO);
Severity: Minor
Found in htdocs/user.php by phan

Reference to static property user from undeclared class \icms
Open

        $thisUser = icms::$user;
Severity: Critical
Found in htdocs/userinfo.php by phan

Call to method display from undeclared class \icms_form_Theme
Open

            $reg_form->display();
Severity: Critical
Found in htdocs/register.php by phan
Severity
Category
Status
Source
Language