Question
I want to use the
WebTopicCreator to creat new topics.
In the beginning verything works fine. I type in the new
WikiTopic and click create.
Here comes the problem:
After I click "create" my TWiki changes the web to TWIKIWEB and a window appears saying:"NOTE: This Wiki topic does not exist yet; If you used the "Jump" feature to jump to this page: ..."!
I know that the topic does not exist -> thats the reason why I want to create it.
I have also a problem when I want to create a new Web (TWiki -
ManagingWebs - Adding a New Web). When I click on "Create new web" the Web Search appears and shows me a list of my topics.
I am confused because my TWiki worked fine before.
Anybody who can help me?
Environment
--
TWikiGuest - 03 Aug 2006
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
Did you change something on the skin? The problem you describe could be caused by nested HTML forms, typically a missing
</form>. Look at the raw HTML of a TWiki page that has the issue.
--
PeterThoeny - 04 Aug 2006
Thanks a lot!
I found a missing
</form> in my html code. After adding the tag the problem was fixed.
--
TWikiGuest - 07 Aug 2006