ImpressCMS/impresscms

View on GitHub

Showing 47,251 of 47,256 total issues

Reference to static property user from undeclared class \icms
Open

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

Variable $xoopsTpl is undeclared
Open

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

Call to method addSlashes from undeclared class \icms_core_DataFilter
Open

                $queries[] = icms_core_DataFilter::addSlashes($q);
Severity: Critical
Found in htdocs/search.php by phan

Variable $xoopsTpl is undeclared
Open

    $xoopsTpl->assign("label_ignored_keywords", sprintf(_SR_IGNOREDWORDS, $icmsConfigSearch['keyword_min']));
Severity: Minor
Found in htdocs/search.php by phan

Call to method add from undeclared class \icms_db_criteria_Compo
Open

        $criteria->add(new icms_db_criteria_Item('mid', "(" . implode(',', $available_modules) . ")", 'IN'));
Severity: Critical
Found in htdocs/search.php by phan

Invalid offset "link" of array type array{processed_image_alt_text:string}|array{processed_image_url:'images/icons/posticon2.gif'}|array{processed_image_url:string}
Open

                            if (!preg_match("/^http[s]*:\/\//i", $results[$i]['link'])) {
Severity: Minor
Found in htdocs/search.php by phan

Call to method getUnameFromId from undeclared class \icms_member_user_Object
Open

                                $uname = icms_member_user_Object::getUnameFromId($results[$i]['uid']);
Severity: Critical
Found in htdocs/search.php by phan

Reference to static property xoopsDB from undeclared class \icms
Open

        $num_results = icms::$xoopsDB->getRowsNum($query);
Severity: Critical
Found in htdocs/suggest.php by phan

Reference to undeclared constant \_US_THANKYOUFORVISIT
Open

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

Reference to undeclared constant \_US_BEENDELED
Open

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

Variable $icmsConfigUser is undeclared
Open

if (!$icmsConfigUser['allow_annon_view_prof'] && !is_object(icms::$user)) {
Severity: Minor
Found in htdocs/userinfo.php by phan

Reference to undeclared constant \_US_LOGOUT
Open

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

Reference to static property user from undeclared class \icms
Open

            || (icms::$user->getVar('uid') == $thisUser->getVar('uid')))))
Severity: Critical
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/userinfo.php by phan

Reference to undeclared constant \_PM_PLZREG
Open

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

Call to method __construct from undeclared class \MovableTypeApi
Open

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

Call to method render from undeclared class \XoopsXmlRpcResponse
Open

$payload =& $response->render();
Severity: Critical
Found in htdocs/xmlrpc.php by phan

Reference to undeclared constant \_YES
Open

            alt="<?php echo $res?_YES:_NO; ?>" /></td>
Severity: Minor
Found in upgrade/check_version.php by phan

Reference to undeclared property \upgrade_2018->fields
Open

        $this->fields = array(
Severity: Minor
Found in upgrade/upd-2.0.17-to-2.0.18/index.php by phan

Call to method setStructure from undeclared class \IcmsDatabasetable
Open

            $table->setStructure("`customtagid` int(11) 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