ImpressCMS/impresscms

View on GitHub

Showing 47,251 of 47,256 total issues

Reference to undeclared constant \_NOT_NOTHINGTODELETE
Open

                redirect_header('notifications.php', 2, _NOT_NOTHINGTODELETE);
Severity: Minor
Found in htdocs/notifications.php by phan

Call to method assign from undeclared class \icms_messaging_Handler
Open

                    $xoopsMailer->assign('X_ADMINMAIL', $icmsConfig['adminmail']);
Severity: Critical
Found in htdocs/pmlite.php by phan

Call to method __construct from undeclared class \icms_form_elements_select_User
Open

            $user_sel = new icms_form_elements_select_User("", "to_userid");
Severity: Critical
Found in htdocs/pmlite.php by phan

Reference to undeclared constant \_PM_SUBJECTC
Open

        echo "</tr><tr><td class='head' width='25%'>" . _PM_SUBJECTC . "</td>";
Severity: Minor
Found in htdocs/pmlite.php by phan

Call to method handler from undeclared class \icms
Open

    $pm_handler = icms::handler('icms_data_privmessage');
Severity: Critical
Found in htdocs/readpmsg.php by phan

Call to method isOnline from undeclared class \icms_member_user_Object
Open

            if ($poster->isOnline()) {
Severity: Critical
Found in htdocs/readpmsg.php by phan

Call to method stripSlashesGPC from undeclared class \icms_core_DataFilter
Open

$uname = isset($_POST['uname']) ? icms_core_DataFilter::stripSlashesGPC($_POST['uname']) : '';
Severity: Critical
Found in htdocs/register.php by phan

Call to method assign from undeclared class \icms_messaging_Handler
Open

                $xoopsMailer->assign('USERLOGINNAME', $login_name);
Severity: Critical
Found in htdocs/register.php by phan

Call to method setFromName from undeclared class \icms_messaging_Handler
Open

                $xoopsMailer->setFromName($icmsConfig['sitename']);
Severity: Critical
Found in htdocs/register.php by phan

Reference to static property xoopsDB from undeclared class \icms
Open

    if (!icms::$xoopsDB->query($sql)) {
Severity: Critical
Found in htdocs/resetpass.php by phan

Reference to undeclared constant \_SR_SHOWING
Open

                $xoopsTpl->assign("showing", sprintf(_SR_SHOWING, 1, $max_results_per_page));
Severity: Minor
Found in htdocs/search.php by phan

Suspicious type null of a variable or expression used to build a string. (Expected type to be able to cast to a string)
Open

                            $results[$i]['processed_image_url'] = "modules/" . $moddir . "/" . $results[$i]['image'];
Severity: Minor
Found in htdocs/search.php by phan

Argument 1 (time) is int but \formatTimestamp() takes string defined at /code/htdocs/include/functions.php:1428
Open

                            $results[$i]['processed_time'] = !empty($results[$i]['time']) ? " (" . formatTimestamp( (int) $results[$i]['time']) . ")" : "";
Severity: Minor
Found in htdocs/search.php by phan

Variable $dbVersion is undeclared
Open

    if ($dbVersion < $newDbVersion) {

Call to method addUpdateAll from undeclared class \icms_db_legacy_updater_Table
Open

        $table->addUpdateAll ( 'conf_order', 'conf_order + 2', $criteria, true );

Reference to undeclared constant \ICMS_CONF_USER
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 );

Variable $icmsDatabaseUpdater is undeclared
Open

        $icmsDatabaseUpdater->insertConfig ( ICMS_CONF_METAFOOTER, 'use_google_analytics', '_MD_AM_USE_GOOGLE_ANA', 0, '_MD_AM_USE_GOOGLE_ANA_DESC', 'yesno', 'int', 21 );

Reference to undeclared constant \IM_CONF_MULILANGUAGE
Open

        $icmsDatabaseUpdater->insertConfig ( IM_CONF_MULILANGUAGE, 'ml_autoselect_enabled', '_MD_AM_ML_AUTOSELECT_ENABLED', '0', '_MD_AM_ML_AUTOSELECT_ENABLED_DESC', 'yesno', 'int', 1 );

Variable $icmsDatabaseUpdater is undeclared
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' );

Variable $dbVersion is undeclared
Open

    if ($dbVersion < $newDbVersion) {
Severity
Category
Status
Source
Language