ImpressCMS/impresscms

View on GitHub

Showing 47,251 of 47,256 total issues

Invalid offset "uid" of array type array{link:string}|array{processed_image_alt_text:string}|array{processed_image_url:'images/icons/posticon2.gif'}|array{processed_image_url:string}|array{processed_title:}|null
Open

                            $results[$i]['uid'] = @ (int) $results[$i]['uid'];
Severity: Minor
Found in htdocs/search.php by phan

Reference to undeclared constant \_US_YOUREMAIL
Open

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

Call to method getUnameFromId from undeclared class \icms_member_user_Object
Open

                        $uname = icms_member_user_Object::getUnameFromId($results[$i]['uid']);
Severity: Critical
Found in htdocs/search.php by phan

Reference to undeclared constant \_US_RESETPASSWORD
Open

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

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

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

Suspicious type null of a variable or expression used to build a string. (Expected type to be able to cast to a string)
Open

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

Reference to undeclared constant \_LOGIN
Open

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

Call to method handler from undeclared class \icms
Open

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

Reference to undeclared constant \_NOPERM
Open

    redirect_header(ICMS_URL . '/user.php', 3, _NOPERM);
Severity: Minor
Found in htdocs/userinfo.php by phan

Reference to undeclared constant \_US_CURRENTPASS
Open

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

Reference to static property user from undeclared class \icms
Open

if (is_object(icms::$user)) {
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 \_US_ACTKEYNOT
Open

            redirect_header('index.php', 5, _US_ACTKEYNOT);
Severity: Minor
Found in htdocs/user.php by phan

Variable $icmsConfigUser is undeclared
Open

if ($icmsConfigUser['allwshow_sig'] == true && strlen(trim($thisUser->getVar('user_sig', 'N'))) > 0) {
Severity: Minor
Found in htdocs/userinfo.php by phan

Call to method setFromName from undeclared class \icms_messaging_Handler
Open

                        $icmsMailer->setFromName($icmsConfig['sitename']);
Severity: Critical
Found in htdocs/user.php by phan

Call to method __construct from undeclared class \icms_db_criteria_Item
Open

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

Reference to undeclared constant \_US_ACTVMAILOK
Open

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

Suspicious type null of a variable or expression used to build a string. (Expected type to be able to cast to a 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 \_US_ACTLOGIN
Open

                        redirect_header('user.php', 3, _US_ACTLOGIN, FALSE);
Severity: Minor
Found in htdocs/user.php by phan

Call to method __construct from undeclared class \icms_db_criteria_Item
Open

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