ImpressCMS/impresscms

View on GitHub

Showing 47,251 of 47,256 total issues

Call to method fieldExists from undeclared class \IcmsDatabasetable
Open

        return $table->fieldExists('dbversion');
Severity: Critical
Found in upgrade/upd-icms-1.0-to-1.1/index.php by phan

Call to method __construct from undeclared class \icms_Password
Open

    $icmspass = new icms_Password();

Reference to undeclared constant \_SUBMIT
Open

    <button type="submit"><?php echo _SUBMIT; ?></button>

Reference to undeclared constant \_SUBMIT
Open

    <button type="submit"><?php echo _SUBMIT; ?></button>

Call to method icms_createSalt from undeclared class \icms_Password
Open

    $vars['DB_SALT'] = $icmspass->icms_createSalt();

Variable $content is undeclared
Open

<?php echo $content; ?></div>
Severity: Minor
Found in upgrade/upgrade_tpl.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 __construct from undeclared class \IcmsDatabasetable
Open

        $table = new IcmsDatabasetable('modules');
Severity: Critical
Found in upgrade/upd-icms-1.0-to-1.1/index.php by phan

Call to method addNewField from undeclared class \IcmsDatabasetable
Open

        $table->addNewField('dbversion', 'INT(11) unsigned NOT NULL DEFAULT 1');
Severity: Critical
Found in upgrade/upd-icms-1.0-to-1.1/index.php by phan

Reference to undeclared constant \_SUBMIT
Open

    <button type="submit"><?php echo _SUBMIT; ?></button>
Severity
Category
Status
Source
Language