ImpressCMS/impresscms

View on GitHub

Showing 47,251 of 47,256 total issues

Variable $icmsConfig is undeclared
Open

            echo $icmsConfig['anonymous'];
Severity: Minor
Found in htdocs/viewpmsg.php by phan

Call to method exists from undeclared class \IcmsDatabasetable
Open

        if (!$table->exists()) {
Severity: Critical
Found in upgrade/upd-icms-1.0-to-1.1/index.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

Call to method fieldExists from undeclared class \IcmsDatabasetable
Open

        if (!$table->fieldExists('salt')) {
Severity: Critical
Found in upgrade/upd-icms-1.0-to-1.1/index.php by phan

Reference to undeclared constant \_SR_SHOWALLR
Open

                    $all_results[$modname] = array("search_more_title" => _SR_SHOWALLR,
Severity: Minor
Found in htdocs/search.php by phan

Reference to undeclared constant \_SR_NOMATCH
Open

            echo '<p>' . _SR_NOMATCH . '</p>';
Severity: Minor
Found in htdocs/search.php by phan

Reference to undeclared constant \_CHARSET
Open

        <meta http-equiv="Content-Type" content="text/html; charset='._CHARSET.'" />
Severity: Minor
Found in htdocs/session_confirm.php by phan

Reference to undeclared constant \_LOGIN
Open

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

Reference to undeclared constant \_LOGIN
Open

                'icms_pagetitle' => _LOGIN
Severity: Minor
Found in htdocs/user.php by phan

Call to method __construct from undeclared class \icms_messaging_Handler
Open

                        $icmsMailer = new icms_messaging_Handler();
Severity: Critical
Found in htdocs/user.php by phan

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

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

Reference to undeclared constant \_US_EMAIL
Open

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

Reference to undeclared constant \_US_LASTLOGIN
Open

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

Call to method add from undeclared class \icms_db_criteria_Compo
Open

$criteria->add(new icms_db_criteria_Item('isactive', 1));
Severity: Critical
Found in htdocs/userinfo.php by phan

Reference to undeclared constant \_PM_FROM
Open

    . _PM_FROM . "</th><th>" . _PM_SUBJECT . "</th><th align='center'>" . _PM_DATE . "</th></tr>\n";
Severity: Minor
Found in htdocs/viewpmsg.php by phan

Reference to undeclared constant \_PM_SUBJECT
Open

    . _PM_FROM . "</th><th>" . _PM_SUBJECT . "</th><th align='center'>" . _PM_DATE . "</th></tr>\n";
Severity: Minor
Found in htdocs/viewpmsg.php by phan

Call to method getUnameFromId from undeclared class \icms_member_user_Object
Open

        $postername = icms_member_user_Object::getUnameFromId($pm_arr[$i]->getVar('from_userid'));
Severity: Critical
Found in htdocs/viewpmsg.php by phan

Reference to undeclared constant \_PM_SEND
Open

        . _PM_SEND . "' />&nbsp;<input type='submit' class='formButton' name='delete_messages' value='"
Severity: Minor
Found in htdocs/viewpmsg.php by phan

Reference to undeclared constant \_PASSWORD
Open

            <label><?php echo _PASSWORD; ?></label>
Severity: Minor
Found in upgrade/login.php by phan

Reference to undeclared constant \_LOGIN
Open

            <button type="submit"><?php echo _LOGIN; ?></button>
Severity: Minor
Found in upgrade/login.php by phan
Severity
Category
Status
Source
Language