Hi,
I have recently started getting the below error on my site where displaying a twitter timeline.
A PHP Error was encountered
Severity: Notice
Message: Undefined index: media
Filename: twitter_timeline/pi.twitter_timeline.php
Line Number: 149
A PHP Error was encounteredSeverity: Warning
Message: Cannot modify header information - headers already sent by (output started at /home/jckmedia/public_html/cmsadmin/codeigniter/system/core/Exceptions.php:170)
Filename: core/Common.php
Line Number: 405
EE v2.1.3 - Build: 20101220
Twitter Timeline 1.4.3
It may be related to the fact that the tweet has media attached. The error only seems to display on the site front end when I have a login to the CMS active. If I log out of the CMS, then refresh the front end, the error goes away.
Anyone else seen this ?
Thanks for any assiastance.
My code is below.
{exp:twitter_timeline screen_name="Jack_Media" limit="1" create_links="user_mentions|hashtags|urls"}
<div class="tweet">
<div class="status">{text}</div>
<div class="date">{status_relative_date} ago</div>
</div>
{/exp:twitter_timeline}