Showing 47,251 of 47,256 total issues
Reference to undeclared constant \IM_CONF_CONTENT
Open
Open
$icmsDatabaseUpdater->insertConfig(IM_CONF_CONTENT, 'num_pages', '_MD_AM_CONT_NUMPAGES', '10', '_MD_AM_CONT_NUMPAGESDSC', 'textbox', 'int', 5);
- Exclude checks
Variable $icmsDatabaseUpdater
is undeclared Open
Open
$icmsDatabaseUpdater->updateModuleDBVersion($newDbVersion, 'system');
- Exclude checks
Argument 1 (string)
is ?12|?13|?14|?15|?16|?17|?18|?19|?20|?21|?22
but \icms_conv_nr2local()
takes int
defined at /code/htdocs/include/functions.php:1231
Open
Open
echo sprintf(_DATABASEUPDATER_UPDATE_OK, icms_conv_nr2local($newDbVersion)) . '<br />';
- Exclude checks
Reference to undeclared constant \_DATABASEUPDATER_UPDATE_OK
Open
Open
echo sprintf(_DATABASEUPDATER_UPDATE_OK, icms_conv_nr2local($newDbVersion)) . '<br />';
- Exclude checks
Call to method __construct
from undeclared class \icms_db_legacy_updater_Table
Open
Open
$table = new icms_db_legacy_updater_Table('system_mimetype');
- Exclude checks
Reference to static property xoopsDB
from undeclared class \icms
Open
Open
icms::$xoopsDB->queryF(" INSERT INTO " . icms::$xoopsDB->prefix("configcategory") . " (confcat_id, confcat_name) VALUES (13, '_MD_AM_AUTOTASKS')");
- Exclude checks
Call to method __construct
from undeclared class \icms_db_criteria_Item
Open
Open
$criteria1->add(new icms_db_criteria_Item('gperm_groupid', '(' . implode(',', $gperm_groupid) . ')', 'IN'));
- Exclude checks
Invalid offset "language"
of array type array{template_set:mixed}
Open
Open
$block['current_language'] = $icmsConfig['language'];
- Exclude checks
Reference to undeclared constant \_YES
Open
Open
$form .= " /> " . _YES . "<input type='radio' id='options[]' name='options[]' value='0'";
- Exclude checks
Call to method __construct
from undeclared class \icms_db_criteria_Item
Open
Open
$criteria->add(new icms_db_criteria_Item('weight', 0, '>'));
- Exclude checks
null
passed to foreach instead of array Open
Open
foreach ($icmsConfig['theme_set_allowed'] as $theme) {
- Exclude checks
Invalid offset "theme_set"
of array type array{template_set:mixed}
Open
Open
$block['theme_select'][$theme]['current'] = $theme == $icmsConfig['theme_set'];
- Exclude checks
Call to method __construct
from undeclared class \icms_form_elements_Radioyn
Open
Open
$yesno = new icms_form_elements_Radioyn('', 'options[' . $i . ']', $option);
- Exclude checks
Invalid offset "use_ssl"
of array type array{template_set:mixed}
Open
Open
if ($icmsConfig['use_ssl'] == 1 && $icmsConfig['sslloginlink'] != '') {
- Exclude checks
Call to method __construct
from undeclared class \icms_db_criteria_Item
Open
Open
$criteria = new icms_db_criteria_Compo(new icms_db_criteria_Item('level', 0, '>'));
- Exclude checks
Argument 1 (string)
is ?12|?13
but \icms_conv_nr2local()
takes int
defined at /code/htdocs/include/functions.php:1231
Open
Open
echo sprintf(_DATABASEUPDATER_UPDATE_OK, icms_conv_nr2local($newDbVersion)) . '<br />';
- Exclude checks
Call to method deleteRecursive
from undeclared class \icms_core_Filesystem
Open
Open
icms_core_Filesystem::deleteRecursive(ICMS_ROOT_PATH . '/preload');
- Exclude checks
Reference to static property xoopsDB
from undeclared class \icms
Open
Open
icms::$xoopsDB->queryF(" INSERT INTO " . icms::$xoopsDB->prefix("configoption") . " VALUES(NULL, '_MD_AM_NOMAILPROTECT', '0', " . $conf_id . ");");
- Exclude checks
Invalid offset "sslloginlink"
of array type array{template_set:mixed}
Open
Open
$block['sslloginlink'] = "<a href=\"javascript:openWithSelfMain('" . $icmsConfig['sslloginlink'] . "', 'ssllogin', 300, 200);\">" . _MB_SYSTEM_SECURE . "</a>";
- Exclude checks
Call to method add
from undeclared class \icms_db_criteria_Compo
Open
Open
$criteria->add(new icms_db_criteria_Item('weight', 0, '>'));
- Exclude checks