ImpressCMS/impresscms

View on GitHub

Showing 47,251 of 47,256 total issues

Call to method __construct from undeclared class \IcmsDatabasetable
Open

        $table = new IcmsDatabasetable('users');
Severity: Critical
Found in upgrade/upd-icms-1.0-to-1.1/index.php by phan

Call to method fieldExists from undeclared class \IcmsDatabasetable
Open

        if (!$table->fieldExists('openid')) {
Severity: Critical
Found in upgrade/upd-icms-1.0-to-1.1/index.php by phan

Call to method setTemplate from undeclared class \icms_messaging_Handler
Open

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

Reference to undeclared constant \_SR_TYPE
Open

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

Reference to static property xoopsDB from undeclared class \icms
Open

        $sql = "SELECT * FROM ".icms::$xoopsDB->prefix("autosearch_list")." s INNER JOIN "
Severity: Critical
Found in htdocs/suggest.php by phan

Reference to static property security from undeclared class \icms
Open

                'mailpasswd_token' => icms::$security->createToken(),
Severity: Critical
Found in htdocs/user.php by phan

Reference to undeclared constant \_US_LOGGEDOUT
Open

        redirect_header(ICMS_URL . '/', 3, _US_LOGGEDOUT . '<br />' . _US_THANKYOUFORVISIT);
Severity: Minor
Found in htdocs/user.php by phan

Call to method useMail from undeclared class \icms_messaging_Handler
Open

                        $icmsMailer->useMail();
Severity: Critical
Found in htdocs/user.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

Call to method assign from undeclared class \icms_messaging_Handler
Open

                        $icmsMailer->assign('SITEURL', ICMS_URL . '/');
Severity: Critical
Found in htdocs/user.php by phan

Reference to undeclared constant \_US_REMOVEINFO
Open

                ), 'user.php', _US_SURETODEL . '<br/>' . _US_REMOVEINFO);
Severity: Minor
Found in htdocs/user.php by phan

Variable $icmsConfigUser is undeclared
Open

            'user_candelete' => $icmsConfigUser['self_delete'] ? true : false,
Severity: Minor
Found in htdocs/userinfo.php by phan

Reference to undeclared constant \_US_YOURREGMAILNG
Open

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

Variable $icmsTpl is undeclared
Open

        $icmsTpl->assign('user_ownpage', false);
Severity: Minor
Found in htdocs/userinfo.php by phan

Reference to undeclared constant \_US_ALLABOUT
Open

    'lang_allaboutuser' => sprintf(_US_ALLABOUT, $thisUser->getVar('uname')),
Severity: Minor
Found in htdocs/userinfo.php by phan

Reference to undeclared constant \_PM_DELETED
Open

        redirect_header('viewpmsg.php', 1, _PM_DELETED);
Severity: Minor
Found in htdocs/viewpmsg.php by phan

Variable $password2 is undeclared
Open

if ($password == '' || $password2 == '') {
Severity: Minor
Found in htdocs/resetpass.php by phan

Reference to undeclared constant \_PM_PROFILE
Open

    . _PM_PROFILE ."</a>&nbsp;<span style='font-weight:bold;'>&raquo;&raquo;</span>&nbsp;" . _PM_INBOX . "</p>";
Severity: Minor
Found in htdocs/viewpmsg.php by phan

Reference to undeclared constant \_US_YOURREGMAILNG
Open

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

Reference to static property logger from undeclared class \icms
Open

icms::$logger->disableLogger();
Severity: Critical
Found in htdocs/xmlrpc.php by phan
Severity
Category
Status
Source
Language