Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2008-09-21 15:03:22
- jpdupont
- Member
- Registered: 2004-10-01
- Posts: 752
Problem with new lastmodified tag or within plugin ?
hello,
When using the txp:rss_unlimited_categories in the last svn release, I get this tag error :
tag_error <txp:rss_unlimited_categories_article_list /> -> Notice: Undefined variable: uLastMod on line 884
textpattern/lib/txplib_misc.php(572) : eval()'d code:483 populateArticleData()
textpattern/publish.php:1063 rss_unlimited_categories_article_list()
textpattern/publish.php:985 processTags()
textpattern/publish/taghandlers.php:2882 parse()
textpattern/publish.php:1063 if_category()
textpattern/publish.php:998 processTags()
textpattern/publish/taghandlers.php:2496 parse()
textpattern/publish.php:1063 if_individual_article()
textpattern/publish.php:998 processTags()
textpattern/lib/txplib_misc.php:1544 parse()
How avoid this ? Problem in the populateArticleData function, or in the plugin ?
Offline
Re: Problem with new lastmodified tag or within plugin ?
This requires an update to the rss_unlimited_categories plugin.
If you switch your website status to Live instead of Debug, the message will disappear. The only thing that won’t work is the modified tag that will be introduced in TXP 4.0.7
Offline
#3 2008-09-21 15:40:03
- jpdupont
- Member
- Registered: 2004-10-01
- Posts: 752
Re: Problem with new lastmodified tag or within plugin ?
Thanks Ruud !
Offline