ImpressCMS/impresscms

View on GitHub

Showing 47,251 of 47,256 total issues

Reference to undeclared constant \_US_SELECTNG
Open

        redirect_header('index.php', 3, _US_SELECTNG);
Severity: Minor
Found in htdocs/userinfo.php by phan

Reference to static property user from undeclared class \icms
Open

    . "</h4><p><a href='userinfo.php?uid=". (int) (icms::$user->getVar('uid')) . "'>"
Severity: Critical
Found in htdocs/viewpmsg.php by phan

Reference to undeclared constant \_US_EDITPROFILE
Open

        'lang_editprofile' => _US_EDITPROFILE,
Severity: Minor
Found in htdocs/userinfo.php by phan

Call to method __construct from undeclared class \BloggerApi
Open

                $rpc_api = new BloggerApi($parser->getParam(), $response, $module);
Severity: Critical
Found in htdocs/xmlrpc.php by phan

Reference to undeclared constant \_US_PM
Open

    'lang_privmsg' => _US_PM,
Severity: Minor
Found in htdocs/userinfo.php by phan

Call to method add from undeclared class \XoopsXmlRpcResponse
Open

            $response->add(new XoopsXmlRpcFault(107));
Severity: Critical
Found in htdocs/xmlrpc.php by phan

Reference to undeclared constant \_US_YIM
Open

    'lang_yim' => _US_YIM,
Severity: Minor
Found in htdocs/userinfo.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

Call to method exists from undeclared class \IcmsDatabasetable
Open

        return $table->exists();
Severity: Critical
Found in upgrade/upd-icms-1.0-to-1.1/index.php by phan

Variable $icmsTpl is undeclared
Open

            $icmsTpl->append('modules', array('name' => $module->getVar('name'),
Severity: Minor
Found in htdocs/userinfo.php by phan

Call to method getParam from undeclared class \XoopsXmlRpcParser
Open

                $rpc_api = new MetaWeblogApi($parser->getParam(), $response, $module);
Severity: Critical
Found in htdocs/xmlrpc.php by phan

Call to method __construct from undeclared class \IcmsDatabasetable
Open

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

Call to method __construct from undeclared class \XoopsXmlRpcFault
Open

            $response->add(new XoopsXmlRpcFault(107));
Severity: Critical
Found in htdocs/xmlrpc.php by phan

Variable $xoopsTpl is undeclared
Open

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

Call to method __construct from undeclared class \IcmsDatabasetable
Open

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

Reference to static property user from undeclared class \icms
Open

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

Variable $xoopsConfig is undeclared
Open

if (file_exists("./language/".$xoopsConfig['language']."/upgrade.php")) {
Severity: Minor
Found in upgrade/index.php by phan

Call to method setToUsers from undeclared class \icms_messaging_Handler
Open

    $xoopsMailer->setToUsers(icms::$user->getVar('uid'));
Severity: Critical
Found in htdocs/resetpass.php by phan

Reference to undeclared constant \XOOPS_CONF_AUTH
Open

        if ($cat !== false && $cat != XOOPS_CONF_AUTH) {
Severity: Minor
Found in upgrade/upd-2.0.13-to-2.0.14/index.php by phan

Call to method handler from undeclared class \icms
Open

$gperm_handler = icms::handler('icms_member_groupperm');
Severity: Critical
Found in htdocs/search.php by phan
Severity
Category
Status
Source
Language