ImpressCMS/impresscms

View on GitHub

Showing 47,251 of 47,256 total issues

Variable $icmsConfigUser is undeclared
Open

    'user_avatarurl' => $icmsConfigUser['avatar_allow_gravatar'] == true
Severity: Minor
Found in htdocs/userinfo.php by phan

Reference to undeclared constant \_US_MEMBERSINCE
Open

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

Reference to undeclared constant \_US_INTEREST
Open

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

Variable $xoopsTpl is undeclared
Open

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

Reference to undeclared constant \_US_POSTS
Open

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

Call to method checkVarArray from undeclared class \icms_core_DataFilter
Open

    $clean_GET = icms_core_DataFilter::checkVarArray($_GET, $filter_get, FALSE);
Severity: Critical
Found in htdocs/resetpass.php by phan

Invalid offset "link" of array type array{image:string}
Open

                   if (isset($results[$i]['link']) && $results[$i]['link'] != '') {
Severity: Minor
Found in htdocs/userinfo.php by phan

Reference to undeclared constant \_US_NOTREGISTERED
Open

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

Variable $password is undeclared
Open

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

Reference to undeclared constant \_US_ALLABOUT
Open

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

Call to method __construct from undeclared class \XoopsXmlRpcResponse
Open

$response = new XoopsXmlRpcResponse();
Severity: Critical
Found in htdocs/xmlrpc.php by phan

Reference to static property user from undeclared class \icms
Open

if (!icms::$user) {
Severity: Critical
Found in htdocs/resetpass.php by phan

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

Reference to undeclared constant \_PM_YOUDONTHAVE
Open

        echo "<tr><td class='even' colspan='6' align='center'>" . _PM_YOUDONTHAVE . "</td></tr>";
Severity: Minor
Found in htdocs/viewpmsg.php by phan

Call to method assign from undeclared class \icms_messaging_Handler
Open

    $xoopsMailer->assign('ADMINMAIL', $icmsConfig['adminmail']);
Severity: Critical
Found in htdocs/resetpass.php by phan

Reference to static property user from undeclared class \icms
Open

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

Reference to undeclared constant \_SR_ANY
Open

if ($andor == 'OR') $label_andor = _SR_ANY;
Severity: Minor
Found in htdocs/search.php by phan

Variable $icmsConfigSearch is undeclared
Open

            redirect_header('search.php', 2, sprintf(_SR_KEYTOOSHORT, icms_conv_nr2local($icmsConfigSearch['keyword_min'])));
Severity: Minor
Found in htdocs/search.php by phan

Variable $icmsConfigSearch is undeclared
Open

                    if ($icmsConfigSearch['search_no_res_mod']) {
Severity: Minor
Found in htdocs/search.php by phan

Reference to undeclared constant \_CHARSET
Open

            $search_url_get_params = htmlspecialchars($search_url_get_params, ENT_COMPAT, _CHARSET);
Severity: Minor
Found in htdocs/search.php by phan
Severity
Category
Status
Source
Language