ImpressCMS/impresscms

View on GitHub

Showing 47,251 of 47,256 total issues

Variable $abortUpdate is undeclared
Open

    if (!$abortUpdate) $newDbVersion = 9;

Reference to static property xoopsDB from undeclared class \icms
Open

            icms::$xoopsDB->queryF ( " INSERT INTO " . icms::$xoopsDB->prefix ( "group_permission" ) . " VALUES ('', 3, " . $new_block_id . ", 1, 'block_read');" );

Reference to static property xoopsDB from undeclared class \icms
Open

        icms::$xoopsDB->queryF ( " INSERT INTO " . icms::$xoopsDB->prefix ( "group_permission" ) . " VALUES ('', 1, 16, 1, 'system_admin');" );

Variable $icmsDatabaseUpdater is undeclared
Open

        $icmsDatabaseUpdater->db->queryF ( "UPDATE `" . $icmsDatabaseUpdater->db->prefix ( 'config' ) . "` SET conf_formtype = 'textsarea', conf_valuetype = 'array' WHERE conf_name = 'ldap_users_bypass'" );

Variable $icmsDatabaseUpdater is undeclared
Open

        $icmsDatabaseUpdater->db->queryF ( "UPDATE `" . $icmsDatabaseUpdater->db->prefix ( 'config' ) . "` SET conf_formtype = 'textsarea', conf_valuetype = 'text' WHERE conf_name = 'ldap_field_mapping'" );

Reference to static property config from undeclared class \icms
Open

            $config = icms::$config->getConfigs($criteria);
Severity: Critical
Found in htdocs/modules/system/include/update.php by phan

Call to method error from undeclared class \icms_core_Message
Open

        icms_core_Message::error(sprintf(_DATABASEUPDATER_UPDATE_ERR, icms_conv_nr2local($newDbVersion)), _DATABASEUPDATER_UPDATE_DB, TRUE);
Severity: Critical
Found in htdocs/modules/system/include/update.php by phan

Variable $bookmark was undeclared, but it is being used as the left-hand side of an assignment operation
Open

Variable $bookmark was undeclared, but it is being used as the left-hand side of an assignment operation
Open

Call to method getDirList from undeclared class \icms_core_Filesystem
Open

$dirlist = icms_core_Filesystem::getDirList($admin_dir);
Severity: Critical
Found in htdocs/modules/system/menu.php by phan

Variable $xoopsTpl is undeclared
Open

            $xoopsTpl->assign('modules', $modules);
Severity: Minor
Found in htdocs/notifications.php by phan

Reference to undeclared constant \_DATABASEUPDATER_MSG_QUERY_FAILED
Open

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

Reference to undeclared constant \_DELETE
Open

            $xoopsTpl->assign('lang_delete', _DELETE);
Severity: Minor
Found in htdocs/notifications.php by phan

Reference to undeclared constant \_NOT_CHECKALL
Open

            $xoopsTpl->assign('lang_checkall', _NOT_CHECKALL);
Severity: Minor
Found in htdocs/notifications.php by phan

Reference to undeclared constant \_NOT_ITEMNAME
Open

            $xoopsTpl->assign('lang_itemname', _NOT_ITEMNAME);
Severity: Minor
Found in htdocs/notifications.php by phan

Reference to static property security from undeclared class \icms
Open

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

Reference to static property user from undeclared class \icms
Open

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

Call to method __construct from undeclared class \icms_db_legacy_updater_Table
Open

        $table = new icms_db_legacy_updater_Table ( 'config' );

Call to method assign from undeclared class \icms_messaging_Handler
Open

                    $xoopsMailer->assign('X_SUBJECT', icms_core_DataFilter::stripSlashesGPC($_POST['subject']));
Severity: Critical
Found in htdocs/pmlite.php by phan

Call to method stripSlashesGPC from undeclared class \icms_core_DataFilter
Open

                    $xoopsMailer->assign('X_MESSAGE', icms_core_DataFilter::stripSlashesGPC($_POST['message']));
Severity: Critical
Found in htdocs/pmlite.php by phan
Severity
Category
Status
Source
Language