On 10/17/07, Timothy Appnel <tim@...> wrote:
> On 10/14/07, martin_infj <m.p.petrov@...> wrote:
>
> > I'm still having problems with the new version. I just found that
> > updating the feeds from the Tools menu doesn't work, and also
> > "run-periodic-tasks" doesn't update them. Only rebuilding the template
> > updates the feeds.
>
> I really could use more then this to work off of. Are you receiving
> any error messages in your Activity Log? Could you be more specific
> about how its not updating the feeds? Its not that I don't believe you
> its just that I need to understand what you are expecting to happen
> that isn't.
>
> Has anyone else out there experienced this?
>
> <tim/>
Sorry I didn't provide more info. And my English is bad... What I was
trying to say in my previous post is that no new feed entries appear
in my site, despite ruining run-periodic-tasks and using Update Blog
Feeds from the Dashboard. Only rebuilding the template updates the
feeds.
There is nothing unusual in the Activity Log.
Here is what I'm getting from the cron job (run-periodic-tasks):
---------------------------------
prepare_cached(SELECT entry_id, entry_allow_comments,
entry_allow_pings, entry_atom_id, entry_author_id, entry_authored_on,
entry_basename, entry_blog_id, entry_category_id, entry_class,
entry_convert_breaks, entry_created_by, entry_created_on,
entry_excerpt, entry_keywords, entry_modified_by, entry_modified_on,
entry_pinged_urls, entry_status, entry_tangent_cache,
entry_template_id, entry_text, entry_text_more, entry_title,
entry_to_ping_urls, entry_week_number
FROM mt_entry
WHERE (entry_status = ?) AND (entry_blog_id = ?) AND (entry_class = ?)
ORDER BY entry_authored_on DESC
) statement handle DBI::st=HASH(0x8b94468) still Active at
/home/martinpe/public_html/_source/mt/extlib/Data/ObjectDriver/Driver/DBI.pm
line 118
Use of uninitialized value in string gt at
/home/martinpe/public_html/_source/mt/plugins/feeds/lib/MT/Template/Tags/FeedsAp\
p.pm
line 344.
Use of uninitialized value in string gt at
/home/martinpe/public_html/_source/mt/plugins/feeds/lib/MT/Template/Tags/FeedsAp\
p.pm
line 344.
Use of uninitialized value in string gt at
/home/martinpe/public_html/_source/mt/plugins/feeds/lib/MT/Template/Tags/FeedsAp\
p.pm
line 344.
Use of uninitialized value in string gt at
/home/martinpe/public_html/_source/mt/plugins/feeds/lib/MT/Template/Tags/FeedsAp\
p.pm
line 344.
Use of uninitialized value in string gt at
/home/martinpe/public_html/_source/mt/plugins/feeds/lib/MT/Template/Tags/FeedsAp\
p.pm
line 344.
---------------------------------
And here is the code I'm using in the MT template (BTW, the closing
</ul> is repeated twice, because when entries are limited by number
the last </ul> is cut):
<MTFeedsLatest>
<MTFeedEntries>
<MTDateHeader>
<h3><$MTFeedEntryPublished format="%A, %e %b."$></h3>
<ul>
</MTDateHeader>
<li>
<a href="<$MTFeedEntryLink$>"
onclick="javascript:urchinTracker('/outgoing/news');"><$MTFeedEntryTitle
encode_html=1$></a>
<span>(<MTIfEqual a="[MTFeedEntrySourceTitle]" b="cska.bg">ðæë
ãóëá</MTIfEqual><MTIfEqual a="[MTFeedEntrySourceTitle]" b="îÅÔéÎÆÏ -
óÐÏÒÔ - ãóëá">îÅÔÉÎÆÏ</MTIfEqual><MTIfEqual
a="[MTFeedEntrySourceTitle]" b="Topsport.bg -
ãóëá">ôÏÐÓÐÏÒÔ</MTIfEqual>)</span>
</li>
<MTDateFooter>
</ul>
</MTDateFooter>
</MTFeedEntries>
</MTFeedsLatest>
</ul>
---------------------------------
I would like to provide more info if needed.
Martin