ImpressCMS/impresscms

View on GitHub

Showing 47,251 of 47,256 total issues

Reference to undeclared constant \_US_YOURREGISTERED
Open

                    echo "<div id='yourregistered'>" . _US_YOURREGISTERED . "</div>";
Severity: Minor
Found in htdocs/register.php by phan

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

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

Call to method __construct from undeclared class \icms_core_Password
Open

    $icmspass = new icms_core_Password();
Severity: Critical
Found in htdocs/resetpass.php by phan

Reference to undeclared constant \_US_REGISTERNG
Open

                echo "<div id='registerng'>" . _US_REGISTERNG . "</div>";
Severity: Minor
Found in htdocs/register.php by phan

Reference to undeclared constant \_PM_MESSAGEC
Open

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

Call to method __construct from undeclared class \icms_messaging_Handler
Open

    $xoopsMailer = new icms_messaging_Handler();
Severity: Critical
Found in htdocs/resetpass.php by phan

Call to method setTemplate from undeclared class \icms_messaging_Handler
Open

                $xoopsMailer->setTemplate('register.tpl');
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/pmlite.php by phan

Call to method useMail from undeclared class \icms_messaging_Handler
Open

    $xoopsMailer->useMail();
Severity: Critical
Found in htdocs/resetpass.php by phan

Reference to undeclared constant \_PM_CANCELSEND
Open

            . "' />&nbsp;<input type='button' class='formButton' name='cancel' value='" . _PM_CANCELSEND
Severity: Minor
Found in htdocs/pmlite.php by phan

Call to method __construct from undeclared class \icms_messaging_Handler
Open

                $xoopsMailer = new icms_messaging_Handler();
Severity: Critical
Found in htdocs/register.php by phan

Variable $icmsConfigSearch is undeclared
Open

        if (strlen($query) < $icmsConfigSearch['keyword_min']) {
Severity: Minor
Found in htdocs/search.php by phan

Reference to static property user from undeclared class \icms
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 undeclared constant \_US_YOURREGISTERED2
Open

                    echo "<div id='yourregistered2'>" . _US_YOURREGISTERED2 . "</div>";
Severity: Minor
Found in htdocs/register.php by phan

Variable $icmsConfigSearch is undeclared
Open

    $xoopsTpl->assign("label_ignored_keywords", sprintf(_SR_IGNOREDWORDS, $icmsConfigSearch['keyword_min']));
Severity: Minor
Found in htdocs/search.php by phan

Reference to undeclared constant \_PM_DELETE
Open

            <img src='".ICMS_URL."/images/icons/".$GLOBALS["icmsConfig"]["language"]."/delete.gif' alt='"._PM_DELETE."' /></a>";
Severity: Minor
Found in htdocs/readpmsg.php by phan

Call to method setSubject from undeclared class \icms_messaging_Handler
Open

                    $xoopsMailer->setSubject(sprintf(_PM_MESSAGEPOSTED_EMAILSUBJ, $icmsConfig['sitename']));
Severity: Critical
Found in htdocs/pmlite.php by phan

Call to method checkVarArray from undeclared class \icms_core_DataFilter
Open

    $clean_POST = icms_core_DataFilter::checkVarArray($_POST, $filter_post, FALSE);
Severity: Critical
Found in htdocs/resetpass.php by phan

Call to method __construct from undeclared class \icms_db_criteria_Item
Open

        $criteria->add(new icms_db_criteria_Item('mid', "(" . implode(',', $available_modules) . ")", 'IN'));
Severity: Critical
Found in htdocs/search.php by phan

Reference to undeclared constant \_US_SORRYMUSTENTERPASS
Open

    redirect_header('user.php?op=resetpass', 3, sprintf(_US_SORRYMUSTENTERPASS, icms::$user->getVar('uname')), FALSE);
Severity: Minor
Found in htdocs/resetpass.php by phan
Severity
Category
Status
Source
Language