Showing 47,251 of 47,256 total issues
Reference to undeclared constant \_US_TIMEZONE
Open
Open
echo _US_TIMEZONE . ": $f_timezone<br />";
- Exclude checks
Variable $abortUpdate
is undeclared Open
Open
if (!$abortUpdate) {
- Exclude checks
Call to method deleteFile
from undeclared class \icms_core_Filesystem
Open
Open
icms_core_Filesystem::deleteFile($filetoremove);
- Exclude checks
Call to method htmlSpecialChars
from undeclared class \icms_core_DataFilter
Open
Open
. "' /><input type='hidden' maxlength='99' name='pass' value='" . icms_core_DataFilter::htmlSpecialChars($pass)
- Exclude checks
Call to method getDropedFields
from undeclared class \icms_db_legacy_updater_Table
Open
Open
if ($table->getDropedFields()) {
- Exclude checks
Reference to undeclared constant \_US_FINISH
Open
Open
. "<input type='submit' value='". _US_FINISH ."' /></form>";
- 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 setSubject
from undeclared class \icms_messaging_Handler
Open
Open
$xoopsMailer->setSubject(sprintf(_US_USERKEYFOR, $uname));
- Exclude checks
Reference to undeclared constant \ICMS_CONF
Open
Open
$icmsDatabaseUpdater->insertConfig ( ICMS_CONF, 'editor_enabled_list', '_MD_AM_EDITOR_ENABLED_LIST', ".serialize(array('default')).", '_MD_AM_EDITOR_ENABLED_LIST_DESC', 'editor_multi', 'array', 16 );
- Exclude checks
Reference to static property user
from undeclared class \icms
Open
Open
$user_info = array('uid' => icms::$user->getVar('uid'));
- Exclude checks
Call to method setSubject
from undeclared class \icms_messaging_Handler
Open
Open
$xoopsMailer->setSubject(sprintf(_US_PWDRESET, ICMS_URL));
- Exclude checks
Reference to undeclared constant \_NOT_CLEAR
Open
Open
$xoopsTpl->assign('lang_clear', _NOT_CLEAR);
- Exclude checks
Variable $icmsConfigSearch
is undeclared Open
Open
$search_limiter = (($icmsConfigSearch['enable_deep_search'] == FALSE) ? $icmsConfigSearch['num_shallow_search'] : FALSE);
- Exclude checks
Suspicious array access to nullable ?array
Open
Open
foreach ($_POST['del_not'] as $n_array) {
- Exclude checks
Reference to undeclared constant \ICMS_CONF_METAFOOTER
Open
Open
$icmsDatabaseUpdater->insertConfig ( ICMS_CONF_METAFOOTER, 'use_google_analytics', '_MD_AM_USE_GOOGLE_ANA', 0, '_MD_AM_USE_GOOGLE_ANA_DESC', 'yesno', 'int', 21 );
- Exclude checks
Reference to undeclared constant \_SR_PLZENTER
Open
Open
redirect_header("search.php", 1, _SR_PLZENTER);
- Exclude checks
Reference to static property security
from undeclared class \icms
Open
Open
if (!icms::$security->check()) {
- Exclude checks
Variable $icmsDatabaseUpdater
is undeclared Open
Open
$icmsDatabaseUpdater->insertConfig ( ICMS_CONF_SEARCH, 'search_user_date', '_MD_AM_SEARCH_USERDATE', '1', '_MD_AM_SEARCH_USERDATE', 'yesno', 'int', 2 );
- Exclude checks
Reference to undeclared constant \ICMS_CONF_PERSONA
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
Variable $xoopsTpl
is undeclared Open
Open
$xoopsTpl->assign('basic_search', FALSE);
- Exclude checks