Showing 47,251 of 47,256 total issues
Call to method name
from undeclared class \icms_db_legacy_updater_Table
Open
Open
$sql = "UPDATE `" . $table->name() . "` SET conf_value = conf_value + 20 WHERE conf_name = 'enc_type' AND conf_value < 20;";
- Exclude checks
Call to method deleteRecursive
from undeclared class \icms_core_Filesystem
Open
Open
icms_core_Filesystem::deleteRecursive(ICMS_ROOT_PATH . "/modules/system/templates/admin", true);
- Exclude checks
Variable $icmsDatabaseUpdater
is undeclared Open
Open
$icmsDatabaseUpdater->insertConfig(IM_CONF_AUTOTASKS, 'autotasks_helper_path', '_MD_AM_AUTOTASKS_HELPER_PATH', '/usr/bin/', '_MD_AM_AUTOTASKS_HELPER_PATHDSC', 'text', 'text', 3);
- Exclude checks
Variable $icmsDatabaseUpdater
is undeclared Open
Open
$icmsDatabaseUpdater->insertConfig(ICMS_CONF_PURIFIER, 'purifier_HTML_ForbiddenElements', '_MD_AM_PURIFIER_HTML_FORBIDELE', '', '_MD_AM_PURIFIER_HTML_FORBIDELEDSC', 'textsarea', 'array', $p++);
- Exclude checks
Reference to undeclared constant \ICMS_CONF_PURIFIER
Open
Open
$icmsDatabaseUpdater->insertConfig(ICMS_CONF_PURIFIER, 'purifier_Filter_ExtractStyleBlocks_Escaping', '_MD_AM_PURIFIER_FILTERPARAM_EXTRACTSTYLEESC', '1', '_MD_AM_PURIFIER_FILTERPARAM_EXTRACTSTYLEESCDSC', 'yesno', 'int', $p++);
- Exclude checks
Reference to undeclared constant \ICMS_CONF_PURIFIER
Open
Open
$icmsDatabaseUpdater->insertConfig(ICMS_CONF_PURIFIER, 'purifier_Core_RemoveInvalidImg', '_MD_AM_PURIFIER_CORE_REMINVIMG', '1', '_MD_AM_PURIFIER_CORE_REMINVIMGDSC', 'yesno', 'int', $p++);
- Exclude checks
Variable $icmsDatabaseUpdater
is undeclared Open
Open
$icmsDatabaseUpdater->insertConfig(ICMS_CONF_PURIFIER, 'purifier_AutoFormat_DisplayLinkURI', '_MD_AM_PURIFIER_AUTO_DISPLINKURI', '0', '_MD_AM_PURIFIER_AUTO_DISPLINKURIDSC', 'yesno', 'int', $p++);
- Exclude checks
Reference to undeclared constant \ICMS_CONF_PURIFIER
Open
Open
$icmsDatabaseUpdater->insertConfig(ICMS_CONF_PURIFIER, 'purifier_AutoFormat_RemoveEmpty', '_MD_AM_PURIFIER_AUTO_REMOVEEMPTY', '0', '_MD_AM_PURIFIER_AUTO_REMOVEEMPTYDSC', 'yesno', 'int', $p++);
- Exclude checks
Reference to undeclared constant \ICMS_CONF_PURIFIER
Open
Open
$icmsDatabaseUpdater->insertConfig(ICMS_CONF_PURIFIER, 'purifier_Attr_AllowedClasses', '_MD_AM_PURIFIER_ATTR_ALLOWCLASSES', '', '_MD_AM_PURIFIER_ATTR_ALLOWCLASSESDSC', 'textsarea', 'array', $p++);
- Exclude checks
Variable $icmsDatabaseUpdater
is undeclared Open
Open
$icmsDatabaseUpdater->insertConfig(ICMS_CONF_PURIFIER, 'purifier_Attr_DefaultImageAlt', '_MD_AM_PURIFIER_ATTR_DEFIMGALT', '', '_MD_AM_PURIFIER_ATTR_DEFIMGALTDSC', 'textbox', 'text', $p++);
- Exclude checks
Reference to undeclared constant \ICMS_CONF_PURIFIER
Open
Open
$icmsDatabaseUpdater->insertConfig(ICMS_CONF_PURIFIER, 'purifier_Attr_IDPrefix', '_MD_AM_PURIFIER_ATTR_IDPREFIX', '', '_MD_AM_PURIFIER_ATTR_IDPREFIXDSC', 'textbox', 'text', $p++);
- Exclude checks
Variable $icmsDatabaseUpdater
is undeclared Open
Open
$icmsDatabaseUpdater->insertConfig(ICMS_CONF_PURIFIER, 'purifier_Attr_IDPrefixLocal', '_MD_AM_PURIFIER_ATTR_IDPREFIXLOCAL', '', '_MD_AM_PURIFIER_ATTR_IDPREFIXLOCALDSC', 'textbox', 'text', $p++);
- Exclude checks
Variable $dbVersion
is undeclared Open
Open
if ($dbVersion < $newDbVersion) {
- Exclude checks
Reference to static property xoopsDB
from undeclared class \icms
Open
Open
list($imgcat_id) = icms::$xoopsDB->fetchRow($result1);
- Exclude checks
Argument 1 (string)
is ?12|?13|?14|?15|?16|?17|?18|?19|?20|?21|?22|?24|?25|?26|?27|?28|?29|?30|?32|?33|?34|?35|?36|?37|?38
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 static property xoopsDB
from undeclared class \icms
Open
Open
$sql = "INSERT INTO " . icms::$xoopsDB->prefix('configoption') . " (confop_id, confop_name, confop_value, conf_id)"
- Exclude checks
Reference to undeclared constant \ICMS_CONF_MAILER
Open
Open
$icmsDatabaseUpdater->insertConfig(ICMS_CONF_MAILER, 'smtpauthport', '_MD_AM_SMTPAUTHPORT', '465', '_MD_AM_SMTPAUTHPORTDESC', 'textbox', 'int', 8);
- Exclude checks
Call to method __construct
from undeclared class \icms_db_legacy_updater_Table
Open
Open
$table = new icms_db_legacy_updater_Table('autosearch_cat');
- Exclude checks
Call to method createTable
from undeclared class \icms_db_legacy_updater_Table
Open
Open
if (!$table->createTable()) {
- Exclude checks
Call to method name
from undeclared class \icms_db_legacy_updater_Table
Open
Open
$icmsDatabaseUpdater->runQuery("ALTER TABLE `" . $table->name() . "` ADD INDEX name_mod_group (gperm_name(10), gperm_modid, gperm_groupid)", 'Successfully added the indexes on table group_permission', '');
- Exclude checks