e107inc/e107

View on GitHub

Showing 6,974 of 6,975 total issues

Variable $poll_comment is undeclared
Open

        $_POST['poll_comment'] = $poll_comment;
Severity: Minor
Found in e107_plugins/poll/admin_config.php by phan

Variable $poll_storage_method is undeclared
Open

        $_POST['pollUserclass'] = (($poll_vote_userclass == e_UC_PUBLIC) && $poll_storage_method == 2) ? e_UC_MEMBER : $poll_vote_userclass;
Severity: Minor
Found in e107_plugins/poll/admin_config.php by phan

Variable $poll_comment is undeclared
Open

                 $text .= (in_array("poll_comment",$fieldpref)) ? "<td>".($poll_comment ? LAN_YES : LAN_NO)."</td>" : "";
Severity: Minor
Found in e107_plugins/poll/admin_config.php by phan

Variable $POLL_VOTED_LOOP is undeclared
Open

            $template['results']['item'] = $POLL_VOTED_LOOP;
Severity: Minor
Found in e107_plugins/poll/poll_class.php by phan

Variable $sql is undeclared
Open

        while($row = $sql->fetch())
Severity: Minor
Found in e107_plugins/rss_menu/rss.php by phan

Variable $sql is undeclared
Open

    $row = $sql->fetch();
Severity: Minor
Found in e107_plugins/rss_menu/rss.php by phan

Reference to undeclared constant \THEME_DESCRIPTION
Open

        return SITEDESCRIPTION.(defined('THEME_DESCRIPTION') && $pref['displaythemeinfo'] ? THEME_DESCRIPTION : '');
Severity: Minor
Found in e107_plugins/siteinfo/e_shortcode.php by phan

Argument 1 (title) is int but \social_ui::addTitle() takes string|true defined at /code/e107_handlers/admin_ui.php:2023
Open

            $this->addTitle($var);
Severity: Minor
Found in e107_plugins/social/admin_config.php by phan

Argument 2 (options) is 'w=800' but \e_parse::thumbUrl() takes array defined at /code/e107_handlers/e_parse_class.php:2531
Open

            $metaImg = e107::getParser()->thumbUrl($ogImage, 'w=800', false, true);
Severity: Minor
Found in e107_plugins/social/e_event.php by phan

Argument 2 (content) is string but \e107::meta() takes null defined at /code/e107_handlers/e107_class.php:2861
Open

            e107::meta('og:image', $metaImg);
Severity: Minor
Found in e107_plugins/social/e_event.php by phan

Variable $NEWS_VIEW_TEMPLATE was undeclared, but array fields are being added to it.
Open

$NEWS_VIEW_TEMPLATE['default']['caption'] = '{NEWS_TITLE}'; // null; // add a value to user tablerender()

Variable $NEWSFEED_LIST is undeclared
Open

            $data .= $tp->simpleParse($NEWSFEED_LIST, $vars);
Severity: Minor
Found in e107_plugins/newsfeed/newsfeed.php by phan

Call to deprecated function \e_parse::text_truncate() defined at /code/e107_handlers/e_parse_class.php:1286
Open

                                $vars['FEEDITEMTEXT'] = $tp->text_truncate($feeditemtext, $this->truncateCount, $this->truncateMore);

Method \newsletter::editNewsletter is declared to return \none but has no return value
Open

    function editNewsletter($id)

Return type of editNewsletter() is undeclared type \none
Open

    function editNewsletter($id)

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

            $id = intval(str_replace('issue_', '', $tmp['key']));

Call to deprecated function \show_admin_menu() defined at /code/e107_admin/boot.php:354
Open

        show_admin_menu(NLLAN_47, $action, $var);

Argument 2 (parseBB) is '' but \e_parse::toHTML() takes bool|false defined at /code/e107_handlers/e_parse_class.php:1532
Open

    <td><input class='tbox' type='text' name='online_caption' size='30' value='".e107::getParser()->toHTML($menu_pref['online_caption'],"","defs")."' maxlength='200' /></td>
Severity: Minor
Found in e107_plugins/online/config.php by phan

Call to deprecated function \getperms() defined at /code/class2.php:1322
Open

if (getperms('1')) 
Severity: Minor
Found in e107_plugins/online/online_menu.php by phan

Argument 2 (fields) is true but \e_db::retrieve() takes string defined at /code/e107_handlers/e_db_interface.php:153
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);
Severity: Minor
Found in e107_plugins/page/e_search.php by phan
Severity
Category
Status
Source
Language