Showing 6,974 of 6,975 total issues
Reference to undeclared property \listclass->row
Open
Open
$this->row['timelapse'] .= $rs->form_select_close();
- Exclude checks
Reference to undeclared property \list_news->parent
Open
Open
if(vartrue($this->parent->settings['author']))
- Exclude checks
Reference to undeclared constant \NEWS_LAYOUT
Open
Open
$this->templateKey = NEWS_LAYOUT;
- Exclude checks
Argument 1 (name)
is 'og:image:width'
but \e107::meta()
takes null
defined at /code/e107_handlers/e107_class.php:2861
Open
Open
e107::meta('og:image:width', 1200);
- Exclude checks
Reference to undeclared property \listclass->e107
(Did you mean $e107) Open
Open
$rc->e107->ns->tablerender($caption, $text, 'list-new-page');
- Exclude checks
Argument 1 (name)
is 'twitter:image'
but \e107::meta()
takes null
defined at /code/e107_handlers/e107_class.php:2861
Open
Open
e107::meta('twitter:image', $metaImg);
- Exclude checks
Reference to undeclared property \list_admin->parent
Open
Open
for($i=0, $iMax = count($this->parent->sections); $i< $iMax; $i++)
- Exclude checks
Argument 2 (content)
is string
but \e107::meta()
takes null
defined at /code/e107_handlers/e107_class.php:2861
Open
Open
e107::meta('article:tag', trim($t));
- Exclude checks
Reference to undeclared property \list_admin->parent
Open
Open
".$frm->radio($type."_showempty", "1", ($this->parent->list_pref[$type."_showempty"] ? "1" : "0")).LIST_ADMIN_7."
- Exclude checks
Reference to undeclared property \listclass->template
(Did you mean $template) Open
Open
return e107::getParser()->parseTemplate(varset($this->template[$template]), true, $this->shortcodes);
- Exclude checks
Argument 4 (width)
is null
but \comment::compose_comment()
takes int
defined at /code/e107_handlers/comment_class.php:1056
Open
Open
$text = e107::getComment()->compose_comment('news', 'comment', $news['news_id'], null, $news['news_title'], false, 'html');
- Exclude checks
Reference to undeclared property \list_news->parent
Open
Open
$qry = " n.news_datestamp>".$this->parent->getlvisit();
- Exclude checks
When fetching an array index from a value of type false|string,
found an array index of type 'version',
but expected the index to be of type int
Open
Open
$ret['eplug_version'] = $readFile['version'];
- Exclude checks
Variable $eplug_version
is undeclared Open
Open
$ret['eplug_version'] = $eplug_version;
- Exclude checks
Argument 5 (day)
is false|string
but \mktime()
takes int
Open
Open
$enddate = mktime(23, 59, 59, $month, $lastday, $year);
- Exclude checks
Call to deprecated class \form
defined at /code/e107_handlers/form_handler.php:8340
Open
Open
$rs = new form;
- Exclude checks
When fetching an array index from a value of type string,
found an array index of type 'limit',
but expected the index to be of type int
Open
Open
$limit = vartrue($parms['limit'],10);
- Exclude checks
Invalid offset 1
of array type array{}
Open
Open
$newsdata[$loop] .= "<div class='{$ALTERNATECLASSES[0]}'>".$this->ix->render_newsitem($news, "return", '', '', $param)."</div>";
- Exclude checks
Parameter $parent
has undeclared type \list_admin_class
Open
Open
function __construct($parent)
- Exclude checks
Call to undeclared method \e_db::db_getList
Open
Open
$newsAr = $sql -> db_getList();
- Exclude checks