> The worse problem that happened whether running the browser on 'bed' or
> 'liv' was when creating a new link (e.g. *How to XX*) and creating it I
> would *not* get the expected page with a title field and a single
> multi-line editing field

Good call! MAJOR BUG! I fixed this bug on the downloads. What happened was 
that I accidentally had "survey" as the childScheme for the default 
scheme. This means that any new pages will have the "survey" scheme. So, 
any pages created from these pages will be survey pages. D'oh!

Your best bet for fixing this on your Swiki is to stop the swiki and 
manually removing the line that says
        <s name="scheme" type="text">survey</s>
from each new page.

Also, you don't have to download the code again if you just change the 
line in ComSwiki/swiki/refs/schemes.xml that reads
        <scheme name="default" next="survey">
to
        <scheme name="default" next="default">

Restart the swiki after that and it should be good.

Peace and Luck!

Je77

Reply via email to