ImpressCMS/impresscms

View on GitHub

Showing 47,251 of 47,256 total issues

Call to method getParam from undeclared class \XoopsXmlRpcParser
Open

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

Reference to undeclared constant \XOOPS_CONF_AUTH
Open

            "`conf_name` = 'ldap_provisionning' AND `conf_catid` = " . XOOPS_CONF_AUTH
Severity: Minor
Found in upgrade/upd-2.0.13-to-2.0.14/index.php by phan

Reference to undeclared constant \XOOPS_CONF_AUTH
Open

            "`conf_name` = 'ldap_use_TLS' AND `conf_catid` = " . XOOPS_CONF_AUTH
Severity: Minor
Found in upgrade/upd-2.0.15-to-2.0.16/index.php by phan

Reference to undeclared property \upgrade_impcms05->fields
Open

        $this->fields = array (

Call to method __construct from undeclared class \IcmsDatabasetable
Open

        $table = new IcmsDatabasetable('icmspage');
Severity: Critical
Found in upgrade/upd-icms-1.0-to-1.1/index.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

Call to method exists from undeclared class \IcmsDatabasetable
Open

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

Call to method __construct from undeclared class \IcmsDatabasetable
Open

        $table = new IcmsDatabasetable('icmscontent');
Severity: Critical
Found in upgrade/upd-icms-1.0-to-1.1/index.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

Call to method __construct from undeclared class \IcmsDatabasetable
Open

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

Call to method __construct from undeclared class \IcmsDatabasetable
Open

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

Call to method handler from undeclared class \icms
Open

        $module_handler = icms::handler('icms_module');
Severity: Critical
Found in htdocs/search.php by phan

Reference to undeclared constant \_SUBMIT
Open

            <input type="submit" name="timeout_repost" value="'._SUBMIT.'" />
Severity: Minor
Found in htdocs/session_confirm.php by phan

Reference to undeclared constant \_CHARSET
Open

        <meta http-equiv="Content-Type" content="text/html; charset='._CHARSET.'" />
Severity: Minor
Found in htdocs/session_confirm.php by phan

Reference to undeclared constant \_PASSWORD
Open

                'lang_password' => _PASSWORD,
Severity: Minor
Found in htdocs/user.php by phan

Reference to undeclared constant \_US_REMEMBERME
Open

                'lang_rememberme' => _US_REMEMBERME,
Severity: Minor
Found in htdocs/user.php by phan

Call to method setFromEmail from undeclared class \icms_messaging_Handler
Open

                        $icmsMailer->setFromEmail($icmsConfig['adminmail']);
Severity: Critical
Found in htdocs/user.php by phan

Variable $icmsTpl is undeclared
Open

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

Reference to static property user from undeclared class \icms
Open

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

Reference to undeclared constant \_US_AIM
Open

    'lang_aim' => _US_AIM,
Severity: Minor
Found in htdocs/userinfo.php by phan
Severity
Category
Status
Source
Language