Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2016-09-29 12:37:34

Gallex
Member
Registered: 2006-10-08
Posts: 1,289

rss_auto_excerpt

textpattern outputs that error in debugging mode after install to 4.6:

Tag error: <txp:rss_auto_excerpt words="45" ending="&hellip;" showlinkwithexcerpt="1" linktext="Loe edasi" linkwraptag="p" linkclass="meta" body="body" overrideexcerpt="1" /> ->  Textpattern Notice: unregistered_tag while parsing form None on page default
textpattern/lib/txplib_publish.php:518 trigger_error()
textpattern/lib/txplib_publish.php:463 processTags()
textpattern/publish.php:1006 parse()
textpattern/publish.php:1110 doArticles()
textpattern/publish.php:1099 parseArticles()
article_custom()
textpattern/vendors/Textpattern/Tag/Registry.php:83 call_user_func()
textpattern/lib/txplib_publish.php:514 Textpattern\Tag\Registry->process()
textpattern/lib/txplib_publish.php:463 processTags()
textpattern/publish/taghandlers.php:4280 parse()

could anybody provide an easy fix or good alternative to this plugin?

php: 5.6

Offline

#2 2016-09-29 13:04:06

etc
Developer
Registered: 2010-11-11
Posts: 5,028
Website GitHub

Re: rss_auto_excerpt

Add this at the beginning of the plugins code (see here):

Txp::get('\Textpattern\Tag\Registry')
   ->register('rss_auto_excerpt');

Or put your site in Live mode and ignore it.

Offline

#3 2016-09-29 13:38:45

Gallex
Member
Registered: 2006-10-08
Posts: 1,289

Re: rss_auto_excerpt

should these two lines “fix” every outdated plugin?

at least it’s working with rah_metas

Offline

Board footer

Powered by FluxBB