install.php
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
Invalid offset "e107_version"
of array type array{}
Open
Open
define("e_VERSION", $e107info['e107_version']);
- 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
Function check_class
defined at /code/install.php:252
was previously defined at /code/class2.php:1207
Open
Open
function check_class($whatever='')
- Exclude checks
Argument 1 (force_stage)
is 3
but \e_install::finish_form()
takes bool|false
defined at /code/install.php:2120
Open
Open
$this->finish_form(3);
- Exclude checks
Call to undeclared method \e_db::db_Query
Open
Open
$return = $sql->db_Query($qry);
- Exclude checks
Variable $tmpadminpass1
is undeclared Open
Open
unset($tmpadminpass1);
- Exclude checks
Argument 1 (force_stage)
is 3
but \e_install::finish_form()
takes bool|false
defined at /code/install.php:2120
Open
Open
$this->finish_form(3);
- 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']."/admin/lan_theme.php");
- Exclude checks
Argument 3 (force)
is 0|3
but \UserHandler::HashPassword()
takes false|string
defined at /code/e107_handlers/user_handler.php:226
Open
Open
$hash = $us->HashPassword($this->previous_steps['admin']['password'],$this->previous_steps['admin']['user'], $pwdEncoding);
- Exclude checks
Function cookie
defined at /code/install.php:326
was previously defined at /code/class2.php:1786
Open
Open
function cookie($name, $value, $expire=0, $path = e_HTTP, $domain = '', $secure = false)
- Exclude checks
Call to undeclared method \e_db::getServerInfo
Open
Open
$mysql_note = e107::getDb()->getServerInfo();
- Exclude checks
Returning type null
but stage_5()
is declared to return string
Open
Open
return null;
- Exclude checks
Argument #1 of this call to \str_replace
is typically a literal or constant but isn't, but argument #3 (which is typically a variable) is a literal or constant. The arguments may be in the wrong order. Open
Open
$error = str_replace($srch,$repl, LANINS_144); // too early to use e107::getParser() so use str_replace();
- Exclude checks
Call to deprecated function \include_lan()
defined at /code/class2.php:1935
Open
Open
include_lan(e_LANGUAGEDIR.e_LANGUAGE."/".e_LANGUAGE.".php");
- Exclude checks
Suspicious array access to nullable ?array
Open
Open
switch ($_POST['stage'])
- Exclude checks
Variable $data
was undeclared, but array fields are being added to it. Open
Open
$data['must_write'] = 'e107_config.php|{$MEDIA_DIRECTORY}|{$SYSTEM_DIRECTORY}'; // all-sub folders are created on-the-fly
- Exclude checks
Argument 2 (newvalue)
is 1
but \ini_set()
takes string
Open
Open
ini_set('session.use_only_cookies', 1);
- Exclude checks
Argument 2 (newvalue)
is 0
but \ini_set()
takes string
Open
Open
ini_set('session.use_trans_sid', 0);
- Exclude checks
Function include_lan
defined at /code/install.php:292
was previously defined at /code/class2.php:1935
Open
Open
function include_lan($path, $force = false)
- Exclude checks
Variable $whatever
is undeclared Open
Open
unset($whatever);
- Exclude checks
Function getperms
defined at /code/install.php:258
was previously defined at /code/class2.php:1322
Open
Open
function getperms($arg, $ap = '')
- Exclude checks
Variable $this
is undeclared Open
Open
define('THEME', e_THEME.$this->previous_steps['prefs']['sitetheme'].'/');
- Exclude checks
Returning type null
but stage_6()
is declared to return string
Open
Open
return null;
- Exclude checks