index.php
Avoid deeply nested control flow statements. Open
Open
if(!USERID)
{
require_once(e_HANDLER.'login.php');
$usr = new userlogin($user_loginname, $user_pass, 'signup', '');
}
Variable $sql
is undeclared Open
Open
if($newid = $sql->insert('user',$insert,true))
- Exclude checks
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
Suspicious type true
of a variable or expression used to build a string. (Expected type to be able to cast to a string) Open
Open
echo 'Bad request - destination unreachable - '.$inc;
- Exclude checks
Call to method authenticate
from undeclared class \Hybridauth\Hybridauth
Open
Open
$adapter = $hybridauth->authenticate($prov);
- Exclude checks
Argument 1 (filename)
is true
but \is_readable()
takes string
Open
Open
if(!is_file($inc) || !is_readable($inc))
- Exclude checks
Call to deprecated function \e107::getHybridAuth()
defined at /code/e107_handlers/e107_class.php:2042
Open
Open
$hybridauth = e107::getHybridAuth();
- Exclude checks