ImpressCMS/impresscms

View on GitHub

Showing 47,251 of 47,256 total issues

Call to method getDatabaseUpdater from undeclared class \icms_db_legacy_Factory
Open

        $this->updater = icms_db_legacy_Factory::getDatabaseUpdater();
Severity: Critical
Found in upgrade/cnt-2.2.x-to-2.0.x/index.php by phan

Reference to undeclared constant \_USERNAME
Open

            <label><?php echo _USERNAME; ?></label>
Severity: Minor
Found in upgrade/login.php by phan

Call to method getDatabaseUpdater from undeclared class \XoopsDatabaseFactory
Open

        $this->updater = XoopsDatabaseFactory::getDatabaseUpdater();
Severity: Critical
Found in upgrade/upd-icms-1.0-to-1.1/index.php by phan

Call to method exists from undeclared class \IcmsDatabasetable
Open

        return $table->exists();
Severity: Critical
Found in upgrade/upd-icms-1.0-to-1.1/index.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

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

Call to method fieldExists from undeclared class \IcmsDatabasetable
Open

        if (!$table->fieldExists('enc_type')) {
Severity: Critical
Found in upgrade/upd-icms-1.0-to-1.1/index.php by phan

Call to method instance from undeclared class \icms_form_elements_captcha_Object
Open

            $icmsCaptcha = icms_form_elements_captcha_Object::instance();
Severity: Critical
Found in htdocs/register.php by phan

Argument 2 (more_entropy) is 1 but \uniqid() takes bool
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_member_user_Object
Open

                $xoopsMailer->setToUsers(new icms_member_user_Object($newid));
Severity: Critical
Found in htdocs/register.php by phan

Call to method setToUsers from undeclared class \icms_messaging_Handler
Open

                $xoopsMailer->setToUsers(new icms_member_user_Object($newid));
Severity: Critical
Found in htdocs/register.php by phan

Call to method assign from undeclared class \icms_messaging_Handler
Open

                $xoopsMailer->assign('USEREMAIL', $email);
Severity: Critical
Found in htdocs/register.php by phan

Call to method setSubject from undeclared class \icms_messaging_Handler
Open

                $xoopsMailer->setSubject(sprintf(_US_USERKEYFOR, $uname));
Severity: Critical
Found in htdocs/register.php by phan

Reference to undeclared constant \_US_USERREG
Open

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

Reference to undeclared constant \_US_PASSNOTSAME
Open

    redirect_header('user.php?op=resetpass', 3, sprintf(_US_PASSNOTSAME, ''), FALSE);
Severity: Minor
Found in htdocs/resetpass.php by phan

Reference to undeclared constant \_SR_PLZENTER
Open

        redirect_header("search.php", 1, _SR_PLZENTER);
Severity: Minor
Found in htdocs/search.php by phan

Reference to undeclared constant \_SEARCH
Open

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

Variable $xoopsTpl is undeclared
Open

$xoopsTpl->assign("search_type", $label_andor);
Severity: Minor
Found in htdocs/search.php by phan

Call to method addSlashes from undeclared class \icms_core_DataFilter
Open

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

Reference to undeclared constant \_SR_KEYWORDS
Open

$xoopsTpl->assign("label_keywords", _SR_KEYWORDS . ':');
Severity: Minor
Found in htdocs/search.php by phan
Severity
Category
Status
Source
Language