ImpressCMS/impresscms

View on GitHub

Showing 47,251 of 47,256 total issues

Variable $xoopsTpl is undeclared
Open

    $xoopsTpl->assign("ignored_keywords", $ignored_keywords);
Severity: Minor
Found in htdocs/search.php by phan

Reference to undeclared constant \_CHARSET
Open

$xoopsTpl->assign('icms_pagetitle', _SR_SEARCHRESULTS . ' - ' . htmlspecialchars(implode(' ',$keywords), ENT_COMPAT, _CHARSET));
Severity: Minor
Found in htdocs/search.php by phan

Reference to undeclared constant \_PM_GOBACK
Open

                    . _PM_GOBACK . "</a>";
Severity: Minor
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/pmlite.php by phan

Call to method __construct from undeclared class \icms_db_criteria_Item
Open

        $criteria = new icms_db_criteria_Compo(new icms_db_criteria_Item('hassearch', 1));
Severity: Critical
Found in htdocs/search.php by phan

Call to method checkVar from undeclared class \icms_core_DataFilter
Open

                        $results[$i]['processed_image_alt_text'] = icms_core_DataFilter::checkVar($modname, 'text', 'output') . ": ";
Severity: Critical
Found in htdocs/search.php by phan

Reference to static property user from undeclared class \icms
Open

                        $xoopsMailer->setFromEmail(icms::$user->getVar('email'));
Severity: Critical
Found in htdocs/pmlite.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

        <title>'.$icmsConfig['sitename'].'</title>
Severity: Minor
Found in htdocs/session_confirm.php by phan

Call to method assign from undeclared class \icms_messaging_Handler
Open

                    $xoopsMailer->assign('X_UNAME', $toUser->getVar('uname'));
Severity: Critical
Found in htdocs/pmlite.php by phan

Reference to undeclared constant \_PM_MESSAGEPOSTED
Open

                echo "<br /><br /><div style='text-align:center;'><h4>" . _PM_MESSAGEPOSTED
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/pmlite.php by phan

Variable $xoopsTpl is undeclared
Open

$xoopsTpl->assign('priv_policy', $priv);
Severity: Minor
Found in htdocs/privpolicy.php by phan

Reference to undeclared constant \_PM_FROM
Open

            <tr><th colspan='2'>". _PM_FROM ."</th></tr><tr class='even'>\n";
Severity: Minor
Found in htdocs/readpmsg.php by phan

Reference to static property user from undeclared class \icms
Open

if (is_object(icms::$user)) {
Severity: Critical
Found in htdocs/register.php by phan

Call to method stripSlashesGPC from undeclared class \icms_core_DataFilter
Open

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

Variable $xoTheme is undeclared
Open

        $xoTheme->addScript('', array('type' => ''), '
Severity: Minor
Found in htdocs/register.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

Call to method useMail from undeclared class \icms_messaging_Handler
Open

                $xoopsMailer->useMail();
Severity: Critical
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

Call to method display from undeclared class \icms_form_Theme
Open

        $reg_form->display();
Severity: Critical
Found in htdocs/register.php by phan
Severity
Category
Status
Source
Language