Showing 6,974 of 6,975 total issues
Invalid offset "time_secs"
of array type array{}
Open
Open
$this->message = LAN_SEARCH_17.$this->search_prefs['time_secs'].LAN_SEARCH_18;
- Exclude checks
Reference to undeclared property \secure_image->stop_keys
(Did you mean $stop_key) Open
Open
foreach ($sch -> stop_keys as $stop_key)
- Exclude checks
Invalid offset "google"
of array type array{}
Open
Open
if (check_class($search_prefs['google'])) {
- Exclude checks
Variable $sql
is undeclared Open
Open
$sql->select("forum_thread", "thread_name, thread_forum_id", "thread_forum_id=" . intval($tmp[0]) . " AND thread_parent=0");
- 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 "selector"
of array type array{}
Open
Open
else if ($this->search_prefs['selector'] == 1)
- Exclude checks
Invalid offset "selector"
of array type array{}
Open
Open
if ($this->search_prefs['selector'] == 2)
- Exclude checks
Argument 2 (replace)
is 3|4
but \str_replace()
takes array|string
Open
Open
$this->message = str_replace('[x]', $char_count, LAN_417);
- Exclude checks
Invalid offset "time_restrict"
of array type array{}
Open
Open
elseif ($this->search_prefs['time_restrict'])
- Exclude checks
Invalid offset "user_loginname"
of array type array{user_ban:0}|array{user_ban:2}|array{user_sess:string}
Open
Open
$allData['data']['user_password'] = $userMethods->HashPassword($savePassword,$allData['data']['user_loginname']);
- Exclude checks
Invalid offset "user_email"
of array type array{user_ban:0}|array{user_ban:2}|array{user_password:bool|string}|array{user_sess:string}
Open
Open
$allData['data']['user_prefs'] = e107::serialize(array('email_password' => $userMethods->HashPassword($savePassword, $allData['data']['user_email'])));
- Exclude checks
Variable $tp
is undeclared Open
Open
$signup_data['user_realname'] = $tp->toDB($_POST['realname']);
- Exclude checks
Variable $sql
is undeclared Open
Open
$poll = $sql->fetch();
- 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