Showing 6,974 of 6,975 total issues
Suspicious array access to ?mixed
Open
Open
<changefreq>".$sm[$prefix.'freq']."</changefreq>
- Exclude checks
Variable $this
is undeclared Open
Open
define('MPREFIX', $this->previous_steps['mysql']['prefix']);
- Exclude checks
Call to deprecated function \include_lan()
defined at /code/class2.php:1935
Open
Open
include_lan(e_LANGUAGEDIR.e_LANGUAGE."/admin/lan_admin.php");
- Exclude checks
Call to deprecated function \getperms()
defined at /code/class2.php:1322
Open
Open
if(getperms('0'))
- Exclude checks
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
Open
e107::meta('viewport',"width=device-width, initial-scale=1.0");
- Exclude checks
Variable $login_menu_shortcodes
is undeclared Open
Open
return $tp->parseTemplate($text,true,$login_menu_shortcodes);
- Exclude checks
Variable $sql
is undeclared Open
Open
if ($sql->select('tmp', '*', "`tmp_ip`='pwreset' AND `tmp_info` LIKE '%".FPW_SEPARATOR.$tmpinfo."' "))
- Exclude checks
Invalid offset "e107_version"
of array type array{}
Open
Open
define("e_VERSION", $e107info['e107_version']);
- Exclude checks
Call to deprecated class \form
defined at /code/e107_handlers/form_handler.php:8340
Open
Open
$rs = new form; // required for BC
- Exclude checks
Variable $ns
is undeclared Open
Open
$ns->tablerender($login_message, $text, 'login_page');
- Exclude checks
Variable $sql
is undeclared Open
Open
$sql->select("content", "content_heading, content_class", "content_id='" . (int) $tmp[1] . "'");
- Exclude checks
Call to undeclared function \codecept_debug()
Open
Open
codecept_debug('Instantiating Preparer: ' . $class_name);
- Exclude checks
Argument 3 (default)
is false
but \e107::pref()
takes null
defined at /code/e107_handlers/e107_class.php:4016
Open
Open
$bootswatch = e107::pref('theme', 'bootswatch', false);
- Exclude checks
Variable $LAYOUT
was undeclared, but array fields are being added to it. Open
Open
$LAYOUT['_header_'] = '
- Exclude checks
Argument 3 (default)
is 'bottom'
but \e107::pref()
takes null
defined at /code/e107_handlers/e107_class.php:4016
Open
Open
$placement = e107::pref('theme', 'usernav_placement', 'bottom');
- Exclude checks
Call to deprecated function \getperms()
defined at /code/class2.php:1322
Open
Open
if (USER && !getperms('0'))
- Exclude checks
Suspicious array access to ?mixed
Open
Open
<lastmod>".date('c', (int) $sm[$prefix.'lastmod'])."</lastmod>
- Exclude checks
Call to deprecated function \include_lan()
defined at /code/class2.php:1935
Open
Open
include_lan($this->e107->e107_dirs['LANGUAGES_DIRECTORY'].$this->previous_steps['language']."/lan_installer.php");
- Exclude checks
Argument 1 (haystack)
is ?string
but \strpos()
takes string
Open
Open
if(strpos($LOGIN_TABLE_HEADER,'LOGIN_TABLE_LOGINMESSAGE') === false && strpos($LOGIN_TABLE,'LOGIN_TABLE_LOGINMESSAGE') === false)
- Exclude checks
Variable $MEMBERSONLY_BEGIN
is undeclared Open
Open
$MEMBERSONLY_TEMPLATE['default']['header'] = $MEMBERSONLY_BEGIN;
- Exclude checks