e107_plugins/newsfeed/newsfeed_functions.php
Reference to instance property items
from undeclared class \MagpieRSS
Open
Open
$temp['items'] = array_slice($rss->items, 0, max($newsfeed_showmenu, $newsfeed_showmain)); // Limited items
- Exclude checks
Invalid offset "copyright"
of array type array{link:array|mixed|string|string[]}
Open
Open
$vars['FEEDCOPYRIGHT'] = $tp -> toHTML(vartrue($rss['channel']['copyright']), FALSE);
- Exclude checks
Reference to instance property channel
from undeclared class \MagpieRSS
Open
Open
elseif($rss->channel['tagline'])
- Exclude checks
Reference to instance property channel
from undeclared class \MagpieRSS
Open
Open
$newsfeed_des = $tp -> toDB($rss -> channel['tagline']);
- Exclude checks
Variable $ret
was undeclared, but array fields are being added to it. Open
Open
$ret['title'] = $feed['newsfeed_name']." ".varset($NEWSFEED_MAIN_CAPTION);
- Exclude checks
Reference to instance property image
from undeclared class \MagpieRSS
Open
Open
$temp['newsfeed_image_link'] = "<a href='".$rss->image['link']."' rel='external'><img src='".$rss->image['url']."' alt='".$rss->image['title']."' style='vertical-align: middle;' /></a>";
- Exclude checks
Reference to instance property channel
from undeclared class \MagpieRSS
Open
Open
$temp['channel'] = $rss->channel;
- Exclude checks
Call to method __construct
from undeclared class \MagpieRSS
Open
Open
$rss = new MagpieRSS( $rawData );
- Exclude checks
Variable $temp
was undeclared, but array fields are being added to it. Open
Open
$temp['channel'] = $rss->channel;
- 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
Reference to undeclared property \xmlClass->error
(Did you mean expr->errors) Open
Open
if (NEWSFEED_DEBUG) echo $xml -> error;
- Exclude checks
Reference to instance property channel
from undeclared class \MagpieRSS
Open
Open
$newsfeed_des = $tp -> toDB($rss->channel['description']);
- Exclude checks
Invalid offset "title"
of array type array{link:array|mixed|string|string[]}
Open
Open
$vars['FEEDTITLE'] = "<a href='".$rss['channel']['link']."' rel='external'>".vartrue($rss['channel']['title'])."</a>";
- Exclude checks
Reference to instance property channel
from undeclared class \MagpieRSS
Open
Open
if($rss->channel['description'])
- Exclude checks
Suspicious type void
of a variable or expression used to build a string. (Expected type to be able to cast to a string) Open
Open
if (NEWSFEED_DEBUG) echo NFLAN_48."<br /><br />".var_dump($dbData);
- Exclude checks
Reference to instance property items
from undeclared class \MagpieRSS
Open
Open
$temp['items'] = $rss->items; // Unlimited items
- Exclude checks
Variable $ret
was undeclared, but array fields are being added to it. Open
Open
$ret['title'] = (!empty($NEWSFEED_MENU_CAPTION)) ? $NEWSFEED_MENU_CAPTION : '';
- Exclude checks