e107inc/e107

View on GitHub

Showing 6,974 of 6,975 total issues

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

    function show_options($action)

Argument 2 (fields) is true but \e_db::retrieve() takes string defined at /code/e107_handlers/e_db_interface.php:153
Open

                $rows = e107::getDb()->retrieve($query,true);
Severity: Minor
Found in e107_plugins/page/e_shortcode.php by phan

Reference to undeclared property \listclass->row
Open

        $this->row['icon'] = '';
Severity: Minor
Found in e107_plugins/list_new/list_class.php by phan

Argument 2 (pluginName) is null but \e107::getScBatch() takes string defined at /code/e107_handlers/e107_class.php:1608
Open

            $sc = e107::getScBatch('page', null, 'cpage');
Severity: Minor
Found in e107_plugins/page/e_shortcode.php by phan

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

        $var['main']['text'] = NLLAN_44;

Argument 2 (pluginName) is null but \e107::getScBatch() takes string defined at /code/e107_handlers/e107_class.php:1608
Open

            $sc = e107::getScBatch('page', null, 'cpage');
Severity: Minor
Found in e107_plugins/page/e_shortcode.php by phan

Reference to undeclared property \listclass->e107 (Did you mean $e107)
Open

$rc->e107->ns->tablerender($caption, $text, 'list_recent');

Reference to undeclared property \newsletter_mailout->mail_read (Did you mean expr->mailRead)
Open

        $this->mail_read = 0;
Severity: Minor
Found in e107_plugins/newsletter/e_mailout.php by phan

Reference to undeclared property \list_comment->parent
Open

        $list_caption = $this->parent->settings['caption'];

Method \newsletter_mailout::select_close is declared to return \none but has no return value
Open

    public function select_close()
Severity: Minor
Found in e107_plugins/newsletter/e_mailout.php by phan

Argument 2 (fname) is true but \e107::lan() takes string defined at /code/e107_handlers/e107_class.php:3987
Open

        e107::lan('news', true);
Severity: Minor
Found in e107_plugins/news/e_menu.php by phan

Variable $tmp is undeclared (Did you mean $tp)
Open

                unset($word,$tmp);
Severity: Minor
Found in e107_plugins/news/news.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/config.php by phan

Argument 1 (name) is 'og:description' but \e107::meta() takes null defined at /code/e107_handlers/e107_class.php:2861
Open

                e107::meta('og:description',$news['news_meta_description']);
Severity: Minor
Found in e107_plugins/news/news.php by phan

Argument 1 (text) is ?'All'|?'News'|?string but \e_parse::toHTML() takes string defined at /code/e107_handlers/e_parse_class.php:1532
Open

            $NEWSLISTTITLE = LAN_NEWS_82." '".$tp->toHTML($category_name,FALSE,'TITLE')."'";
Severity: Minor
Found in e107_plugins/news/news.php by phan

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_ls_caption' size='30' value='".e107::getParser()->toHTML($menu_pref['online_ls_caption'],"","defs")."' maxlength='200' /></td>
Severity: Minor
Found in e107_plugins/online/config.php by phan

Call to undeclared function \news_style()
Open

                    $template = news_style($news, $action, $param);
Severity: Critical
Found in e107_plugins/news/news.php by phan

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

$NEWS_MENU_TEMPLATE['list']['start']       = '<div class="thumbnails">';

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

if (!getperms('P') || !e107::isInstalled('newsfeed'))
Severity: Minor
Found in e107_plugins/newsfeed/admin_config.php by phan

Saw an @param annotation for _POST, but the param list of function createNewsletter() : \none is empty
Open

     * @param int $_POST['editid'] - ID of newsletter if existing - indicates edit to be saved
Severity
Category
Status
Source
Language