ImpressCMS/impresscms

View on GitHub

Showing 47,251 of 47,256 total issues

Invalid offset "language" of array type array{template_set:mixed}
Open

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

Variable $icmsDatabaseUpdater is undeclared
Open

        $icmsDatabaseUpdater->insertConfig ( ICMS_CONF_SEARCH, 'search_no_res_mod', '_MD_AM_SEARCH_NO_RES_MOD', '1', '_MD_AM_SEARCH_NO_RES_MODDSC', 'yesno', 'int', 3 );

Reference to undeclared constant \_PM_USERWROTE
Open

                    . sprintf(_PM_USERWROTE, $pm_uname)
Severity: Minor
Found in htdocs/pmlite.php by phan

Reference to undeclared constant \IM_CONF_CONTENT
Open

        $icmsDatabaseUpdater->insertConfig ( IM_CONF_CONTENT, 'show_subs', '_MD_AM_CONT_SHOWSUBS', '1', '_MD_AM_CONT_SHOWSUBSDSC', 'yesno', 'int', 3 );

Reference to undeclared constant \IM_CONF_CONTENT
Open

        $icmsDatabaseUpdater->insertConfig ( IM_CONF_CONTENT, 'show_pinfo', '_MD_AM_CONT_SHOWPINFO', '1', '_MD_AM_CONT_SHOWPINFODSC', 'yesno', 'int', 4 );

Call to method render from undeclared class \icms_form_elements_Dhtmltextarea
Open

        echo $textarea->render()
Severity: Critical
Found in htdocs/pmlite.php by phan

Reference to undeclared constant \ICMS_CONF_PERSONA
Open

        $icmsDatabaseUpdater->insertConfig ( ICMS_CONF_PERSONA, 'rss_local', '_MD_AM_RSSLOCAL', 'http://www.impresscms.org/modules/smartsection/backend.php', '_MD_AM_RSSLOCAL_DESC', 'textbox', 'text', 7 );

Reference to static property user from undeclared class \icms
Open

        if (!is_object($pm) || $pm->getVar('to_userid') != icms::$user->getVar('uid') || !$pm_handler->delete($pm)) {
Severity: Critical
Found in htdocs/readpmsg.php by phan

Variable $abortUpdate is undeclared
Open

    if (!$abortUpdate) $newDbVersion = 2;

Call to method getVar from undeclared class \icms_member_user_Object
Open

                echo "<img src='uploads/".$poster->getVar("user_avatar")."' alt='' /><br />\n";
Severity: Critical
Found in htdocs/readpmsg.php by phan

Call to method __construct from undeclared class \icms_db_legacy_updater_Table
Open

        $table = new icms_db_legacy_updater_Table ( 'users' );

Call to method __construct from undeclared class \icms_db_legacy_updater_Table
Open

        $table = new icms_db_legacy_updater_Table ( 'users' );

Call to method checkVar from undeclared class \icms_core_DataFilter
Open

        echo icms_core_DataFilter::checkVar($var, $filterType, 'output') . "<br /><br /></td></tr>
Severity: Critical
Found in htdocs/readpmsg.php by phan

Variable $abortUpdate is undeclared
Open

    if (!$abortUpdate) $newDbVersion = 6;

Reference to undeclared constant \_PM_NEXT
Open

            echo "<a href='readpmsg.php?start=". (int) ($next)."&amp;total_messages=". (int) ($total_messages)."'>"._PM_NEXT."</a>";
Severity: Minor
Found in htdocs/readpmsg.php by phan

Variable $dbVersion is undeclared
Open

if ($dbVersion < $newDbVersion) {

Variable $icmsDatabaseUpdater is undeclared
Open

        $icmsDatabaseUpdater->runQuery ( "ALTER TABLE `" . $table->name () . "` MODIFY version smallint(5) unsigned NOT NULL default '102'", 'Successfully modified field version in table modules', '' );

Variable $dbVersion is undeclared
Open

    if ($dbVersion < $newDbVersion) {

Reference to undeclared constant \_PM_NEXT
Open

            echo _PM_NEXT;
Severity: Minor
Found in htdocs/readpmsg.php by phan

Variable $abortUpdate is undeclared
Open

if (!$abortUpdate) $newDbVersion = 45;
Severity
Category
Status
Source
Language