Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2011-03-05 23:26:53
- ali.jubilee
- Member
- Registered: 2011-03-05
- Posts: 15
Help! Error showing up after removing a plugin
I’ve been trying to get some image-gallery like thing running. I’m new to txp (downloaded it last night) and my understanding of html is very basic. Anyway, I can’t figure out why this is showing up..
Tag error: <txp:zem_link_to_prev> -> Textpattern Warning: tag does not exist on line 1183
textpattern/publish.php:1183 trigger_error()
textpattern/publish.php:1104 processTags()
textpattern/lib/txplib_misc.php:1681 parse()
textpattern/publish.php:838 parse_form()
textpattern/publish.php:955 doArticles()
textpattern/publish.php:589 parseArticles()
textpattern/publish.php:1169 article()
textpattern/publish.php:1091 processTags()
textpattern/publish.php:535 parse()
index.php:45 textpattern()
Tag error: <txp:zem_link_to_next> -> Textpattern Warning: tag does not exist on line 1183
textpattern/publish.php:1183 trigger_error()
textpattern/publish.php:1104 processTags()
textpattern/lib/txplib_misc.php:1681 parse()
textpattern/publish.php:838 parse_form()
textpattern/publish.php:955 doArticles()
textpattern/publish.php:589 parseArticles()
textpattern/publish.php:1169 article()
textpattern/publish.php:1091 processTags()
textpattern/publish.php:535 parse()
index.php:45 textpattern()
On this page..
“linktext”: http://www.jubilantcreations.com/new/articles/
Any help would be appreciated. I can’t find anywhere that the tag is still attached on my pages or forms.
Offline
Re: Help! Error showing up after removing a plugin
It looks like you are using the tag <txp:zem_link_to_prev>
on a in a page or form but it doesn’t exist in your set up because you don’t have an active installation of the plug-in txp:zem_nav. The tag is specific to that plug-in. Either install the plug-in and activate it or delete or replace the tag.
Offline
#3 2011-03-06 00:14:02
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: Help! Error showing up after removing a plugin
ali.jubilee wrote:
I can’t find anywhere that the tag is still attached on my pages or forms.
smd_where_used will make it easier to locate it :)
Offline
#4 2011-03-06 01:25:39
- ali.jubilee
- Member
- Registered: 2011-03-05
- Posts: 15
Re: Help! Error showing up after removing a plugin
Ooh, that’s a nice plugin, fixed it!
Offline