e107_plugins/forum/forum_stats.php
Argument 2 (key)
is array{user_id:mixed,user_name:mixed,user_forums:mixed,percentage:float}
but \e107::url()
takes string
defined at /code/e107_handlers/e107_class.php:4225
Open
Open
<td style='width: 20%;' class='forumheader3'><a href='".e107::url('user/profile/view', $ma)."'>".$ma['user_name']."</a></td>
- Exclude checks
Reference to undeclared property \forumStats->subaction
Open
Open
if ($this->subaction == 'forum')
- Exclude checks
Argument 2 (value)
is float
but \e_form::progressBar()
takes \number|string
defined at /code/e107_handlers/form_handler.php:2312
Open
Open
return e107::getForm()->progressBar('prog',$perc);
- Exclude checks
Variable $LINKTOTHREAD
is undeclared Open
Open
<td style='width:45%' class='forumheader3'><b><a href='{$LINKTOTHREAD}'>{$row['thread_name']}</a></b> <span class='smalltext'>(<a href='{$LINKTOFORUM}'>{$row['forum_name']}</a>)</span></td>
- Exclude checks
Call to undeclared method \e_db::db_getList
Open
Open
$top_topic_starters_data = $sql->db_getList();
- Exclude checks
Argument 4 (noWhere)
is 'default'
but \e_db::select()
takes bool|false
defined at /code/e107_handlers/e_db_interface.php:265
Open
Open
$firstpost = $sql->select('forum_post', 'post_datestamp', 'post_datestamp > 0 ORDER BY post_datestamp ASC LIMIT 0,1', 'default');
- Exclude checks
Argument 2 (total)
is 'Back'
but \e_form::pagination()
takes int
defined at /code/e107_handlers/form_handler.php:2262
Open
Open
$text .= "<div class='center'>".e107::getForm()->pagination(e107::url('forum','index'), LAN_BACK)."</div>";
- Exclude checks
Variable $LINKTOFORUM
is undeclared Open
Open
<td style='width:45%' class='forumheader3'><b><a href='{$LINKTOTHREAD}'>{$row['thread_name']}</a></b> <span class='smalltext'>(<a href='{$LINKTOFORUM}'>{$row['forum_name']}</a>)</span></td>
- Exclude checks
Call to undeclared method \e_db::db_getList
Open
Open
$most_activeArray = $sql->db_getList();
- Exclude checks
Call to undeclared method \e_db::db_getList
Open
Open
$array = $sql -> db_getList();
- Exclude checks
Call to undeclared method \e_db::db_getList
Open
Open
$most_viewedArray = $sql->db_getList();
- Exclude checks
Call to undeclared method \e_db::db_getList
Open
Open
$top_repliers_data = $sql->db_getList('ALL', false, false, 'user_id');
- Exclude checks
Call to undeclared method \e_db::db_getList
Open
Open
$top_repliers_data_c = $sql->db_getList('ALL', false, false, 'user_id');
- Exclude checks
Argument 2 (key)
is array{user_id:mixed,user_name:mixed,user_forums:mixed,percentage:float}
but \e107::url()
takes string
defined at /code/e107_handlers/e107_class.php:4225
Open
Open
<td style='width: 20%;' class='forumheader3'><a href='".e107::url('user/profile/view', $ma)."'>".$ma['user_name']."</a></td>
- Exclude checks
Reference to undeclared property \forumStats->subaction
Open
Open
if ($this->subaction == 'forum' || $this->subaction == 'all')
- Exclude checks