ImpressCMS/impresscms

View on GitHub

Showing 47,251 of 47,256 total issues

Argument 1 (time) is null but \formatTimestamp() takes string defined at /code/htdocs/include/functions.php:1428
Open

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

Reference to undeclared constant \_PM_INBOX
Open

    . _PM_PROFILE ."</a>&nbsp;<span style='font-weight:bold;'>&raquo;&raquo;</span>&nbsp;" . _PM_INBOX . "</p>";
Severity: Minor
Found in htdocs/viewpmsg.php by phan

Reference to undeclared constant \_PM_DELETE
Open

        . _PM_DELETE . "' />" . icms::$security->getTokenHTML() . "</td></tr></table></form>";
Severity: Minor
Found in htdocs/viewpmsg.php by phan

Call to deprecated function \icms_debug() defined at /code/htdocs/include/debug_functions.php:22
Open

            icms_debug('An error occurred while executing "' . $sql . '" - ' . $GLOBALS['xoopsDB']->error());
Severity: Minor
Found in upgrade/upd-icms-1.0-to-1.1/index.php by phan

Reference to undeclared constant \_PM_MESSAGEPOSTED_EMAILSUBJ
Open

                    $xoopsMailer->setSubject(sprintf(_PM_MESSAGEPOSTED_EMAILSUBJ, $icmsConfig['sitename']));
Severity: Minor
Found in htdocs/pmlite.php by phan

Variable $icmsConfig is undeclared
Open

                    $xoopsMailer->setSubject(sprintf(_PM_MESSAGEPOSTED_EMAILSUBJ, $icmsConfig['sitename']));
Severity: Minor
Found in htdocs/pmlite.php by phan

Reference to undeclared constant \_PM_CLICKHERE
Open

                    . _PM_CLICKHERE . "</a><br /><br /><a href=\"javascript:window.close();\">" . _PM_ORCLOSEWINDOW . "</a></div>";
Severity: Minor
Found in htdocs/pmlite.php by phan

Call to method getUnameFromId from undeclared class \icms_member_user_Object
Open

            $to_username = icms_member_user_Object::getUnameFromId($to_userid);
Severity: Critical
Found in htdocs/pmlite.php by phan

Reference to static property security from undeclared class \icms
Open

            . "<input type='hidden' name='op' value='submit' />" . icms::$security->getTokenHTML()
Severity: Critical
Found in htdocs/pmlite.php by phan

Reference to undeclared constant \_PM_SORRY
Open

    echo "<div>" . _PM_SORRY . "<br /><br /><a href='" . ICMS_URL . "/register.php'>" . _PM_REGISTERNOW . "</a> . </div>";
Severity: Minor
Found in htdocs/pmlite.php by phan

Reference to undeclared constant \_US_UNEEDAGREE
Open

                $stop .= _US_UNEEDAGREE . '<br />';
Severity: Minor
Found in htdocs/register.php by phan

Reference to undeclared constant \_US_UNEEDAGREE
Open

                $stop .= _US_UNEEDAGREE . '<br />';
Severity: Minor
Found in htdocs/register.php by phan

Argument 1 (prefix) is int but \uniqid() takes string
Open

            $newuser->setVar('actkey', $valid_actkey ? $actkey : substr(md5(uniqid(mt_rand(), 1)), 0, 8), TRUE);
Severity: Minor
Found in htdocs/register.php by phan

Call to method __construct from undeclared class \icms_core_Password
Open

            $icmspass = new icms_core_Password();
Severity: Critical
Found in htdocs/register.php by phan

Variable $xoopsTpl is undeclared
Open

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

Variable $password2 is undeclared
Open

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

Reference to static property user from undeclared class \icms
Open

    if (!$icmspass->verifyPass($c_password, icms::$user->getVar('login_name'))) {
Severity: Critical
Found in htdocs/resetpass.php by phan

Call to method encryptPass from undeclared class \icms_core_Password
Open

    $pass = $icmspass->encryptPass($password);
Severity: Critical
Found in htdocs/resetpass.php by phan

Call to method setFromEmail from undeclared class \icms_messaging_Handler
Open

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

Call to method setFromName from undeclared class \icms_messaging_Handler
Open

    $xoopsMailer->setFromName($icmsConfig['sitename']);
Severity: Critical
Found in htdocs/resetpass.php by phan
Severity
Category
Status
Source
Language