I was hoping to get a feed from another to show up in my entries. By entering the full URL in the custom field I expected the feed to show. Instead I got this error message…
Warning: MagpieRSS: Failed to fetch /home/path/to/my/install/plugins/pi.magpie.php on line 1386
Notice: Trying to get property of non-object in /home/path/to/my/install/plugins/pi.magpie.php on line 105
Here is the code In my template…
{exp:magpie url="{center_events_feed}" limit="10" refresh="720" feed_type="atom"}
<ul>
{magpie:items}
<li><a href="http://{magpie:link}">{magpie:title}</a></li>
{/magpie:items}
</ul>
{/exp:magpie}
This is the buldi I’m using…
ExpressionEngine 1.6.2 Build: 20080124
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.