Showing 47,251 of 47,256 total issues
Call to method handler
from undeclared class \icms
Open
Open
$module_handler = icms::handler('icms_module');
- Exclude checks
Variable $icmsDatabaseUpdater
is undeclared Open
Open
$icmsDatabaseUpdater->db->queryF ( "UPDATE `" . $icmsDatabaseUpdater->db->prefix ( 'config' ) . "` SET conf_formtype = 'textsarea', conf_valuetype = 'text' WHERE conf_name = 'meta_keywords'" );
- Exclude checks
Variable $bookmark
was undeclared, but it is being used as the left-hand side of an assignment operation Open
Open
- Exclude checks
Variable $bookmark
was undeclared, but it is being used as the left-hand side of an assignment operation Open
Open
- Exclude checks
Reference to static property xoopsDB
from undeclared class \icms
Open
Open
$result = icms::$xoopsDB->query ( $sql );
- Exclude checks
Variable $bookmark
was undeclared, but it is being used as the left-hand side of an assignment operation Open
Open
- Exclude checks
Reference to static property xoopsDB
from undeclared class \icms
Open
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");
- Exclude checks
Variable $xoopsTpl
is undeclared Open
Open
$xoopsTpl->assign('lang_cancel', _CANCEL);
- Exclude checks
Variable $xoopsTpl
is undeclared Open
Open
$xoopsTpl->assign('lang_clear', _NOT_CLEAR);
- Exclude checks
Reference to static property xoopsDB
from undeclared class \icms
Open
Open
list ( $new_block_id ) = icms::$xoopsDB->FetchRow ( $result );
- Exclude checks
Call to method __construct
from undeclared class \icms_db_criteria_Compo
Open
Open
$criteria = new icms_db_criteria_Compo();
- Exclude checks
Variable $bookmark
was undeclared, but it is being used as the left-hand side of an assignment operation Open
Open
- Exclude checks
Variable $xoopsTpl
is undeclared Open
Open
$xoopsTpl->assign('lang_category', _NOT_CATEGORY);
- Exclude checks
Call to method __construct
from undeclared class \icms_db_criteria_Item
Open
Open
$criteria->add(new icms_db_criteria_Item('conf_value', 'FCKeditor'));
- Exclude checks
Variable $icmsDatabaseUpdater
is undeclared Open
Open
$icmsDatabaseUpdater->db->queryF ( "UPDATE `" . $icmsDatabaseUpdater->db->prefix ( 'config' ) . "` SET conf_formtype = 'textsarea', conf_valuetype = 'text' WHERE conf_name = 'meta_description'" );
- Exclude checks
Reference to undeclared constant \_MD_AM_DBUPDATED
Open
Open
define("_AM_DBUPDATED",_MD_AM_DBUPDATED);
- Exclude checks
Call to method exists
from undeclared class \icms_db_legacy_updater_Table
Open
Open
if ($tableObj->exists()) {
- Exclude checks
Reference to static property xoopsDB
from undeclared class \icms
Open
Open
$res = icms::$xoopsDB->query("SELECT COUNT(*) FROM " . icms::$xoopsDB->prefix("users")
- 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 __construct
from undeclared class \icms_db_criteria_Item
Open
Open
$criteria->add(new icms_db_criteria_Item('conf_value', 'tinymce'));
- Exclude checks