ImpressCMS/impresscms

View on GitHub

Showing 47,251 of 47,256 total issues

Reference to static property security from undeclared class \icms
Open

            echo implode('<br />', icms::$security->getErrors());
Severity: Critical
Found in htdocs/readpmsg.php by phan

Reference to undeclared constant \_PM_YOUDONTHAVE
Open

        echo '<br /><br />'._PM_YOUDONTHAVE;
Severity: Minor
Found in htdocs/readpmsg.php by phan

Call to method htmlSpecialChars from undeclared class \icms_core_DataFilter
Open

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

Reference to undeclared constant \_PM_PLZTRYAGAIN
Open

                . _PM_PLZTRYAGAIN . "</h4><br />";
Severity: Minor
Found in htdocs/pmlite.php by phan

Call to method getVar from undeclared class \icms_member_user_Object
Open

            echo "<a href='userinfo.php?uid=". (int) ($poster->getVar("uid"))."'>".$poster->getVar("uname")."</a><br />\n";
Severity: Critical
Found in htdocs/readpmsg.php by phan

Suspicious argument null for an echo/print statement
Open

            echo $icmsConfig['anonymous']; // we need to do this for deleted users
Severity: Minor
Found in htdocs/readpmsg.php by phan

Call to method htmlSpecialChars from undeclared class \icms_core_DataFilter
Open

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

Call to method handler from undeclared class \icms
Open

        $permHandler = icms::handler('icms_member_groupperm');
Severity: Critical
Found in htdocs/readpmsg.php by phan

Reference to static property security from undeclared class \icms
Open

            $stop .= implode('<br />', icms::$security->getErrors()) . "<br />";
Severity: Critical
Found in htdocs/register.php by phan

Call to method getVar on non-class type null
Open

            echo "<td class='even'><input type='hidden' name='to_userid' value='" . $pm->getVar("from_userid") . "' />" . $pm_uname . "</td>";
Severity: Critical
Found in htdocs/pmlite.php by phan

Reference to undeclared constant \_PM_PREVIOUS
Open

            echo "<a href='readpmsg.php?start=". (int) ($previous)."&amp;total_messages=". (int) ($total_messages)."'>"._PM_PREVIOUS."</a> | ";
Severity: Minor
Found in htdocs/readpmsg.php by phan

Reference to undeclared constant \_US_ALREADY_LOGED_IN
Open

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

Call to method isActive from undeclared class \icms_member_user_Object
Open

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

Reference to static property security from undeclared class \icms
Open

            $stop .= implode('<br />', icms::$security->getErrors()) . "<br />";
Severity: Critical
Found in htdocs/register.php by phan

Call to method getVar from undeclared class \icms_member_user_Object
Open

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

Call to method htmlSpecialChars from undeclared class \icms_core_DataFilter
Open

                . _US_EMAIL . ": " . icms_core_DataFilter::htmlSpecialChars($email) . "<br />";
Severity: Critical
Found in htdocs/register.php by phan

Call to method htmlSpecialChars from undeclared class \icms_core_DataFilter
Open

                . "' /><input type='hidden' maxlength='99' name='vpass' value='" . icms_core_DataFilter::htmlSpecialChars($vpass)
Severity: Critical
Found in htdocs/register.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

Call to method setToGroups from undeclared class \icms_messaging_Handler
Open

                $xoopsMailer->setToGroups($member_handler->getGroup($icmsConfigUser['activation_group']));
Severity: Critical
Found in htdocs/register.php by phan

Reference to undeclared constant \ICMS_CONF_USER
Open

        $icmsDatabaseUpdater->insertConfig ( ICMS_CONF_USER, 'welcome_msg_content', '_MD_AM_WELCOMEMSG_CONTENT', $default_msg_content, '_MD_AM_WELCOMEMSG_CONTENTDSC', 'textarea', 'text', 3 );
Severity
Category
Status
Source
Language