ImpressCMS/impresscms

View on GitHub

Showing 47,251 of 47,256 total issues

Reference to undeclared constant \_US_ADMINNO
Open

                redirect_header('user.php', 5, _US_ADMINNO);
Severity: Minor
Found in htdocs/user.php by phan

Reference to static property user from undeclared class \icms
Open

$groups = is_object(icms::$user) ? icms::$user->getGroups() : XOOPS_GROUP_ANONYMOUS;
Severity: Critical
Found in htdocs/userinfo.php by phan

Reference to undeclared constant \_US_MSNM
Open

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

Call to method checkVar from undeclared class \icms_core_DataFilter
Open

    'user_extrainfo' => icms_core_DataFilter::checkVar($thisUser->getVar('bio', 'N'), 'text', 'output'),
Severity: Critical
Found in htdocs/userinfo.php by phan

Reference to undeclared constant \_US_MOREABOUT
Open

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

Reference to static property user from undeclared class \icms
Open

            || (is_object(icms::$user)
Severity: Critical
Found in htdocs/userinfo.php by phan

Call to method checkVar from undeclared class \icms_core_DataFilter
Open

        'user_signature' => icms_core_DataFilter::checkVar($thisUser->getVar('user_sig', 'N'), $sigtype, 'output')
Severity: Critical
Found in htdocs/userinfo.php by phan

Invalid offset "time" of array type array{image:string}|array{link:string}|array{title:}|null
Open

                   $results[$i]['time'] = $results[$i]['time'] ? formatTimestamp($results[$i]['time']) : '';
Severity: Minor
Found in htdocs/userinfo.php by phan

Call to method handler from undeclared class \icms
Open

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

Reference to undeclared constant \_PM_SORRY
Open

    $errormessage = _PM_SORRY . '<br />' . _PM_PLZREG . '';
Severity: Minor
Found in htdocs/viewpmsg.php by phan

Reference to undeclared constant \_PM_DATE
Open

    . _PM_FROM . "</th><th>" . _PM_SUBJECT . "</th><th align='center'>" . _PM_DATE . "</th></tr>\n";
Severity: Minor
Found in htdocs/viewpmsg.php by phan

Call to method getMethodName from undeclared class \XoopsXmlRpcParser
Open

        $methods = explode('.', $parser->getMethodName());
Severity: Critical
Found in htdocs/xmlrpc.php by phan

Call to method getParam from undeclared class \XoopsXmlRpcParser
Open

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

Call to method message from undeclared class \icms_core_Debug
Open

            icms_core_Debug::message('An error occurred while executing "' . $sql . '" - ' . $db->error());
Severity: Critical
Found in upgrade/cnt-2.3.x-to-2.0.x/index.php by phan

Variable $xoopsConfig is undeclared
Open

    include_once "./language/".$xoopsConfig['language']."/upgrade.php";
Severity: Minor
Found in upgrade/index.php by phan

Reference to undeclared constant \_CHARSET
Open

define('_UPGRADE_CHARSET', _CHARSET);
Severity: Minor
Found in upgrade/language/english/upgrade.php by phan

Call to method setStructure from undeclared class \IcmsDatabasetable
Open

            $table->setStructure("page_id mediumint(8) unsigned NOT NULL auto_increment,
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 setFromEmail from undeclared class \icms_messaging_Handler
Open

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

Call to method setStructure from undeclared class \IcmsDatabasetable
Open

            $table->setStructure("`invite_id` mediumint(8) unsigned NOT NULL auto_increment,
Severity: Critical
Found in upgrade/upd-icms-1.0-to-1.1/index.php by phan
Severity
Category
Status
Source
Language