e107inc/e107

View on GitHub

Showing 6,974 of 6,975 total issues

Suspicious array access to ?mixed
Open

                  <changefreq>".$sm[$prefix.'freq']."</changefreq>
Severity: Minor
Found in gsitemap.php by phan

Variable $this is undeclared
Open

            define('MPREFIX', $this->previous_steps['mysql']['prefix']);
Severity: Minor
Found in install.php by phan

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

            include_lan(e_LANGUAGEDIR.e_LANGUAGE."/admin/lan_admin.php");
Severity: Minor
Found in install.php by phan

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

    if(getperms('0'))
Severity: Minor
Found in login.php by phan

Argument 2 (content) is 'width=device-width, initial-scale=1.0' but \e107::meta() takes null defined at /code/e107_handlers/e107_class.php:2861
Open

        e107::meta('viewport',"width=device-width, initial-scale=1.0");
Severity: Minor
Found in e107_themes/bootstrap3/theme.php by phan

Variable $login_menu_shortcodes is undeclared
Open

        return $tp->parseTemplate($text,true,$login_menu_shortcodes);
Severity: Minor
Found in e107_themes/voux/theme_shortcodes.php by phan

Variable $sql is undeclared
Open

    if ($sql->select('tmp', '*', "`tmp_ip`='pwreset' AND `tmp_info` LIKE '%".FPW_SEPARATOR.$tmpinfo."' "))
Severity: Minor
Found in fpw.php by phan

Invalid offset "e107_version" of array type array{}
Open

define("e_VERSION", $e107info['e107_version']);
Severity: Minor
Found in install.php by phan

Call to deprecated class \form defined at /code/e107_handlers/form_handler.php:8340
Open

    $rs = new form; // required for BC
Severity: Minor
Found in login.php by phan

Variable $ns is undeclared
Open

    $ns->tablerender($login_message, $text, 'login_page');
Severity: Minor
Found in login.php by phan

Variable $sql is undeclared
Open

                $sql->select("content", "content_heading, content_class", "content_id='" . (int) $tmp[1] . "'");
Severity: Minor
Found in online.php by phan

Call to undeclared function \codecept_debug()
Open

        codecept_debug('Instantiating Preparer: ' . $class_name);

Argument 3 (default) is false but \e107::pref() takes null defined at /code/e107_handlers/e107_class.php:4016
Open

        $bootswatch = e107::pref('theme', 'bootswatch', false);

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

$LAYOUT['_header_'] = '
Severity: Info
Found in e107_themes/voux/theme.php by phan

Argument 3 (default) is 'bottom' but \e107::pref() takes null defined at /code/e107_handlers/e107_class.php:4016
Open

        $placement = e107::pref('theme', 'usernav_placement', 'bottom');
Severity: Minor
Found in e107_themes/voux/theme_shortcodes.php by phan

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

if (USER && !getperms('0'))
Severity: Minor
Found in fpw.php by phan

Suspicious array access to ?mixed
Open

                <lastmod>".date('c', (int) $sm[$prefix.'lastmod'])."</lastmod>
Severity: Minor
Found in gsitemap.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']."/lan_installer.php");
Severity: Minor
Found in install.php by phan

Argument 1 (haystack) is ?string but \strpos() takes string
Open

    if(strpos($LOGIN_TABLE_HEADER,'LOGIN_TABLE_LOGINMESSAGE') === false && strpos($LOGIN_TABLE,'LOGIN_TABLE_LOGINMESSAGE') === false)
Severity: Minor
Found in login.php by phan

Variable $MEMBERSONLY_BEGIN is undeclared
Open

    $MEMBERSONLY_TEMPLATE['default']['header'] = $MEMBERSONLY_BEGIN;
Severity: Minor
Found in membersonly.php by phan
Severity
Category
Status
Source
Language