ImpressCMS/impresscms

View on GitHub

Showing 47,251 of 47,256 total issues

Call to method handler from undeclared class \icms
Open

            $module_handler = icms::handler('icms_module');
Severity: Critical
Found in htdocs/modules/system/include/update.php by phan

Variable $icmsDatabaseUpdater is undeclared
Open

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

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

Reference to static property xoopsDB from undeclared class \icms
Open

            $result = icms::$xoopsDB->query ( $sql );

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

Reference to static property xoopsDB from undeclared class \icms
Open

        $result = icms::$xoopsDB->query("SELECT t1.tpl_id FROM " . icms::$xoopsDB->prefix('tplfile') . " t1, " . icms::$xoopsDB->prefix('tplfile') . " t2 WHERE t1.tpl_module = t2.tpl_module AND t1.tpl_tplset=t2.tpl_tplset AND t1.tpl_file = t2.tpl_file AND t1.tpl_id > t2.tpl_id");
Severity: Critical
Found in htdocs/modules/system/include/update.php by phan

Variable $xoopsTpl is undeclared
Open

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

Variable $xoopsTpl is undeclared
Open

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

Reference to static property xoopsDB from undeclared class \icms
Open

            list ( $new_block_id ) = icms::$xoopsDB->FetchRow ( $result );

Call to method __construct from undeclared class \icms_db_criteria_Compo
Open

            $criteria = new icms_db_criteria_Compo();
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 $xoopsTpl is undeclared
Open

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

Call to method __construct from undeclared class \icms_db_criteria_Item
Open

            $criteria->add(new icms_db_criteria_Item('conf_value', 'FCKeditor'));
Severity: Critical
Found in htdocs/modules/system/include/update.php by phan

Variable $icmsDatabaseUpdater is undeclared
Open

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

Reference to undeclared constant \_MD_AM_DBUPDATED
Open

define("_AM_DBUPDATED",_MD_AM_DBUPDATED);

Call to method exists from undeclared class \icms_db_legacy_updater_Table
Open

                    if ($tableObj->exists()) {
Severity: Critical
Found in htdocs/modules/system/include/update.php by phan

Reference to static property xoopsDB from undeclared class \icms
Open

        $res = icms::$xoopsDB->query("SELECT COUNT(*) FROM " . icms::$xoopsDB->prefix("users")
Severity: Critical
Found in htdocs/pmlite.php by phan

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

Call to method __construct from undeclared class \icms_db_criteria_Item
Open

            $criteria->add(new icms_db_criteria_Item('conf_value', 'tinymce'));
Severity: Critical
Found in htdocs/modules/system/include/update.php by phan
Severity
Category
Status
Source
Language