e107_plugins/user/e_dashboard.php
Call to undeclared method \e_db::db_getList
Open
Open
$array = $sql->db_getList();
- Exclude checks
Variable $entries
was undeclared, but array fields are being added to it. Open
Open
$entries[0] = $log_data['host'];
- Exclude checks
Argument 6 (year)
is string
but \mktime()
takes int
Open
Open
$diz = date('D jS', mktime(1,1,1,$monthNumber,$i, $yearNumber));
- Exclude checks
Variable $dayarray
was undeclared, but array fields are being added to it. Open
Open
$dayarray[$td] = array();
- Exclude checks
Call to deprecated function \e_parse::html_truncate()
defined at /code/e107_handlers/e_parse_class.php:1183
Open
Open
<td><a class='e-tip' href='".$val['user_location']."' title='".$val['user_location']."'>".$tp->html_truncate(basename($val['user_location']),50,"...")."</a></td>
- Exclude checks
Call with 2 arg(s) to \e_chart::setData()
which only takes 1 arg(s) defined at /code/e107_handlers/chart_class.php:323
Open
Open
$cht->setData($data,'canvas');
- Exclude checks
Variable $data
was undeclared, but array fields are being added to it. Open
Open
$data[] = array('Day', "Registered" );
- Exclude checks
Returning type false
but registered()
is declared to return string
Open
Open
return false;
- Exclude checks
Suspicious type null
of a variable or expression used to build a string. (Expected type to be able to cast to a string) Open
Open
return "<div class='height:50%'>".$cht->render($id, $width, $height)."</div>";
- Exclude checks
Call to deprecated function \e107::getDateConvert()
defined at /code/e107_handlers/e107_class.php:1948
Open
Open
<td class='nowrap'>".e107::getDateConvert()->convert_date($val['user_currentvisit'],'%H:%M:%S')."</td>
- Exclude checks
Variable $label
was undeclared, but array fields are being added to it. Open
Open
$label[] = "'".date("D",$unix)."'";
- Exclude checks
Saw an @param annotation for when,
but it was not found in the param list of function registered(string $id = null) : string
Open
Open
* @param string $when
- Exclude checks
Variable $dateName
was undeclared, but array fields are being added to it. Open
Open
$dateName[$diz] = date('jS', $row['user_join']);
- Exclude checks
Argument 4 (mon)
is string
but \mktime()
takes int
Open
Open
$diz = date('D jS', mktime(1,1,1,$monthNumber,$i, $yearNumber));
- Exclude checks
Variable $ticks
was undeclared, but array fields are being added to it. Open
Open
$ticks[] = $i;
- Exclude checks