e107_plugins/online/online_shortcodes.php
Call to method get
on non-class type array{}
Open
Open
return $this->memberInfo->get('most_members_online');
- Exclude checks
Argument 2 (Data)
is int
but \ecache::set()
takes string
defined at /code/e107_handlers/cache_handler.php:235
Open
Open
e107::getCache()->set("online_menu_member_total", $total_members);
- Exclude checks
Call to method get
on non-class type array{}
Open
Open
return $this->memberInfo->get('most_guests_online');
- Exclude checks
Invalid offset "user_currentvisit"
of array type array{}
Open
Open
$seen_ago = $this->gen->computeLapse($this->currentUser['user_currentvisit'], false, false, true, 'short');
- Exclude checks
Argument #1 of this call to \str_replace
is typically a literal or constant but isn't, but argument #3 (which is typically a variable) is a literal or constant. The arguments may be in the wrong order. Open
Open
$message = str_replace($srch,$repl, LAN_ONLINE_TRACKING_MESSAGE);
- Exclude checks
Assigning \e_core_pref|\e_plugin_pref
to property but \online_shortcodes->memberInfo
is array{}
Open
Open
$this->memberInfo = e107::getConfig('history');
- Exclude checks
Call to deprecated function \e107::getDateConvert()
defined at /code/e107_handlers/e107_class.php:1948
Open
Open
$this->gen = e107::getDateConvert();
- Exclude checks
Argument 1 (older_date)
is null
but \convert::computeLapse()
takes int
defined at /code/e107_handlers/date_handler.php:601
Open
Open
$seen_ago = $this->gen->computeLapse($this->currentUser['user_currentvisit'], false, false, true, 'short');
- Exclude checks
Invalid offset "user_name"
of array type array{}
Open
Open
return "<a href='".$link."'>".varset($this->currentUser['user_name'])."</a>";
- Exclude checks
Assigning array{oid:mixed,oname:mixed,page:null,pinfo:null,oimage:mixed}
to property but \online_shortcodes->currentMember
is array{oid:'0',oname:'??',page:'lost'}
Open
Open
$this->currentMember = array('oid' => $row['user_id'], 'oname'=> $row['user_name'], 'page' => null, 'pinfo' => null,'oimage' => $row['user_image'] );
- Exclude checks
Call to method get
on non-class type array{}
Open
Open
return intval($this->memberInfo->get('most_members_online') + $this->memberInfo->get('most_guests_online'));
- Exclude checks
Invalid offset "user_id"
of array type array{}
Open
Open
$uparams = array('id' => varset($this->currentUser['user_id']), 'name' => varset($this->currentUser['user_name']));
- Exclude checks
Invalid offset "user_name"
of array type array{}
Open
Open
$uparams = array('id' => varset($this->currentUser['user_id']), 'name' => varset($this->currentUser['user_name']));
- Exclude checks
Call to method get
on non-class type array{}
Open
Open
return $this->gen->convert_date($this->memberInfo->get('most_online_datestamp'), $parm);
- Exclude checks