e107_plugins/online/lastseen_menu.php
Variable $ONLINE_MENU_TEMPLATE
is undeclared Open
Open
$LASTSEEN_TEMPLATE = $ONLINE_MENU_TEMPLATE['lastseen'];
- Exclude checks
Suspicious array access to nullable ?array
Open
Open
$text .= $tp->parseTemplate($LASTSEEN_TEMPLATE['item'], true, $online_shortcodes);
- Exclude checks
Call to undeclared method \e_db::db_getList
Open
Open
$lslist = $sql->db_getList();
- Exclude checks
Suspicious array access to nullable ?array
Open
Open
$text = $tp->parseTemplate($LASTSEEN_TEMPLATE['start'], true);
- Exclude checks
Argument 2 (pluginName)
is true
but \e107::getScBatch()
takes string
defined at /code/e107_handlers/e107_class.php:1608
Open
Open
$online_shortcodes = e107::getScBatch('online', true);
- Exclude checks
Suspicious array access to nullable ?array
Open
Open
$text .= $tp->parseTemplate($LASTSEEN_TEMPLATE['end'], true, $online_shortcodes);
- Exclude checks