Showing 47,251 of 47,256 total issues
Variable $bookmark
was undeclared, but it is being used as the left-hand side of an assignment operation Open
Open
- Exclude checks
Reference to undeclared constant \_CANCEL
Open
Open
$xoopsTpl->assign('lang_cancel', _CANCEL);
- Exclude checks
Call to method deleteFile
from undeclared class \icms_core_Filesystem
Open
Open
icms_core_Filesystem::deleteFile(ICMS_ROOT_PATH . 'banners.php');
- Exclude checks
Reference to undeclared constant \_NOT_RUSUREDEL
Open
Open
icms_core_Message::confirm($hidden_vars, '', _NOT_RUSUREDEL);
- Exclude checks
Call to method handler
from undeclared class \icms
Open
Open
$notification_handler = icms::handler('icms_data_notification');
- 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 static property security
from undeclared class \icms
Open
Open
redirect_header('notifications.php', 2, implode('<br />', icms::$security->getErrors()));
- Exclude checks
Variable $xoopsTpl
is undeclared Open
Open
$xoopsTpl->assign('lang_checkall', _NOT_CHECKALL);
- Exclude checks
Argument 1 (string)
is ?45|?46
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 handler
from undeclared class \icms
Open
Open
$notification_handler = icms::handler('icms_data_notification');
- Exclude checks
Call to method __construct
from undeclared class \icms_messaging_Handler
Open
Open
$xoopsMailer = new icms_messaging_Handler();
- 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 static property user
from undeclared class \icms
Open
Open
if (icms::$user) {
- Exclude checks
Call to method __construct
from undeclared class \icms_db_criteria_Compo
Open
Open
$criteria = new icms_db_criteria_Compo ( );
- Exclude checks
Call to method filterHTMLinput
from undeclared class \icms_core_DataFilter
Open
Open
$pm->setVar("msg_text", icms_core_DataFilter::filterHTMLinput($_POST['message'], TRUE, TRUE, TRUE));
- Exclude checks
Reference to undeclared constant \ICMS_CONF_SEARCH
Open
Open
$icmsDatabaseUpdater->insertConfig ( ICMS_CONF_SEARCH, 'search_no_res_mod', '_MD_AM_SEARCH_NO_RES_MOD', '1', '_MD_AM_SEARCH_NO_RES_MODDSC', 'yesno', 'int', 3 );
- Exclude checks
Variable $icmsDatabaseUpdater
is undeclared Open
Open
$icmsDatabaseUpdater->insertConfig ( ICMS_CONF_PERSONA, 'adm_left_logo', '_MD_AM_LLOGOADM', '/uploads/img482278e29e81c.png', '_MD_AM_LLOGOADM_DESC', 'select_image', 'text', 1 );
- Exclude checks
Variable $icmsDatabaseUpdater
is undeclared Open
Open
$icmsDatabaseUpdater->insertConfig ( ICMS_CONF_PERSONA, 'adm_left_logo_alt', '_MD_AM_LLOGOADM_ALT', 'ImpressCMS', '_MD_AM_LLOGOADM_ALT_DESC', 'textbox', 'text', 3 );
- Exclude checks
Reference to undeclared constant \ICMS_CONF_PERSONA
Open
Open
$icmsDatabaseUpdater->insertConfig ( ICMS_CONF_PERSONA, 'email_shadow', '_MD_AM_EMAILSHADOW', '#cccccc', '_MD_AM_EMAILSHADOW_DESC', 'color', 'text', 15 );
- Exclude checks
Reference to undeclared constant \ICMS_CONF_PERSONA
Open
Open
$icmsDatabaseUpdater->insertConfig ( ICMS_CONF_PERSONA, 'show_impresscms_menu', '_MD_AM_SHOW_ICMSMENU', '1', '_MD_AM_SHOW_ICMSMENU_DESC', 'yesno', 'int', 22 );
- Exclude checks