page.php
Argument 2 (pluginName)
is null
but \e107::getScBatch()
takes string
defined at /code/e107_handlers/e107_class.php:1608
Open
Open
$this->batch = e107::getScBatch('page',null,'cpage');
- 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('og:image',$mimg);
- Exclude checks
Invalid offset "chapter_parent"
of array type array{book_id:int}|array{book_sef:}|null
Open
Open
$row['book_name'] = $this->getName($row['chapter_parent']);
- Exclude checks
Assigning array<string>|array<string>|array<string></string></string></string>
to property but \pageClass->page
is array<string></string>
Open
Open
$this->page['comments'] = $comments;
- 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('og:description', $metaDiz);
- 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('og:image',$mimg);
- Exclude checks
Reference to undeclared constant \BULLET
Open
Open
$this->bullet = "<img src='".THEME_ABS."images/".BULLET."' alt='' class='icon' />";
- Exclude checks
Assigning array<string></string>
to property but \pageClass->page
is array<string></string>
Open
Open
$this->page['err'] = false;
- Exclude checks
Argument 1 (name)
is 'twitter:card'
but \e107::meta()
takes null
defined at /code/e107_handlers/e107_class.php:2861
Open
Open
e107::meta('twitter:card', 'summary_large_image');
- Exclude checks
Argument 1 (name)
is 'og:updated_time'
but \e107::meta()
takes null
defined at /code/e107_handlers/e107_class.php:2861
Open
Open
e107::meta('og:updated_time', strtotime('10 minutes ago'));
- Exclude checks
Variable $row
is undeclared Open
Open
unset($row);
- Exclude checks
Invalid offset "chapter_parent"
of array type array{book_id:int}|array{book_name:mixed}|array{book_sef:}|null
Open
Open
$row['book_icon'] = $this->getIcon($row['chapter_parent']);
- Exclude checks
Call with 2 arg(s) to \pageClass::listChapters()
which only takes 1 arg(s) defined at /code/page.php:339
Open
Open
$listChapters = $this->listChapters(intval($row['chapter_id']), $row['chapter_sef']);
- Exclude checks
Argument 1 (name)
is 'og:image'
but \e107::meta()
takes null
defined at /code/e107_handlers/e107_class.php:2861
Open
Open
e107::meta('og:image',$mimg);
- 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', $mimg);
- 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', $mimg);
- Exclude checks
Invalid offset "caption"
of array type array{}
Open
Open
e107::getRender()->tablerender($e107CorePage->pageOutput['caption'], $e107CorePage->pageOutput['text'], 'cpage-chapter-list');
- 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('twitter:description', $metaDiz);
- Exclude checks
Argument 1 (name)
is 'og:image'
but \e107::meta()
takes null
defined at /code/e107_handlers/e107_class.php:2861
Open
Open
e107::meta('og:image',$mimg);
- Exclude checks
When fetching an array index from a value of type array{}|null[],
found an array index of type null,
but expected the index to be of the non-nullable type int|string
Open
Open
return varset($this->chapterData[$chapter]['chapter_icon'], false);
- Exclude checks
Assigning array<string></string>
to property but \pageClass->page
is array<string></string>
Open
Open
$this->page['cachecontrol'] = false;
- 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('twitter:image', $mimg);
- Exclude checks
Argument 2 (content)
is 'summary_large_image'
but \e107::meta()
takes null
defined at /code/e107_handlers/e107_class.php:2861
Open
Open
e107::meta('twitter:card', 'summary_large_image');
- Exclude checks
Argument 1 (name)
is 'robots'
but \e107::meta()
takes null
defined at /code/e107_handlers/e107_class.php:2861
Open
Open
e107::meta('robots', $this->page['page_metarobots']);
- 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', $metaDiz);
- Exclude checks
Argument 2 (options)
is 'w=1200'
but \e_parse::thumbUrl()
takes array
defined at /code/e107_handlers/e_parse_class.php:2531
Open
Open
$mimg = $tp->thumbUrl($this->page['menu_image'],'w=1200', false, true);
- 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', $im);
- Exclude checks
Invalid offset "chapter_parent"
of array type array{book_id:int}|array{book_name:mixed}|array{book_sef:mixed}|null
Open
Open
$row['book_icon'] = $this->getIcon($row['chapter_parent']);
- Exclude checks
Invalid offset "chapter_parent"
of array type array{book_icon:mixed}|array{book_id:int}|array{book_name:mixed}|array{book_sef:mixed}|null
Open
Open
$row['book_description'] = $this->getDescription($row['chapter_parent']);
- Exclude checks
Call to undeclared method \e_db::db_getList
Open
Open
$pageArray = $sql->db_getList();
- 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('twitter:title', $metaTitle);
- 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('keywords', eHelper::formatMetaKeys($this->page['page_metakeys']));
- Exclude checks
Assigning true
to property but \pageClass->authorized
is string
Open
Open
$this->authorized = true;
- Exclude checks
When fetching an array index from a value of type array{}|null[],
found an array index of type null,
but expected the index to be of the non-nullable type int|string
Open
Open
return varset($this->chapterData[$chapter]['chapter_name'], false);
- Exclude checks
Argument 1 (name)
is 'keywords'
but \e107::meta()
takes null
defined at /code/e107_handlers/e107_class.php:2861
Open
Open
e107::meta('keywords', eHelper::formatMetaKeys($this->page['page_metakeys']));
- Exclude checks
Call to undeclared method \e_shortcode::cpagecomments
Open
Open
$comments = $sc->cpagecomments();
- Exclude checks
Assigning true
to property but \pageClass->authorized
is string
Open
Open
$this->authorized = true;
- Exclude checks
Argument 1 (caption)
is null
but \e_render::tablerender()
takes string
defined at /code/e107_handlers/e_render_class.php:314
Open
Open
e107::getRender()->tablerender($e107CorePage->pageOutput['caption'], $e107CorePage->pageOutput['text'], 'cpage-chapter-list');
- Exclude checks
Invalid offset "chapter_parent"
of array type array{book_id:int}|array{book_sef:mixed}|null
Open
Open
$row['book_name'] = $this->getName($row['chapter_parent']);
- Exclude checks
When fetching an array index from a value of type array{}|null[],
found an array index of type null,
but expected the index to be of the non-nullable type int|string
Open
Open
return varset($this->chapterData[$chapter]['chapter_meta_description'], false);
- Exclude checks
Assigning array<string></string>
to property but \pageClass->page
is array<string></string>
Open
Open
$this->page['err'] = TRUE;
- Exclude checks
Argument 2 (content)
is 'summary_large_image'
but \e107::meta()
takes null
defined at /code/e107_handlers/e107_class.php:2861
Open
Open
e107::meta('twitter:card', 'summary_large_image');
- Exclude checks
Argument 1 (name)
is 'twitter:card'
but \e107::meta()
takes null
defined at /code/e107_handlers/e107_class.php:2861
Open
Open
e107::meta('twitter:card', 'summary_large_image');
- Exclude checks
Argument 2 (pluginName)
is null
but \e107::getScBatch()
takes string
defined at /code/e107_handlers/e107_class.php:1608
Open
Open
$sc = e107::getScBatch('page',null,'cpage');
- Exclude checks
Argument 5 (pid)
is null
but \comment::enter_comment()
takes \unknown_type|string
defined at /code/e107_handlers/comment_class.php:675
Open
Open
$cobj->enter_comment($_POST['author_name'], $_POST['comment'], "page", $this->pageID, $pid, $_POST['subject']);
- Exclude checks
Argument 2 (override)
is true
but \e107::title()
takes false|string
defined at /code/e107_handlers/e107_class.php:2885
Open
Open
e107::title(eHelper::formatMetaTitle($this->page['page_metatitle']),true);
- 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('twitter:image', $mimg);
- Exclude checks
Argument 2 (text)
is null
but \e_render::tablerender()
takes string
defined at /code/e107_handlers/e_render_class.php:314
Open
Open
e107::getRender()->tablerender($e107CorePage->pageOutput['caption'], $e107CorePage->pageOutput['text'], 'cpage-chapter-list');
- Exclude checks
Argument 2 (pluginName)
is null
but \e107::getScBatch()
takes string
defined at /code/e107_handlers/e107_class.php:1608
Open
Open
$this->batch = e107::getScBatch('page',null,'cpage');
- Exclude checks
Argument 1 (name)
is 'twitter:title'
but \e107::meta()
takes null
defined at /code/e107_handlers/e107_class.php:2861
Open
Open
e107::meta('twitter:title', $metaTitle);
- 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', $metaDiz);
- Exclude checks
Argument 2 (content)
is false|int
but \e107::meta()
takes null
defined at /code/e107_handlers/e107_class.php:2861
Open
Open
e107::meta('og:updated_time', strtotime('10 minutes ago'));
- Exclude checks
Argument 2 (pluginName)
is null
but \e107::getScBatch()
takes string
defined at /code/e107_handlers/e107_class.php:1608
Open
Open
$this->batch = e107::getScBatch('page',null,'cpage')->setVars($this->page)->wrapper('page/'.$this->templateID);
- Exclude checks
Argument 1 (name)
is 'og:image'
but \e107::meta()
takes null
defined at /code/e107_handlers/e107_class.php:2861
Open
Open
e107::meta('og:image',($im));
- Exclude checks
Invalid offset "text"
of array type array{}
Open
Open
e107::getRender()->tablerender($e107CorePage->pageOutput['caption'], $e107CorePage->pageOutput['text'], 'cpage-chapter-list');
- Exclude checks
Suspicious array access to null
Open
Open
$row['book_sef'] = $this->getSef($row['chapter_parent']);
- Exclude checks
Invalid offset "chapter_parent"
of array type array{book_sef:}|null
Open
Open
$row['book_id'] = (int) $row['chapter_parent'];
- Exclude checks
Assigning array<string></string>
to property but \pageClass->page
is array<string></string>
Open
Open
$this->page['cachecontrol'] = (isset($this->page['page_password']) && !$this->page['page_password'] && $this->authorized === true);
- Exclude checks
Argument 2 (content)
is array|string|string[]
but \e107::meta()
takes null
defined at /code/e107_handlers/e107_class.php:2861
Open
Open
e107::meta('og:image',($im));
- Exclude checks
Assigning true
to property but \pageClass->authorized
is string
Open
Open
$this->authorized = 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
$books = e107::getDb()->retrieve("SELECT chapter_id,chapter_sef,chapter_name,chapter_parent,chapter_meta_description,chapter_image,chapter_icon FROM #page_chapters ORDER BY chapter_id ASC" , true);
- Exclude checks
Invalid offset "chapter_parent"
of array type array{book_sef:mixed}|null
Open
Open
$row['book_id'] = (int) $row['chapter_parent'];
- Exclude checks
Invalid offset "chapter_parent"
of array type array{book_icon:mixed}|array{book_id:int}|array{book_name:mixed}|array{book_sef:}|null
Open
Open
$row['book_description'] = $this->getDescription($row['chapter_parent']);
- Exclude checks
Argument 2 (options)
is 'w=1200'
but \e_parse::thumbUrl()
takes array
defined at /code/e107_handlers/e_parse_class.php:2531
Open
Open
$mimg = $tp->thumbUrl($this->page['page_metaimage'],'w=1200', false, true);
- Exclude checks
Argument 2 (content)
is array|string|string[]
but \e107::meta()
takes null
defined at /code/e107_handlers/e107_class.php:2861
Open
Open
e107::meta('twitter:image', $im);
- Exclude checks
Suspicious type true
of a variable or expression used to build a string. (Expected type to be able to cast to a string) Open
Open
echo "<b>multipageFlag</b> ".$this->multipageFlag." <br />";
- Exclude checks