ImpressCMS/impresscms

View on GitHub

Showing 47,251 of 47,256 total issues

Call to method assign from undeclared class \icms_messaging_Handler
Open

                    $xoopsMailer->assign('X_FROMUNAME', icms::$user->getVar('uname'));
Severity: Critical
Found in htdocs/pmlite.php by phan

Reference to undeclared constant \ICMS_CONF_PERSONA
Open

        $icmsDatabaseUpdater->insertConfig ( ICMS_CONF_PERSONA, 'adm_right_logo_alt', '_MD_AM_RLOGOADM_ALT', '', '_MD_AM_RLOGOADM_ALT_DESC', 'textbox', 'text', 6 );

Variable $icmsConfigSearch is undeclared
Open

                        if ($icmsConfigSearch['search_user_date']) {
Severity: Minor
Found in htdocs/search.php by phan

Variable $icmsDatabaseUpdater is undeclared
Open

        $icmsDatabaseUpdater->insertConfig ( ICMS_CONF_PERSONA, 'email_shadow', '_MD_AM_EMAILSHADOW', '#cccccc', '_MD_AM_EMAILSHADOW_DESC', 'color', 'text', 15 );

Reference to static property user from undeclared class \icms
Open

                    $xoopsMailer->assign('X_FROMUNAME', icms::$user->getVar('uname'));
Severity: Critical
Found in htdocs/pmlite.php by phan

Variable $dbVersion is undeclared
Open

    if ($dbVersion < $newDbVersion) {

Call to method handler from undeclared class \icms
Open

            $pm_handler = icms::handler('icms_data_privmessage');
Severity: Critical
Found in htdocs/pmlite.php by phan

Call to method handler from undeclared class \icms
Open

        $configitem_handler = icms::handler('icms_config_item');

Reference to undeclared constant \_PM_MESSAGEC
Open

            $textarea = new icms_form_elements_Dhtmltextarea(_PM_MESSAGEC, 'message', '');
Severity: Minor
Found in htdocs/pmlite.php by phan

Call to method __construct from undeclared class \icms_db_criteria_Compo
Open

        $criteria = new icms_db_criteria_Compo ( );

Reference to undeclared constant \_PM_REGISTERNOW
Open

    echo "<div>" . _PM_SORRY . "<br /><br /><a href='" . ICMS_URL . "/register.php'>" . _PM_REGISTERNOW . "</a> . </div>";
Severity: Minor
Found in htdocs/pmlite.php by phan

Call to method __construct from undeclared class \icms_db_criteria_Item
Open

        $criteria->add ( new icms_db_criteria_Item ( 'conf_catid', ICMS_CONF_PERSONA ) );

Reference to undeclared constant \_US_NOPERMISS
Open

    redirect_header('index.php', 2, _US_NOPERMISS);
Severity: Minor
Found in htdocs/privpolicy.php by phan

Call to method fieldExists from undeclared class \icms_db_legacy_updater_Table
Open

        if (! $table->fieldExists ( 'enc_type' )) {

Reference to static property user from undeclared class \icms
Open

        . (int) (icms::$user->getVar("uid")) ."'>". _PM_PROFILE ."</a>&nbsp;
Severity: Critical
Found in htdocs/readpmsg.php by phan

Variable $dbVersion is undeclared
Open

    if ($dbVersion < $newDbVersion) {

Call to method getVar from undeclared class \icms_member_user_Object
Open

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

Variable $abortUpdate is undeclared
Open

    if (!$abortUpdate) $newDbVersion = 5;

Call to method getGroups from undeclared class \icms_member_user_Object
Open

        $filterType = $permHandler->checkRight('use_wysiwygeditor', 1, $poster->getGroups()) ? 'html' : 'text';
Severity: Critical
Found in htdocs/readpmsg.php by phan

Reference to undeclared constant \_DATABASEUPDATER_UPDATE_OK
Open

        echo sprintf ( _DATABASEUPDATER_UPDATE_OK, icms_conv_nr2local ( $newDbVersion ) ) . '<br />';
Severity
Category
Status
Source
Language