e107_plugins/alt_auth/alt_auth_conf.php
Variable $temp
is undeclared Open
Open
unset($temp);
- Exclude checks
Argument 3 (event_type)
is ''
but \e_admin_log::add()
takes int
defined at /code/e107_handlers/admin_log_class.php:178
Open
Open
e107::getLog()->add('AUTH_02',$au,'');
- Exclude checks
Variable $temp
was undeclared, but array fields are being added to it. Open
Open
$temp['auth_method'] = $tp->toDB($_POST['auth_method']);
- Exclude checks
Variable $admin_log
is undeclared Open
Open
if ($admin_log->logArrayDiffs($temp, $pref, 'AUTH_01'))
- Exclude checks
Call to deprecated function \getperms()
defined at /code/class2.php:1322
Open
Open
if(!getperms('P') || !e107::isInstalled('alt_auth'))
- Exclude checks
Call to undeclared method \e_db::getPDO
Open
Open
if(e107::getDb()->getPDO() === false)
- Exclude checks