ImpressCMS/impresscms

View on GitHub

Showing 47,251 of 47,256 total issues

Call to method setFromEmail from undeclared class \icms_messaging_Handler
Open

                        $xoopsMailer->setFromEmail(icms::$user->getVar('email'));
Severity: Critical
Found in htdocs/pmlite.php by phan

Call to method assign from undeclared class \icms_messaging_Handler
Open

                    $xoopsMailer->assign('X_SITENAME', $icmsConfig['sitename']);
Severity: Critical
Found in htdocs/pmlite.php by phan

Call to method getVar on non-class type null
Open

            $subject = $pm->getVar('subject', 'E');
Severity: Critical
Found in htdocs/pmlite.php by phan

Call to method getUnameFromId from undeclared class \icms_member_user_Object
Open

                $pm_uname = icms_member_user_Object::getUnameFromId($pm->getVar("from_userid"));
Severity: Critical
Found in htdocs/pmlite.php by phan

Reference to static property security from undeclared class \icms
Open

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

Call to method setStart from undeclared class \icms_db_criteria_Item
Open

    $criteria->setStart($start);
Severity: Critical
Found in htdocs/readpmsg.php by phan

Reference to undeclared constant \_PM_FROMC
Open

                echo _PM_FROMC."".$poster->getVar("user_from")."<br /><br />\n";
Severity: Minor
Found in htdocs/readpmsg.php by phan

Call to method stripSlashesGPC from undeclared class \icms_core_DataFilter
Open

$actkey = isset($_POST['actkey']) ? trim(icms_core_DataFilter::stripSlashesGPC($_POST['actkey'])) : '';
Severity: Critical
Found in htdocs/register.php by phan

Call to method handler from undeclared class \icms
Open

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

Variable $icmsDatabaseUpdater is undeclared
Open

    $icmsDatabaseUpdater->runQuery($sql, sprintf(_DATABASEUPDATER_MSG_QUERY_SUCCESSFUL, $sql), sprintf(_DATABASEUPDATER_MSG_QUERY_FAILED, $sql));

Reference to undeclared constant \_DATABASEUPDATER_MSG_QUERY_SUCCESSFUL
Open

    $icmsDatabaseUpdater->runQuery($sql, sprintf(_DATABASEUPDATER_MSG_QUERY_SUCCESSFUL, $sql), sprintf(_DATABASEUPDATER_MSG_QUERY_FAILED, $sql));

Call to method deleteFile from undeclared class \icms_core_Filesystem
Open

        icms_core_Filesystem::deleteFile(ICMS_ROOT_PATH . "/modules/system/admin/banners.php");

Call to method __construct from undeclared class \icms_db_criteria_Item
Open

        $criteria->add ( new icms_db_criteria_Item ( 'conf_order', 3, '>' ) );

Variable $icmsDatabaseUpdater is undeclared
Open

        $icmsDatabaseUpdater->insertConfig ( ICMS_CONF, 'editor_enabled_list', '_MD_AM_EDITOR_ENABLED_LIST', ".serialize(array('default')).", '_MD_AM_EDITOR_ENABLED_LIST_DESC', 'editor_multi', 'array', 16 );

Reference to undeclared constant \ICMS_CONF_USER
Open

        $icmsDatabaseUpdater->insertConfig ( ICMS_CONF_USER, 'use_captcha', '_MD_AM_USECAPTCHA', 1, '_MD_AM_USECAPTCHADSC', 'yesno', 'int', 3 );

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

        $default_msg_content_file = ICMS_ROOT_PATH . '/language/' . $icmsConfig ['language'] . '/mail_template/' . 'welcome.tpl';

Variable $icmsDatabaseUpdater is undeclared
Open

        $icmsDatabaseUpdater->insertConfig ( ICMS_CONF_USER, 'sig_max_length', '_MD_AM_SIGMAXLENGTH', '255', '_MD_AM_SIGMAXLENGTHDSC', 'textbox', 'int', 4 );

Variable $icmsDatabaseUpdater is undeclared
Open

        $icmsDatabaseUpdater->insertConfig ( ICMS_CONF_PERSONA, 'multi_login', '_MD_AM_MULTLOGINPREVENT', '0', '_MD_AM_MULTLOGINPREVENTDSC', 'yesno', 'int', 9 );

Reference to undeclared constant \ICMS_CONF_PERSONA
Open

        $icmsDatabaseUpdater->insertConfig ( ICMS_CONF_PERSONA, 'shadow_y', '_MD_AM_SHADOWY', '2', '_MD_AM_SHADOWY_DESC', 'textbox', 'int', 17 );

Variable $icmsDatabaseUpdater is undeclared
Open

        $icmsDatabaseUpdater->insertConfig ( ICMS_CONF_AUTH, 'auth_openid', '_MD_AM_AUTHOPENID', '0', '_MD_AM_AUTHOPENIDDSC', 'yesno', 'int', 1 );
Severity
Category
Status
Source
Language