e107_plugins/pm/pm_shortcodes.php
Invalid offset "total"
of array type array{}
Open
Open
return e107::getParser()->parseTemplate("{NEXTPREV={$this->pmNextPrev['total']},{$this->pmPrefs['perpage']},{$this->pmNextPrev['start']},".e_SELF."?{$parm}.[FROM]}");
- 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 "<input type='checkbox' name='selected_pm[{$this->pmBlocked['pm_block_from']}]' value='1' />";
- Exclude checks
Invalid offset "pm_block_from"
of array type array{}
Open
Open
return "<input type='checkbox' name='selected_pm[{$this->pmBlocked['pm_block_from']}]' value='1' />";
- Exclude checks
Argument 2 (value)
is null
but \e_form::userpicker()
takes array|string
defined at /code/e107_handlers/form_handler.php:2012
Open
Open
$ret = e107::getForm()->userpicker('pm_to', null, array('limit'=>10));
- 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 e107::getParser()->parseTemplate("{NEXTPREV={$this->pmNextPrev['total']},{$this->pmPrefs['perpage']},{$this->pmNextPrev['start']},".e_SELF."?{$parm}.[FROM]}");
- 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
$ret = "<a href='".$url->create('user/profile/view', array('id' => $this->pmBlocked['pm_block_from'], 'name' => $this->pmBlocked['user_name']))."'>{$this->pmBlocked['user_name']}</a>";
- Exclude checks
Invalid offset "pm_block_datestamp"
of array type array{}
Open
Open
return e107::getDate()->convert_date($this->pmBlocked['pm_block_datestamp'], $parm);
- Exclude checks
Invalid offset "start"
of array type array{}
Open
Open
return e107::getParser()->parseTemplate("{NEXTPREV={$this->pmNextPrev['total']},{$this->pmPrefs['perpage']},{$this->pmNextPrev['start']},".e_SELF."?{$parm}.[FROM]}");
- Exclude checks
Invalid offset "user_name"
of array type array{}
Open
Open
$ret = varset($this->pmBlocked['user_name']);
- Exclude checks
Invalid offset "user_name"
of array type array{}
Open
Open
$ret = "<a href='".$url->create('user/profile/view', array('id' => $this->pmBlocked['pm_block_from'], 'name' => $this->pmBlocked['user_name']))."'>{$this->pmBlocked['user_name']}</a>";
- Exclude checks
Invalid offset "pm_block_from"
of array type array{}
Open
Open
$ret = "<a href='".$url->create('user/profile/view', array('id' => $this->pmBlocked['pm_block_from'], 'name' => $this->pmBlocked['user_name']))."'>{$this->pmBlocked['user_name']}</a>";
- Exclude checks
Invalid offset "pm_block_from"
of array type array{}
Open
Open
return "<a href='".$this->url('action/delete-blocked', array('id' => $this->pmBlocked['pm_block_from']))."'><img src='".e_PLUGIN_ABS."pm/images/mail_delete.png' title='".LAN_DELETE."' alt='".LAN_DELETE."' class='icon S16' /></a>";
- Exclude checks
Argument 3 (row)
is ''
but \e107::url()
takes array
defined at /code/e107_handlers/e107_class.php:4225
Open
Open
$urlCompose = e107::url('pm','index','', array('query'=>array('mode'=>'send')));
- Exclude checks
Call to deprecated function \getperms()
defined at /code/class2.php:1322
Open
Open
$exclude = (getperms('0') && deftrue('e_DEBUG')) ? false : true;
- Exclude checks
Argument 2 (value)
is 1
but \e_form::button()
takes array|string
defined at /code/e107_handlers/form_handler.php:3876
Open
Open
return e107::getForm()->button('pm_delete_selected',1,'delete',$tp->toGlyph('fa-trash').LAN_PM_53);
- Exclude checks
Argument 1 (datestamp)
is null
but \convert::convert_date()
takes int
defined at /code/e107_handlers/date_handler.php:145
Open
Open
return e107::getDate()->convert_date($this->pmBlocked['pm_block_datestamp'], $parm);
- Exclude checks