Showing 47,251 of 47,256 total issues
Reference to undeclared constant \_NOT_NOTHINGTODELETE
Open
Open
redirect_header('notifications.php', 2, _NOT_NOTHINGTODELETE);
- Exclude checks
Call to method assign
from undeclared class \icms_messaging_Handler
Open
Open
$xoopsMailer->assign('X_ADMINMAIL', $icmsConfig['adminmail']);
- Exclude checks
Call to method __construct
from undeclared class \icms_form_elements_select_User
Open
Open
$user_sel = new icms_form_elements_select_User("", "to_userid");
- Exclude checks
Reference to undeclared constant \_PM_SUBJECTC
Open
Open
echo "</tr><tr><td class='head' width='25%'>" . _PM_SUBJECTC . "</td>";
- Exclude checks
Call to method handler
from undeclared class \icms
Open
Open
$pm_handler = icms::handler('icms_data_privmessage');
- Exclude checks
Call to method isOnline
from undeclared class \icms_member_user_Object
Open
Open
if ($poster->isOnline()) {
- Exclude checks
Call to method stripSlashesGPC
from undeclared class \icms_core_DataFilter
Open
Open
$uname = isset($_POST['uname']) ? icms_core_DataFilter::stripSlashesGPC($_POST['uname']) : '';
- Exclude checks
Call to method assign
from undeclared class \icms_messaging_Handler
Open
Open
$xoopsMailer->assign('USERLOGINNAME', $login_name);
- Exclude checks
Call to method setFromName
from undeclared class \icms_messaging_Handler
Open
Open
$xoopsMailer->setFromName($icmsConfig['sitename']);
- Exclude checks
Reference to static property xoopsDB
from undeclared class \icms
Open
Open
if (!icms::$xoopsDB->query($sql)) {
- Exclude checks
Reference to undeclared constant \_SR_SHOWING
Open
Open
$xoopsTpl->assign("showing", sprintf(_SR_SHOWING, 1, $max_results_per_page));
- Exclude checks
Suspicious type null
of a variable or expression used to build a string. (Expected type to be able to cast to a string) Open
Open
$results[$i]['processed_image_url'] = "modules/" . $moddir . "/" . $results[$i]['image'];
- Exclude checks
Argument 1 (time)
is int
but \formatTimestamp()
takes string
defined at /code/htdocs/include/functions.php:1428
Open
Open
$results[$i]['processed_time'] = !empty($results[$i]['time']) ? " (" . formatTimestamp( (int) $results[$i]['time']) . ")" : "";
- Exclude checks
Variable $dbVersion
is undeclared Open
Open
if ($dbVersion < $newDbVersion) {
- Exclude checks
Call to method addUpdateAll
from undeclared class \icms_db_legacy_updater_Table
Open
Open
$table->addUpdateAll ( 'conf_order', 'conf_order + 2', $criteria, true );
- Exclude checks
Reference to undeclared constant \ICMS_CONF_USER
Open
Open
$icmsDatabaseUpdater->insertConfig ( ICMS_CONF_USER, 'allow_annon_view_prof', '_MD_AM_ALLOW_ANONYMOUS_VIEW_PROFILE', '1', '_MD_AM_ALLOW_ANONYMOUS_VIEW_PROFILE_DESC', 'yesno', 'int', 36 );
- Exclude checks
Variable $icmsDatabaseUpdater
is undeclared 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 \IM_CONF_MULILANGUAGE
Open
Open
$icmsDatabaseUpdater->insertConfig ( IM_CONF_MULILANGUAGE, 'ml_autoselect_enabled', '_MD_AM_ML_AUTOSELECT_ENABLED', '0', '_MD_AM_ML_AUTOSELECT_ENABLED_DESC', 'yesno', 'int', 1 );
- Exclude checks
Variable $icmsDatabaseUpdater
is undeclared Open
Open
$icmsDatabaseUpdater->runQuery ( 'INSERT INTO ' . $table->name () . ' (image_id, image_name, image_nicename, image_mimetype, image_created, image_display, image_weight, imgcat_id) VALUES (NULL, "img482278e29e81c.png", "ImpressCMS", "image/png", ' . time () . ', 1, 0, ' . $categ_id . ')', 'Successfully added default ImpressCMS admin logo', 'Problems when try to add ImpressCMS admin logo' );
- Exclude checks
Variable $dbVersion
is undeclared Open
Open
if ($dbVersion < $newDbVersion) {
- Exclude checks