ImpressCMS/impresscms

View on GitHub

Showing 47,251 of 47,256 total issues

Call to method setFromName from undeclared class \icms_messaging_Handler
Open

                        $xoopsMailer->setFromName(icms::$user->getVar('uname'));
Severity: Critical
Found in htdocs/pmlite.php by phan

Call to method setTemplate from undeclared class \icms_messaging_Handler
Open

                    $xoopsMailer->setTemplate('new_pm.tpl');
Severity: Critical
Found in htdocs/pmlite.php by phan

Call to method assign from undeclared class \icms_messaging_Handler
Open

                    $xoopsMailer->assign('X_MESSAGE', icms_core_DataFilter::stripSlashesGPC($_POST['message']));
Severity: Critical
Found in htdocs/pmlite.php by phan

Reference to static property user from undeclared class \icms
Open

            if ($pm->getVar("to_userid") == (int) (icms::$user->getVar('uid'))) {
Severity: Critical
Found in htdocs/pmlite.php by phan

Call to method render from undeclared class \icms_form_elements_select_User
Open

            echo "<td class='even'>" . $user_sel->render() . "</td>";
Severity: Critical
Found in htdocs/pmlite.php by phan

Call to method __construct from undeclared class \icms_form_elements_Dhtmltextarea
Open

            $textarea = new icms_form_elements_Dhtmltextarea(_PM_MESSAGEC, 'message', $message);
Severity: Critical
Found in htdocs/pmlite.php by phan

Call to method __construct from undeclared class \icms_db_criteria_Item
Open

    $criteria = new icms_db_criteria_Item('to_userid', (int) (icms::$user->getVar('uid')));
Severity: Critical
Found in htdocs/readpmsg.php by phan

Reference to static property security from undeclared class \icms
Open

        echo icms::$security->getTokenHTML();
Severity: Critical
Found in htdocs/readpmsg.php by phan

Reference to undeclared constant \_US_NICKNAME
Open

                . _US_NICKNAME . ": " . icms_core_DataFilter::htmlSpecialChars($uname) . "<br />"
Severity: Minor
Found in htdocs/register.php by phan

Reference to undeclared constant \_US_WEBSITE
Open

                echo _US_WEBSITE . ': ' . icms_core_DataFilter::htmlSpecialChars($url) . '<br />';
Severity: Minor
Found in htdocs/register.php by phan

Reference to undeclared constant \_US_USERREG
Open

        $xoopsTpl->assign('icms_pagetitle', _US_USERREG);
Severity: Minor
Found in htdocs/register.php by phan

Reference to static property security from undeclared class \icms
Open

        if (!icms::$security->check()) {
Severity: Critical
Found in htdocs/register.php by phan

Reference to undeclared constant \_US_ACTLOGIN
Open

                redirect_header('index.php', 4, _US_ACTLOGIN);
Severity: Minor
Found in htdocs/register.php by phan

Invalid offset "adminmail" of array type array{startpage:,template_set:mixed}
Open

                $xoopsMailer->setFromEmail($icmsConfig['adminmail']);
Severity: Minor
Found in htdocs/register.php by phan

Variable $dbVersion is undeclared
Open

if($dbVersion < 45) include 'update-13.php';

Reference to undeclared constant \ICMS_CONF
Open

        $icmsDatabaseUpdater->insertConfig ( ICMS_CONF, 'use_ext_date', '_MD_AM_EXT_DATE', 0, '_MD_AM_EXT_DATEDSC', 'yesno', 'int', 12 );

Variable $icmsDatabaseUpdater is undeclared
Open

        $icmsDatabaseUpdater->insertConfig ( ICMS_CONF_USER, 'allwshow_sig', '_MD_AM_ALLWSHOWSIG', 1, '_MD_AM_ALLWSHOWSIGDSC', 'yesno', 'int', 4 );

Call to method __construct from undeclared class \icms_db_legacy_updater_Table
Open

        $table = new icms_db_legacy_updater_Table ( 'imagecategory' );

Call to method __construct from undeclared class \icms_db_legacy_updater_Table
Open

        $table = new icms_db_legacy_updater_Table ( 'group_permission' );

Reference to undeclared constant \_DATABASEUPDATER_UPDATE_OK
Open

        echo sprintf ( _DATABASEUPDATER_UPDATE_OK, icms_conv_nr2local ( $newDbVersion ) ) . '<br />';
Severity
Category
Status
Source
Language