ImpressCMS/impresscms

View on GitHub

Showing 47,251 of 47,256 total issues

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

        <title>'.$icmsConfig['sitename'].'</title>
Severity: Minor
Found in htdocs/session_confirm.php by phan

Reference to undeclared constant \_RETRYPOST
Open

          <h4>'._RETRYPOST.'</h4>
Severity: Minor
Found in htdocs/session_confirm.php by phan

Reference to static property user from undeclared class \icms
Open

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

Reference to static property user from undeclared class \icms
Open

        if (!icms::$user || $icmsConfigUser['self_delete'] != 1) {
Severity: Critical
Found in htdocs/user.php by phan

Reference to static property user from undeclared class \icms
Open

            $groups = icms::$user->getGroups();
Severity: Critical
Found in htdocs/user.php by phan

Reference to static property user from undeclared class \icms
Open

if (!$icmsConfigUser['allow_annon_view_prof'] && !is_object(icms::$user)) {
Severity: Critical
Found in htdocs/userinfo.php by phan

Reference to static property user from undeclared class \icms
Open

    if ($uid == icms::$user->getVar('uid')) {
Severity: Critical
Found in htdocs/userinfo.php by phan

Reference to undeclared constant \_US_INBOX
Open

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

Call to method htmlSpecialChars from undeclared class \icms_core_DataFilter
Open

                   $results[$i]['title'] = icms_core_DataFilter::htmlSpecialChars($results[$i]['title']);
Severity: Critical
Found in htdocs/userinfo.php by phan

Reference to static property security from undeclared class \icms
Open

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

Call to method setOrder from undeclared class \icms_db_criteria_Item
Open

    $criteria->setOrder('DESC');
Severity: Critical
Found in htdocs/viewpmsg.php by phan

Reference to undeclared constant \_PM_NOTREAD
Open

            . "<img src='images/read.gif' alt='" . _PM_NOTREAD . "' /></td>\n";
Severity: Minor
Found in htdocs/viewpmsg.php by phan

Call to method parse from undeclared class \XoopsXmlRpcParser
Open

if (!$parser->parse())
Severity: Critical
Found in htdocs/xmlrpc.php by phan

Call to method handler from undeclared class \icms
Open

    $module_handler = icms::handler('icms_module');
Severity: Critical
Found in htdocs/xmlrpc.php by phan

Call to method add from undeclared class \XoopsXmlRpcResponse
Open

        $response->add(new XoopsXmlRpcFault(110));
Severity: Critical
Found in htdocs/xmlrpc.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

Variable $xoopsConfig is undeclared
Open

    $language = $xoopsConfig['language'];
Severity: Minor
Found in upgrade/index.php by phan

Call to method __construct from undeclared class \IcmsDatabasetable
Open

        $table = new IcmsDatabasetable('system_customtag');
Severity: Critical
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('pass_expired')) {
Severity: Critical
Found in upgrade/upd-icms-1.0-to-1.1/index.php by phan

Call to method __construct from undeclared class \IcmsDatabasetable
Open

        $table = new IcmsDatabasetable('modules');
Severity: Critical
Found in upgrade/upd-icms-1.0-to-1.1/index.php by phan
Severity
Category
Status
Source
Language