When getting the node/add form for hitting URL that doesn't exist yet there are two lines for You can create..., one with a link to the node/add/wiki and then another with the full form underneath. Screenshot attached.

Setting for "Node Creation" is checked and nothing is checked for the 404 settings. Changing any of them doesn't make a difference.

Comments

whyameye’s picture

I have this problem too. Any solution?

whyameye’s picture

StatusFileSize
new312 bytes

If you want a temp solution, you can do what I did which was to comment out the area of the code which creates the node creation form link. I know this is a very sloppy solution, but it works until a new version of this module is released and this issue is formally addressed.

Patch file is included. copy to the wikitools module directory then:
patch wikitools.module < wikitools.module.patch

mehmeta’s picture

Title: Duplication of adding new page on 404 » Patch - Wiki 404 type settings does not work
Status: Active » Needs review
StatusFileSize
new2.57 KB

Here's a patch that completely fixes the problem. The Wiki 404 type setting under admin settings now works properly. As a side note, Link to search option only works if you have the search module installed, if not, you don't get anything. It made the most sense to default it to creation form only, so that's another change I did. Enjoy.

cwgordon7’s picture

Status: Needs review » Fixed

Thanks, committed a modified form of the patch.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.