Showing 47,251 of 47,256 total issues
Call to method __construct
from undeclared class \icms_db_criteria_Item
Open
Open
$criteria->add ( new icms_db_criteria_Item ( 'conf_name', 'google_analytics' ) );
- Exclude checks
Call to method __construct
from undeclared class \icms_db_legacy_updater_Table
Open
Open
$table = new icms_db_legacy_updater_Table ( 'users' );
- Exclude checks
Variable $icmsDatabaseUpdater
is undeclared Open
Open
$icmsDatabaseUpdater->insertConfig ( ICMS_CONF_PERSONA, 'adm_right_logo', '_MD_AM_RLOGOADM', '', '_MD_AM_RLOGOADM_DESC', 'select_image', 'text', 4 );
- Exclude checks
Reference to static property xoopsDB
from undeclared class \icms
Open
Open
$result = icms::$xoopsDB->query ( $sql );
- Exclude checks
Reference to static property xoopsDB
from undeclared class \icms
Open
Open
icms::$xoopsDB->queryF ( "DELETE FROM `" . icms::$xoopsDB->prefix ( 'config' ) . "` WHERE conf_name='use_jsjalali'" );
- Exclude checks
Reference to static property xoopsDB
from undeclared class \icms
Open
Open
$result = icms::$xoopsDB->query ( $sql );
- Exclude checks
Reference to undeclared constant \ICMS_CONF_PERSONA
Open
Open
$icmsDatabaseUpdater->insertConfig ( ICMS_CONF_PERSONA, 'shadow_x', '_MD_AM_SHADOWX', '2', '_MD_AM_SHADOWX_DESC', 'textbox', 'int', 16 );
- Exclude checks
Variable $abortUpdate
is undeclared Open
Open
if (!$abortUpdate) $newDbVersion = 7;
- Exclude checks
Variable $icmsDatabaseUpdater
is undeclared Open
Open
$icmsDatabaseUpdater->db->queryF ( "UPDATE `" . $icmsDatabaseUpdater->db->prefix ( 'config' ) . "` SET conf_formtype = 'textsarea', conf_valuetype = 'array' WHERE conf_name = 'bad_emails'" );
- Exclude checks
Call to method addNewFields
from undeclared class \icms_db_legacy_updater_Table
Open
Open
if ($alter) $table->addNewFields();
- Exclude checks
Call to method name
from undeclared class \icms_db_legacy_updater_Table
Open
Open
$icmsDatabaseUpdater->runQuery ( 'INSERT INTO ' . $table->name () . ' (imgcat_id, imgcat_name, imgcat_maxsize, imgcat_maxwidth, imgcat_maxheight, imgcat_display, imgcat_weight, imgcat_type, imgcat_storetype) VALUES (NULL, "Logos", 350000, 350, 80, 1, 0, "C", "file")', 'Successfully created Logos imagecategory', 'Problems when try to create Logos imagecategory' );
- Exclude checks
Call to method handler
from undeclared class \icms
Open
Open
$configitem_handler = icms::handler('icms_config_item');
- Exclude checks
Variable $icmsDatabaseUpdater
is undeclared Open
Open
$icmsDatabaseUpdater->runQuery ( 'INSERT INTO ' . $table->name () . ' VALUES(0,1,' . $categ_id . ',1,"imgcat_write")', '', '' );
- Exclude checks
Variable $icmsDatabaseUpdater
is undeclared Open
Open
$icmsDatabaseUpdater->db->queryF ( "UPDATE `" . $icmsDatabaseUpdater->db->prefix ( 'config' ) . "` SET conf_formtype = 'textsarea', conf_valuetype = 'array' WHERE conf_name = 'smtphost'" );
- Exclude checks
Variable $dbVersion
is undeclared Open
Open
if ($dbVersion < $newDbVersion) {
- Exclude checks
Variable $icmsDatabaseUpdater
is undeclared Open
Open
$icmsDatabaseUpdater->runQuery ( 'INSERT INTO ' . $table->name () . ' VALUES(0,1,' . $categ_id . ',1,"imgcat_read")', '', '' );
- Exclude checks
Call to method addNewFields
from undeclared class \icms_db_legacy_updater_Table
Open
Open
$table->addNewFields();
- Exclude checks
Variable $bookmark
was undeclared, but it is being used as the left-hand side of an assignment operation Open
Open
- Exclude checks
Call to method fieldExists
from undeclared class \icms_db_legacy_updater_Table
Open
Open
if (! $table->fieldExists ( 'page_id' )) {
- Exclude checks
Call to method addNewField
from undeclared class \icms_db_legacy_updater_Table
Open
Open
$table->addNewField ( 'enc_type', "tinyint(2) UNSIGNED NOT NULL default 0" );
- Exclude checks