Showing 6,974 of 6,975 total issues
Argument 1 (filename)
is true
but \is_file()
takes string
Open
Open
if(!is_file($inc) || !is_readable($inc))
- Exclude checks
Variable $sql
is undeclared Open
Open
if (!$sql->select("user", "*", "user_xup = '".$prov_id."' ")) // New User
- Exclude checks
Call with 4 arg(s) to \userlogin::__construct()
which only takes 0 arg(s) defined at /code/e107_handlers/login.php:50
Open
Open
$usr = new userlogin($user_loginname, $user_pass, 'signup', '');
- 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 $tp
is undeclared Open
Open
$text = $tp->parseTemplate($LOGIN_TABLE,true, $sc);
- Exclude checks
Variable $tp
is undeclared Open
Open
echo $tp->parseTemplate($LOGIN_TABLE_FOOTER, true, $sc);
- Exclude checks
Variable $MEMBERSONLY_TEMPLATE
was undeclared, but array fields are being added to it. Open
Open
$MEMBERSONLY_TEMPLATE['default']['caption'] = $MEMBERSONLY_CAPTION;
- Exclude checks
Variable $MEMBERSONLY_END
is undeclared Open
Open
$MEMBERSONLY_TEMPLATE['default']['footer'] = $MEMBERSONLY_END;
- Exclude checks
Variable $sql
is undeclared Open
Open
$content = $sql->fetch();
- Exclude checks
Reference to undeclared constant \APP_PATH
Open
Open
const TEST_IN_PROGRESS_FILE = APP_PATH."/".self::TEST_IN_PROGRESS;
- Exclude checks
Argument 3 (default)
is false
but \e107::pref()
takes null
defined at /code/e107_handlers/e107_class.php:4016
Open
Open
$login_iframe = e107::pref('theme', 'login_iframe', false);
- Exclude checks
Variable $sql
is undeclared Open
Open
$row = $sql->fetch();
- Exclude checks
When fetching an array index from a value of type bool|string,
found an array index of type 'hash',
but expected the index to be of type int
Open
Open
$do_log['user_password_hash'] = $pwdArray['hash'];
- Exclude checks
Call to deprecated function \getperms()
defined at /code/class2.php:1322
Open
Open
if(getperms('0'))
- Exclude checks
Argument 2 (mode)
is true
but \e_parse::replaceConstants()
takes string
defined at /code/e107_handlers/e_parse_class.php:3025
Open
Open
$url = (substr($nfa['gsitemap_url'],0,4)== "http")? $nfa['gsitemap_url'] : SITEURL.$tp->replaceConstants($nfa['gsitemap_url'],TRUE);
- Exclude checks
Argument 2 (parseBB)
is ''
but \e_parse::toHTML()
takes bool|false
defined at /code/e107_handlers/e_parse_class.php:1532
Open
Open
$text .= "<li>".$tp->toHTML($nfa['gsitemap_cat'],"","defs").": <a href='".$url."'>".$tp->toHTML($nfa['gsitemap_name'],"","defs")."</a></li>\n";
- 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
Variable $sql
is undeclared Open
Open
$sql->select("news", "news_title, news_class", "news_id=" . intval($id));
- Exclude checks
Reference to undeclared constant \APP_PATH
Open
Open
$system = APP_PATH."/e107_system/".self::TEST_HASH;
- Exclude checks