Showing 6,974 of 6,975 total issues
Invalid offset "user_select"
of array type array{}
Open
Open
if ($search_prefs['user_select'])
- Exclude checks
Call to deprecated function \getperms()
defined at /code/class2.php:1322
Open
Open
if ((USER || (intval($pref['user_reg']) !== 1) || (vartrue($pref['auth_method'],'e107') != 'e107')) && !getperms('0'))
- Exclude checks
Variable $this
is undeclared Open
Open
if(empty($noPasswordInput) && !isset($_POST['password1']) && $this->pref['user_reg_veri'] === 1)
- Exclude checks
Argument 1 (classList)
is 0
but \user_class::get_editable_classes()
takes string
defined at /code/e107_handlers/userclass_class.php:273
Open
Open
$publicClasses = e107::getUserClass()->get_editable_classes(e_UC_PUBLIC, true);
- Exclude checks
Variable $sql
is undeclared Open
Open
$forum = $sql->fetch();
- 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
null
passed to foreach instead of array Open
Open
foreach ($this->search_prefs['plug_handlers'] as $plug_dir => $active)
- Exclude checks
Variable $sql
is undeclared Open
Open
$sql->select("forum", "forum_name", "forum_id=" . $forum_thread['thread_forum_id']);
- Exclude checks
Variable $tp
is undeclared Open
Open
$textstring .= $tp->parseTemplate($ONLINE_TABLE, true, $scArray); // preg_replace("/\{(.*?)\}/e", '$\1', $ONLINE_TABLE);
- 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
Variable $tp
is undeclared Open
Open
$table = $tp->toDB($_POST['table']);
- Exclude checks
Invalid offset "selector"
of array type array{}
Open
Open
if ($this->search_prefs['selector'] == 2)
- Exclude checks