Showing 6,974 of 6,975 total issues
Variable $ns
is undeclared Open
Open
$ns->tablerender(LAN_ERROR, RSS_LAN_ERROR_1);
- Exclude checks
Variable $news_thumbail
is undeclared (Did you mean $news_thumbnail) Open
Open
unset($news_thumbail);
- Exclude checks
Call to undeclared method \e_shortcode::sc_pm_nav
Open
Open
return $sc->sc_pm_nav($parm);;
- Exclude checks
Argument 1 (name)
is 'og:description'
but \e107::meta()
takes null
defined at /code/e107_handlers/e107_class.php:2861
Open
Open
e107::meta('og:description', $description);
- Exclude checks
Argument 1 (name)
is 'twitter:description'
but \e107::meta()
takes null
defined at /code/e107_handlers/e107_class.php:2861
Open
Open
e107::meta('twitter:description', $description);
- Exclude checks
Call to undeclared method \e_shortcode::sc_signup_xup_login
Open
Open
$text .= $sc->sc_signup_xup_login($parm);
- Exclude checks
Reference to instance property items
from undeclared class \MagpieRSS
Open
Open
$temp['items'] = $rss->items; // Unlimited items
- Exclude checks
Variable $ret
was undeclared, but array fields are being added to it. Open
Open
$ret['title'] = (!empty($NEWSFEED_MENU_CAPTION)) ? $NEWSFEED_MENU_CAPTION : '';
- Exclude checks
Variable $mailout
is undeclared Open
Open
$mail_style .= "<div><b>{$mailout['mail_subject']}<br />[ ".NLLAN_12." ".$newsletterInfo['newsletter_issue']." ]</b></div><br /><br />";
- 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
Variable $ONLINE_MENU_WRAPPER
was undeclared, but array fields are being added to it. Open
Open
$ONLINE_MENU_WRAPPER['default']['ONLINE_GUESTS'] = "<li class='list-group-item'>".LAN_ONLINE_1."{---}</li>";
- Exclude checks
Argument 2 (fields)
is true
but \e_db::retrieve()
takes string
defined at /code/e107_handlers/e_db_interface.php:153
Open
Open
$books = $sql->retrieve("SELECT * FROM #page_chapters WHERE chapter_parent =0 ORDER BY chapter_order ASC" , true);
- Exclude checks
Argument 2 (fields)
is true
but \e_db::retrieve()
takes string
defined at /code/e107_handlers/e_db_interface.php:153
Open
Open
$pages = $sql->retrieve($query, true);
- 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_rec', '', LAN_YES, LAN_NO)."</td>
- Exclude checks
Argument 2 (replace)
is false|int
but \str_replace()
takes array|string
Open
Open
$results[E_MESSAGE_SUCCESS][$start] = str_replace('[x]', $res, ADLAN_PM_69);
- Exclude checks
Returning type void
but logLine()
is declared to return \none
Open
Open
if ($this->logRequirement == 0) return;
- Exclude checks
Call to undeclared method \e_db::escape
Open
Open
$where = "user_name LIKE '".$sql->escape($var, FALSE)."'";
- Exclude checks
Return type of send_file()
is undeclared type \none
Open
Open
function send_file($pmid, $filenum)
- Exclude checks
Variable $limitList
was undeclared, but array fields are being added to it. Open
Open
$limitList[$row['limit_classnum']] = $row;
- 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_rec', '', LAN_YES, LAN_NO)."</td>
- Exclude checks