ImpressCMS/impresscms

View on GitHub

Showing 47,251 of 47,256 total issues

Reference to undeclared constant \_PM_USERWROTE
Open

                    . sprintf(_PM_USERWROTE, $pm_uname)
Severity: Minor
Found in htdocs/pmlite.php by phan

Variable $bookmark was undeclared, but it is being used as the left-hand side of an assignment operation
Open

Reference to undeclared constant \_NOT_DELETESUCCESS
Open

            redirect_header('notifications.php', 2, _NOT_DELETESUCCESS);
Severity: Minor
Found in htdocs/notifications.php by phan

Variable $icmsConfigUser is undeclared
Open

$priv = str_replace('{X_SITEURL}', ICMS_URL.'/', $icmsConfigUser['priv_policy']);
Severity: Minor
Found in htdocs/privpolicy.php by phan

Variable $bookmark was undeclared, but it is being used as the left-hand side of an assignment operation
Open

Variable $icmsConfigUser is undeclared
Open

if ($icmsConfigUser['priv_dpolicy'] == false) {
Severity: Minor
Found in htdocs/privpolicy.php by phan

Reference to undeclared constant \_PM_USERNOEXIST
Open

            echo "<br /><br /><div><h4>" . _PM_USERNOEXIST . "<br />"
Severity: Minor
Found in htdocs/pmlite.php by phan

Invalid offset "com_order" of array type array{startpage:,template_set:mixed}
Open

            $newuser->setVar('uorder', $icmsConfig['com_order'], TRUE);
Severity: Minor
Found in htdocs/register.php by phan

Call to method handler from undeclared class \icms
Open

            $pm_handler = icms::handler('icms_data_privmessage');
Severity: Critical
Found in htdocs/pmlite.php by phan

Argument 2 (haystack) is null but \in_array() takes array
Open

        if (FALSE != $all_ok || in_array($modversion['category'], $ok_syscats)) {
Severity: Minor
Found in htdocs/modules/system/menu.php by phan

Call to method getUnameFromId from undeclared class \icms_member_user_Object
Open

                $pm_uname = icms_member_user_Object::getUnameFromId($pm->getVar("from_userid"));
Severity: Critical
Found in htdocs/pmlite.php by phan

Variable $xoopsTpl is undeclared
Open

$xoopsTpl->assign('lang_privacy_policy', _PRV_PRIVACY_POLICY);
Severity: Minor
Found in htdocs/privpolicy.php by phan

Call to method __construct from undeclared class \icms_db_criteria_Item
Open

            $criteria = new icms_db_criteria_Item('not_uid', $uid);
Severity: Critical
Found in htdocs/notifications.php by phan

Reference to undeclared constant \_PM_PRIVATEMESSAGE
Open

    echo "<div><h4>". _PM_PRIVATEMESSAGE."</h4></div><br /><a href='userinfo.php?uid="
Severity: Minor
Found in htdocs/readpmsg.php by phan

Call to method __construct from undeclared class \icms_form_elements_Dhtmltextarea
Open

            $textarea = new icms_form_elements_Dhtmltextarea(_PM_MESSAGEC, 'message', '');
Severity: Critical
Found in htdocs/pmlite.php by phan

Reference to undeclared constant \_NOT_NAMENOTAVAILABLE
Open

                        $item_info = array('name'=>'[' . _NOT_NAMENOTAVAILABLE . ']', 'url'=>'');
Severity: Minor
Found in htdocs/notifications.php by phan

Reference to undeclared constant \_PM_PREVIOUS
Open

            echo _PM_PREVIOUS." | ";
Severity: Minor
Found in htdocs/readpmsg.php by phan

Reference to static property security from undeclared class \icms
Open

            $xoopsTpl->assign('notification_token', icms::$security->createToken());
Severity: Critical
Found in htdocs/notifications.php by phan

Call to method checkVar from undeclared class \icms_core_DataFilter
Open

$priv = icms_core_DataFilter::checkVar($priv, 'html', 'output');
Severity: Critical
Found in htdocs/privpolicy.php by phan

Reference to undeclared constant \_US_EMAIL
Open

                . _US_EMAIL . ": " . icms_core_DataFilter::htmlSpecialChars($email) . "<br />";
Severity: Minor
Found in htdocs/register.php by phan
Severity
Category
Status
Source
Language