I am so frustrated by this! According to the documentation, this should work to filter a list of entries by category.
<MT:Entries include_blogs="all" category="Events" lastn="6">
<p><a href="<MTEntrypermalink>"><MTEntrytitle></a></p>
</MT:Entries>
When I publish this, though, I get this error:
Statement has no result columns to bind (perhaps you need to successfully call execute first) at /chroot/home/shenscom/shens.com/html/blog/extlib/Data/ObjectDriver/Driver/DBI.pm line 119.
HOWEVER, if I remove include_blogs="all" then it publishes and works fine.
OR, if I leave the include_blogs in and change categories="Events" to tag="Events" it also works.
Another weird thing: this code is in one of my sidebar widgets. If I place it in a a page template directly, it publishes and works fine.
Does anyone have any ideas besides abandoning categories and using tags instead? What am I doing wrong?!?
Thanks--