ImpressCMS/impresscms

View on GitHub

Showing 47,251 of 47,256 total issues

Reference to undeclared constant \_US_OCCUPATION
Open

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

Reference to undeclared constant \_US_RANK
Open

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

Reference to undeclared constant \_US_MYINFO
Open

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

Reference to static property user from undeclared class \icms
Open

            && (icms::$user->isAdmin()
Severity: Critical
Found in htdocs/userinfo.php by phan

Variable $icmsConfigUser is undeclared
Open

    $sigtype = ($icmsConfigUser['allow_htsig'] == 0) ? 'text' : 'html';
Severity: Minor
Found in htdocs/userinfo.php by phan

Reference to static property user from undeclared class \icms
Open

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

Reference to static property security from undeclared class \icms
Open

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

Reference to static property user from undeclared class \icms
Open

    $criteria = new icms_db_criteria_Item('to_userid', (int) (icms::$user->getVar('uid')));
Severity: Critical
Found in htdocs/viewpmsg.php by phan

Reference to undeclared constant \_PM_SEND
Open

        . _PM_SEND . "' /></td></tr></table></form>";
Severity: Minor
Found in htdocs/viewpmsg.php by phan

Call to method getParam from undeclared class \XoopsXmlRpcParser
Open

                $rpc_api = new MovableTypeApi($parser->getParam(), $response, $module);
Severity: Critical
Found in htdocs/xmlrpc.php by phan

Reference to undeclared constant \XOOPS_CONF_USER
Open

        $value = getDbValue($db, 'config', 'conf_id', "`conf_name` = 'rank_width' AND `conf_catid` = " . XOOPS_CONF_USER);

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

Reference to undeclared constant \_US_LOSTPASSWORD
Open

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

Reference to static property security from undeclared class \icms
Open

                'resetpassword_token' => icms::$security->createToken(),
Severity: Critical
Found in htdocs/user.php by phan

Call to method assign from undeclared class \icms_messaging_Handler
Open

                        $icmsMailer->assign('ADMINMAIL', $icmsConfig['adminmail']);
Severity: Critical
Found in htdocs/user.php by phan

Reference to undeclared constant \_US_NOTIFICATIONS
Open

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

Variable $icmsConfigUser is undeclared
Open

            'lang_deleteaccount' => $icmsConfigUser['self_delete'] ? _US_DELACCOUNT : ''));
Severity: Minor
Found in htdocs/userinfo.php by phan

Reference to undeclared constant \_US_SIGNATURE
Open

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

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

                       if (!preg_match("/^http[s]*:\/\//i", $results[$i]['link'])) {
Severity: Minor
Found in htdocs/userinfo.php by phan

Call to method handler from undeclared class \icms
Open

    $pm_handler = icms::handler('icms_data_privmessage');
Severity: Critical
Found in htdocs/viewpmsg.php by phan
Severity
Category
Status
Source
Language