e107inc/e107

View on GitHub

Showing 6,974 of 6,975 total issues

Reference to undeclared property \listclass->row
Open

            $this->row['timelapse'] .= $rs->form_select_close();
Severity: Minor
Found in e107_plugins/list_new/list_class.php by phan

Reference to undeclared property \list_news->parent
Open

                if(vartrue($this->parent->settings['author']))

Reference to undeclared constant \NEWS_LAYOUT
Open

            $this->templateKey = NEWS_LAYOUT;
Severity: Minor
Found in e107_plugins/news/news.php by phan

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

                    e107::meta('og:image:width', 1200);
Severity: Minor
Found in e107_plugins/news/news.php by phan

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

$rc->e107->ns->tablerender($caption, $text, 'list-new-page');
Severity: Minor
Found in e107_plugins/list_new/list.php by phan

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

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

Reference to undeclared property \list_admin->parent
Open

        for($i=0, $iMax = count($this->parent->sections); $i< $iMax; $i++)

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

                    e107::meta('article:tag', trim($t));
Severity: Minor
Found in e107_plugins/news/news.php by phan

Reference to undeclared property \list_admin->parent
Open

            ".$frm->radio($type."_showempty", "1", ($this->parent->list_pref[$type."_showempty"] ? "1" : "0")).LIST_ADMIN_7."

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

        return e107::getParser()->parseTemplate(varset($this->template[$template]), true, $this->shortcodes);
Severity: Minor
Found in e107_plugins/list_new/list_class.php by phan

Argument 4 (width) is null but \comment::compose_comment() takes int defined at /code/e107_handlers/comment_class.php:1056
Open

            $text = e107::getComment()->compose_comment('news', 'comment', $news['news_id'], null, $news['news_title'], false, 'html');
Severity: Minor
Found in e107_plugins/news/news.php by phan

Reference to undeclared property \list_news->parent
Open

            $qry = " n.news_datestamp>".$this->parent->getlvisit();

When fetching an array index from a value of type false|string, found an array index of type 'version', but expected the index to be of type int
Open

            $ret['eplug_version'] = $readFile['version'];

Variable $eplug_version is undeclared
Open

            $ret['eplug_version'] = $eplug_version;

Argument 5 (day) is false|string but \mktime() takes int
Open

                $enddate = mktime(23, 59, 59, $month, $lastday, $year);
Severity: Minor
Found in e107_plugins/news/news.php by phan

Call to deprecated class \form defined at /code/e107_handlers/form_handler.php:8340
Open

$rs = new form;

When fetching an array index from a value of type string, found an array index of type 'limit', but expected the index to be of type int
Open

        $limit          = vartrue($parms['limit'],10);
Severity: Minor
Found in e107_plugins/news/e_rss.php by phan

Invalid offset 1 of array type array{}
Open

                    $newsdata[$loop] .= "<div class='{$ALTERNATECLASSES[0]}'>".$this->ix->render_newsitem($news, "return", '', '', $param)."</div>";
Severity: Minor
Found in e107_plugins/news/news.php by phan

Parameter $parent has undeclared type \list_admin_class
Open

    function __construct($parent)

Call to undeclared method \e_db::db_getList
Open

            $newsAr = $sql -> db_getList();
Severity: Critical
Found in e107_plugins/news/news.php by phan
Severity
Category
Status
Source
Language