Question
I installed the
TagMePlugin and it works fine except the Tag search. I can create new tags, add tags to topics and find topics with the all tags view (
TagMeViewAllTags).
When I use the tag search (
TagMeSearch) and I have e.g. the tag "barcode" and press "Go" I will get the page "This Wiki topic does not exist yet". The not existing topic is "Jump". The correspending URL is:
SERVER/twiki/bin/view/TWiki/TagMeSearch?tag=barcode&by=all&topic=Jump
The problem seems to be the URL parameter "topic=Jump". If I delete this parameter from the URL, I will get the expected result. From there does this parameter "topic=Jump" come?
Environment
--
PeterRill - 11 Aug 2006
Answer
If you answer a question - or have a question you asked answered by someone - please remember to edit the page and set the status to answered. The status is in a drop-down list below the edit box.
You are probably missing an
</form>, as described in my note in
TagMePluginDev, 15 Jun 2006. Please upgrade the Plugin, or add the missing HTML tag to your TagMeSearch topic.
--
PeterThoeny - 11 Aug 2006
Thank You for the quick help. I added the
</form> tag and now it works.
--
PeterRill - 11 Aug 2006