ImpressCMS/impresscms

View on GitHub

Showing 47,251 of 47,256 total issues

Call to method handler from undeclared class \icms
Open

                $userHandler = icms::handler('icms_member_user');
Severity: Critical
Found in htdocs/pmlite.php by phan

Call to method assign from undeclared class \icms_messaging_Handler
Open

                    $xoopsMailer->assign('X_SITEURL', ICMS_URL . "/");
Severity: Critical
Found in htdocs/pmlite.php by phan

Call to method assign from undeclared class \icms_messaging_Handler
Open

                    $xoopsMailer->assign('X_ITEM_URL', ICMS_URL . "/viewpmsg.php");
Severity: Critical
Found in htdocs/pmlite.php by phan

Variable $xoopsTpl is undeclared
Open

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

Reference to undeclared constant \_PM_CLEAR
Open

            . "' />&nbsp;<input type='reset' class='formButton' value='" . _PM_CLEAR
Severity: Minor
Found in htdocs/pmlite.php by phan

Reference to static property user from undeclared class \icms
Open

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

Call to method setLimit from undeclared class \icms_db_criteria_Item
Open

    $criteria->setLimit(1);
Severity: Critical
Found in htdocs/readpmsg.php by phan

Reference to undeclared constant \_PM_INBOX
Open

        <a href='viewpmsg.php'>". _PM_INBOX ."</a>&nbsp;
Severity: Minor
Found in htdocs/readpmsg.php by phan

Reference to undeclared constant \_PM_ONLINE
Open

                echo "<span style='color:#ee0000;font-weight:bold;'>"._PM_ONLINE."</span><br /><br />\n";
Severity: Minor
Found in htdocs/readpmsg.php by phan

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

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

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

$timezone_offset = isset($_POST['timezone_offset']) ? (float)($_POST['timezone_offset']) : $icmsConfig['default_TZ'];
Severity: Minor
Found in htdocs/register.php by phan

Reference to undeclared constant \_PM_SENTC
Open

            "._PM_SENTC."".formatTimestamp($pm_arr[0]->getVar("msg_time"));
Severity: Minor
Found in htdocs/readpmsg.php by phan

Reference to static property security from undeclared class \icms
Open

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

Reference to undeclared constant \_US_LOGINNAME
Open

            echo _US_LOGINNAME . ": " . icms_core_DataFilter::htmlSpecialChars($login_name) . "<br />"
Severity: Minor
Found in htdocs/register.php by phan

Call to method stripSlashesGPC from undeclared class \icms_core_DataFilter
Open

$pass = isset($_POST['pass']) ? icms_core_DataFilter::stripSlashesGPC(substr($_POST['pass'],0,32)) : '';
Severity: Critical
Found in htdocs/register.php by phan

Call to method htmlSpecialChars from undeclared class \icms_core_DataFilter
Open

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

Call to method handler from undeclared class \icms
Open

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

Call to method htmlSpecialChars from undeclared class \icms_core_DataFilter
Open

                . icms_core_DataFilter::htmlSpecialChars($login_name)
Severity: Critical
Found in htdocs/register.php by phan

Call to method encryptPass from undeclared class \icms_core_Password
Open

            $pass1 = $icmspass->encryptPass($pass);
Severity: Critical
Found in htdocs/register.php by phan

Reference to undeclared constant \_PM_MESSAGEC
Open

            . _PM_MESSAGEC . "</td><td class='even'>";
Severity: Minor
Found in htdocs/pmlite.php by phan
Severity
Category
Status
Source
Language