Showing 6,974 of 6,975 total issues
Variable $poll_comment
is undeclared Open
Open
$_POST['poll_comment'] = $poll_comment;
- Exclude checks
Variable $poll_storage_method
is undeclared Open
Open
$_POST['pollUserclass'] = (($poll_vote_userclass == e_UC_PUBLIC) && $poll_storage_method == 2) ? e_UC_MEMBER : $poll_vote_userclass;
- Exclude checks
Variable $poll_comment
is undeclared Open
Open
$text .= (in_array("poll_comment",$fieldpref)) ? "<td>".($poll_comment ? LAN_YES : LAN_NO)."</td>" : "";
- Exclude checks
Variable $POLL_VOTED_LOOP
is undeclared Open
Open
$template['results']['item'] = $POLL_VOTED_LOOP;
- Exclude checks
Variable $sql
is undeclared Open
Open
while($row = $sql->fetch())
- Exclude checks
Variable $sql
is undeclared Open
Open
$row = $sql->fetch();
- Exclude checks
Reference to undeclared constant \THEME_DESCRIPTION
Open
Open
return SITEDESCRIPTION.(defined('THEME_DESCRIPTION') && $pref['displaythemeinfo'] ? THEME_DESCRIPTION : '');
- Exclude checks
Argument 1 (title)
is int
but \social_ui::addTitle()
takes string|true
defined at /code/e107_handlers/admin_ui.php:2023
Open
Open
$this->addTitle($var);
- Exclude checks
Argument 2 (options)
is 'w=800'
but \e_parse::thumbUrl()
takes array
defined at /code/e107_handlers/e_parse_class.php:2531
Open
Open
$metaImg = e107::getParser()->thumbUrl($ogImage, 'w=800', false, 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('og:image', $metaImg);
- Exclude checks
Variable $NEWS_VIEW_TEMPLATE
was undeclared, but array fields are being added to it. Open
Open
$NEWS_VIEW_TEMPLATE['default']['caption'] = '{NEWS_TITLE}'; // null; // add a value to user tablerender()
- Exclude checks
Variable $NEWSFEED_LIST
is undeclared Open
Open
$data .= $tp->simpleParse($NEWSFEED_LIST, $vars);
- Exclude checks
Call to deprecated function \e_parse::text_truncate()
defined at /code/e107_handlers/e_parse_class.php:1286
Open
Open
$vars['FEEDITEMTEXT'] = $tp->text_truncate($feeditemtext, $this->truncateCount, $this->truncateMore);
- Exclude checks
Method \newsletter::editNewsletter
is declared to return \none
but has no return value Open
Open
function editNewsletter($id)
- Exclude checks
Return type of editNewsletter()
is undeclared type \none
Open
Open
function editNewsletter($id)
- Exclude checks
When fetching an array index from a value of type false|int|string,
found an array index of type 'key',
but expected the index to be of type int
Open
Open
$id = intval(str_replace('issue_', '', $tmp['key']));
- Exclude checks
Call to deprecated function \show_admin_menu()
defined at /code/e107_admin/boot.php:354
Open
Open
show_admin_menu(NLLAN_47, $action, $var);
- Exclude checks
Argument 2 (parseBB)
is ''
but \e_parse::toHTML()
takes bool|false
defined at /code/e107_handlers/e_parse_class.php:1532
Open
Open
<td><input class='tbox' type='text' name='online_caption' size='30' value='".e107::getParser()->toHTML($menu_pref['online_caption'],"","defs")."' maxlength='200' /></td>
- Exclude checks
Call to deprecated function \getperms()
defined at /code/class2.php:1322
Open
Open
if (getperms('1'))
- 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 chapter_id,chapter_sef,chapter_parent, chapter_name, chapter_visibility FROM #page_chapters ORDER BY chapter_parent, chapter_order ASC" , true);
- Exclude checks