Showing 6,974 of 6,975 total issues
Variable $PM_INBOX_HEADER
is undeclared Open
Open
$PM_INBOX['start'] = $this->updateTemplate($PM_INBOX_HEADER);
- Exclude checks
Variable $PM_OUTBOX_FOOTER
is undeclared Open
Open
$PM_OUTBOX['end'] = $this->updateTemplate($PM_OUTBOX_FOOTER);
- Exclude checks
Variable $tp
is undeclared Open
Open
$pmSource = $tp->toDB($qs[2]);
- Exclude checks
Return type of pm_mark_read()
is undeclared type \none
Open
Open
function pm_mark_read($pm_id, $pm_info)
- Exclude checks
Argument 2 (checked_enabled)
is ''
but \e_form::radio_switch()
takes bool|false
defined at /code/e107_handlers/form_handler.php:3024
Open
Open
<td>".$frm->radio_switch('pm_maint_attach', '', LAN_YES, LAN_NO)."</td>
- 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
Argument 3 (event_type)
is ''
but \e_admin_log::add()
takes int
defined at /code/e107_handlers/admin_log_class.php:178
Open
Open
e107::getLog()->add('POLL_03','ID: '.$ret.' - '.$poll_title,''); // Intentionally only log admin-entered polls
- Exclude checks
Suspicious array access to ?mixed
Open
Open
if($row['custom'])
- Exclude checks
Suspicious array access to ?mixed
Open
Open
$this -> rssItems[$k]['media'] = $row['media'];
- Exclude checks
Argument 4 (options)
is 'full'
but \e107::url()
takes array
defined at /code/e107_handlers/e107_class.php:4225
Open
Open
<link rel='self' href='".$tp->toRss(e107::url('rss_menu','atom', array('rss_url'=>$this->contentType, 'rss_topicid'=>$this->topicid),'full'))."' />\n";
- Exclude checks
Variable $mime
was undeclared, but array fields are being added to it. Open
Open
$mime["mp3"] = "audio/mpeg";
- 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
".$frm->button('save_social_logins',1,'submit',LAN_SAVE)."
- Exclude checks
Argument 1 (str)
is int
but \strtolower()
takes string
Open
Open
$radio_label = strtolower($provider_name);
- Exclude checks
Argument 2 (fname)
is true
but \e107::lan()
takes string
defined at /code/e107_handlers/e107_class.php:3987
Open
Open
e107::lan('newsfeed',true);
- Exclude checks
Reference to undeclared property \xmlClass->error
(Did you mean expr->errors) Open
Open
if (NEWSFEED_DEBUG) echo $xml -> error;
- Exclude checks
Return type of createNewsletter()
is undeclared type \none
Open
Open
function createNewsletter()
- Exclude checks
Call to undeclared method \e_db::db_getList
Open
Open
$nlArray = $sql -> db_getList();
- Exclude checks
Reference to undeclared property \newsletter_mailout->mail_read
(Did you mean expr->mailRead) Open
Open
$this->mail_read++;
- 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
Argument 2 (pluginName)
is true
but \e107::getScBatch()
takes string
defined at /code/e107_handlers/e107_class.php:1608
Open
Open
$sc = e107::getScBatch('pm', true, 'pm');
- Exclude checks