ImpressCMS/impresscms

View on GitHub

Showing 47,251 of 47,256 total issues

Reference to static property xoopsDB from undeclared class \icms
Open

                while ($result = icms::$xoopsDB->fetchArray($query)) {
Severity: Critical
Found in htdocs/suggest.php by phan

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

                           $results[$i]['link'] = "modules/" . $module->getVar('dirname') . "/" . $results[$i]['link'];
Severity: Minor
Found in htdocs/userinfo.php by phan

Reference to undeclared constant \_NO
Open

        echo '<div class="x2-note"><td><img src="img/no.png" alt="'._NO.'" />' . ERR_NO_PHP5_CONTENT . '<br /></td><br /></div>';
Severity: Minor
Found in upgrade/check_version.php by phan

Reference to undeclared constant \_US_NOTREGISTERED
Open

                'lang_notregister' => _US_NOTREGISTERED,
Severity: Minor
Found in htdocs/user.php by phan

Call to method message from undeclared class \icms_core_Debug
Open

            icms_core_Debug::message('An error occurred while executing "' . $sql . '" - ' . $db->error());
Severity: Critical
Found in upgrade/cnt-2.3.x-to-2.0.x/index.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

Call to method fieldExists from undeclared class \IcmsDatabasetable
Open

        return $table->fieldExists('dbversion');
Severity: Critical
Found in upgrade/upd-icms-1.0-to-1.1/index.php by phan

Reference to undeclared constant \_US_SENDPASSWORD
Open

                'lang_sendpassword' => _US_SENDPASSWORD,
Severity: Minor
Found in htdocs/user.php by phan

Call to deprecated function \icms_debug() defined at /code/htdocs/include/debug_functions.php:22
Open

                icms_debug('An error occurred while executing "' . $sql . '" - ' . $GLOBALS['xoopsDB']->error());
Severity: Minor
Found in upgrade/upd-icms-1.0-to-1.1/index.php by phan

Reference to undeclared constant \_US_SUBRESETPASSWORD
Open

                'lang_subresetpassword' => _US_SUBRESETPASSWORD,
Severity: Minor
Found in htdocs/user.php by phan

Reference to static property session from undeclared class \icms
Open

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

Argument 2 (vars) is null but \sprintf() takes float|int|string
Open

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

Reference to undeclared constant \_US_ACTVMAILNG
Open

                            printf(_US_ACTVMAILNG, $thisuser->getVar('uname'));
Severity: Minor
Found in htdocs/user.php by phan

Reference to static property user from undeclared class \icms
Open

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

Call to method handler from undeclared class \icms
Open

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

Reference to static property user from undeclared class \icms
Open

                if (FALSE != $member_handler->deleteUser(icms::$user)) {
Severity: Critical
Found in htdocs/user.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 handler from undeclared class \icms
Open

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

Call to method handler from undeclared class \icms
Open

    $thisUser = icms::handler('icms_member')->getUser($uid);
Severity: Critical
Found in htdocs/userinfo.php by phan

Reference to undeclared constant \_SENDPMTO
Open

            . sprintf(_SENDPMTO, $thisUser->getVar('uname')) . "\" /></a>"
Severity: Minor
Found in htdocs/userinfo.php by phan
Severity
Category
Status
Source
Language