e107inc/e107

View on GitHub

Showing 6,974 of 6,975 total issues

Method \theme::init is declared to return mixed but has no return value
Open

    public function init()
Severity: Minor
Found in e107_themes/bootstrap3/theme.php by phan

Call to deprecated function \getperms() defined at /code/class2.php:1322
Open

        if(!getperms('0')) // disabled when testing as main-admin.
Severity: Minor
Found in fpw.php by phan

Variable $FPW_TABLE is undeclared
Open

elseif(!$FPW_TABLE)
Severity: Minor
Found in fpw.php by phan

Function check_class defined at /code/install.php:252 was previously defined at /code/class2.php:1207
Open

function check_class($whatever='')
Severity: Minor
Found in install.php by phan

Argument 1 (force_stage) is 3 but \e_install::finish_form() takes bool|false defined at /code/install.php:2120
Open

                $this->finish_form(3);
Severity: Minor
Found in install.php by phan

Call to undeclared method \e_db::db_Query
Open

        $return =  $sql->db_Query($qry);
Severity: Critical
Found in install.php by phan

Reference to undeclared constant \APP_PATH
Open

        $resource = proc_open($command, $descriptorspec, $pipes, APP_PATH);

Variable $DOWNLOAD_WRAPPER was undeclared, but array fields are being added to it.
Open

$DOWNLOAD_WRAPPER['view']['DOWNLOAD_VIEW_AUTHOR_LAN']             = "<tr><td style='width:20%'>{---}</td>";

Class \theme_config defined at /code/e107_themes/bootstrap5/theme_config.php:10 was previously defined as Class \theme_config at /code/e107_themes/bootstrap3/theme_config.php:8
Open

class theme_config implements e_theme_config

Variable $do_log was undeclared, but array fields are being added to it.
Open

        $do_log['password_action']     = LAN_FPW18;
Severity: Info
Found in fpw.php by phan

Call to undeclared function \codecept_debug()
Open

        codecept_debug(__CLASS__ . ' is deleting '.escapeshellarg($dirPath).'…');
Severity: Critical
Found in e107_tests/lib/preparers/E107Preparer.php by phan

Class \theme defined at /code/e107_themes/bootstrap5/theme.php:10 was previously defined as Class \theme at /code/e107_themes/bootstrap3/theme.php:21
Open

    class theme implements e_theme_render
Severity: Minor
Found in e107_themes/bootstrap5/theme.php by phan

Call to undeclared method \e_shortcode::sc_news_date
Open

                $ret = $sc->sc_news_date();

Class \theme_config defined at /code/e107_themes/voux/theme_config.php:6 was previously defined as Class \theme_config at /code/e107_themes/bootstrap3/theme_config.php:8
Open

class theme_config implements e_theme_config
Severity: Minor
Found in e107_themes/voux/theme_config.php by phan

Variable $admin_log is undeclared
Open

        $admin_log->user_audit(USER_AUDIT_PW_RES,$do_log,0,$do_log['user_name']);
Severity: Minor
Found in fpw.php by phan

Variable $tmpadminpass1 is undeclared
Open

    unset($tmpadminpass1);
Severity: Minor
Found in install.php by phan

Argument 1 (force_stage) is 3 but \e_install::finish_form() takes bool|false defined at /code/install.php:2120
Open

            $this->finish_form(3);
Severity: Minor
Found in install.php by phan

Call to deprecated function \include_lan() defined at /code/class2.php:1935
Open

        include_lan($this->e107->e107_dirs['LANGUAGES_DIRECTORY'].$this->previous_steps['language']."/admin/lan_theme.php");
Severity: Minor
Found in install.php by phan

Argument 2 (value) is 1 but \e_form::button() takes array|string defined at /code/e107_handlers/form_handler.php:3876
Open

        $text .= $frm->button('subscribe', 1, 'primary', "Subscribe");
Severity: Minor
Found in e107_themes/voux/theme_shortcodes.php by phan

Argument 1 (status_code) is 'unknown' but \error_page::render() takes int defined at /code/e107_handlers/error_page_class.php:220
Open

                $body = e107::getError()->render('unknown');
Severity: Minor
Found in error.php by phan
Severity
Category
Status
Source
Language