Showing 47,251 of 47,256 total issues
Reference to static property xoopsDB
from undeclared class \icms
Open
Open
if (getDbValue ( icms::$xoopsDB, 'newblocks', 'show_func', 'show_func="b_content_relmenu_show"' ) == FALSE) {
- Exclude checks
When appending to a value of type array{:array{absolute:1}}|array{:array{link:'#'}}|array{:array{title:null}}|array{},
found an array access index of type null,
but expected the index to be of type int|string
Open
Open
$adminmenu[$modversion['group']]['hassubs'] = 1;
- Exclude checks
Reference to undeclared constant \_DATABASEUPDATER_MSG_QUERY_FAILED
Open
Open
if ($table->fieldExists("text_color")) $icmsDatabaseUpdater->runQuery($sql = "ALTER TABLE `" . $table->name() . "` CHANGE text_color color_text varchar(6) NOT NULL default ''", sprintf(_DATABASEUPDATER_MSG_QUERY_SUCCESSFUL, $sql), sprintf(_DATABASEUPDATER_MSG_QUERY_FAILED, $sql));
- Exclude checks
Reference to static property xoopsDB
from undeclared class \icms
Open
Open
list ( $new_block_id ) = icms::$xoopsDB->FetchRow ( $result );
- Exclude checks
Variable $icmsDatabaseUpdater
is undeclared Open
Open
$icmsDatabaseUpdater->updateModuleDBVersion ( $newDbVersion, 'system' );
- Exclude checks
When appending to a value of type array{:array{absolute:1}}|array{:array{hassubs:1}}|array{:array{link:'#'}}|array{:array{title:null}}|array{},
found an array access index of type null,
but expected the index to be of type int|string
Open
Open
$adminmenu[$modversion['group']]['subs'][] = array(
- Exclude checks
Reference to static property xoopsDB
from undeclared class \icms
Open
Open
icms::$xoopsDB->queryF ( " INSERT INTO " . icms::$xoopsDB->prefix ( "group_permission" ) . " VALUES ('', 3, " . $new_block_id . ", 1, 'block_read');" );
- Exclude checks
Reference to undeclared constant \_DATABASEUPDATER_UPDATE_OK
Open
Open
echo sprintf ( _DATABASEUPDATER_UPDATE_OK, icms_conv_nr2local ( $newDbVersion ) ) . '<br />';
- Exclude checks
Variable $icmsDatabaseUpdater
is undeclared Open
Open
$icmsDatabaseUpdater->runQuery($sql = "UPDATE `" . $table->name() . "` SET gperm_name = 'view_customtag' WHERE gperm_name = 'view' AND gperm_modid = 1", sprintf(_DATABASEUPDATER_MSG_QUERY_SUCCESSFUL, $sql), sprintf(_DATABASEUPDATER_MSG_QUERY_FAILED, $sql));
- Exclude checks
Reference to undeclared constant \_NOT_CATEGORY
Open
Open
$xoopsTpl->assign('lang_category', _NOT_CATEGORY);
- Exclude checks
Reference to static property xoopsDB
from undeclared class \icms
Open
Open
icms::$xoopsDB->queryF ( " INSERT INTO " . icms::$xoopsDB->prefix ( "group_permission" ) . " VALUES ('', 1, 17, 1, 'system_admin');" );
- Exclude checks
Variable $icmsDatabaseUpdater
is undeclared Open
Open
$icmsDatabaseUpdater->runQuery($sql = "UPDATE `" . $table->name() . "` SET conf_order = conf_order + 2 WHERE conf_order >= " . $p . " AND conf_catid = " . ICMS_CONF_PURIFIER, sprintf(_DATABASEUPDATER_MSG_QUERY_SUCCESSFUL, $sql), sprintf(_DATABASEUPDATER_MSG_QUERY_FAILED, $sql));
- Exclude checks
Reference to undeclared constant \_DATABASEUPDATER_UPDATE_OK
Open
Open
echo sprintf ( _DATABASEUPDATER_UPDATE_OK, icms_conv_nr2local ( $newDbVersion ) ) . '<br />';
- Exclude checks
Reference to undeclared constant \_NOT_ITEMID
Open
Open
$xoopsTpl->assign('lang_itemid', _NOT_ITEMID);
- Exclude checks
Reference to undeclared constant \_DATABASEUPDATER_MSG_QUERY_FAILED
Open
Open
$icmsDatabaseUpdater->runQuery($sql = "UPDATE `" . $table->name() . "` SET conf_order = conf_order + 1 WHERE conf_order >= " . $p . " AND conf_catid = " . ICMS_CONF_PURIFIER, sprintf(_DATABASEUPDATER_MSG_QUERY_SUCCESSFUL, $sql), sprintf(_DATABASEUPDATER_MSG_QUERY_FAILED, $sql));
- Exclude checks
Variable $icmsDatabaseUpdater
is undeclared Open
Open
$icmsDatabaseUpdater->updateModuleDBVersion ( $newDbVersion, 'system' );
- Exclude checks
Variable $xoopsTpl
is undeclared Open
Open
$xoopsTpl->assign('lang_itemname', _NOT_ITEMNAME);
- Exclude checks
Reference to static property xoopsDB
from undeclared class \icms
Open
Open
icms::$xoopsDB->queryF ( " INSERT INTO " . icms::$xoopsDB->prefix ( "group_permission" ) . " VALUES ('', 1, 18, 1, 'system_admin');" );
- Exclude checks
Reference to undeclared constant \_DATABASEUPDATER_UPDATE_OK
Open
Open
echo sprintf ( _DATABASEUPDATER_UPDATE_OK, icms_conv_nr2local ( $newDbVersion ) ) . '<br />';
- Exclude checks
Reference to undeclared constant \ICMS_CONF_PURIFIER
Open
Open
$icmsDatabaseUpdater->insertConfig(ICMS_CONF_PURIFIER, 'purifier_Core_NormalizeNewlines', '_MD_AM_PURIFIER_CORE_NORMALNEWLINES', '1', '_MD_AM_PURIFIER_CORE_NORMALNEWLINESDSC', 'yesno', 'int', $p);
- Exclude checks