Search code examples
sqldokuwiki

DokuWiki and SQL code


I recently installed DokuWiki on my domain and ran in one nasty problem. I am trying to enter such code:

CREATE TABLE LOOM(
    ID      INT NOT NULL,
    KIIP_ID INT NOT NULL,
    NIMI    VARCHAR(50) NOT NULL,
    SYND    DATE NOT NULL,
    SURM    DATE,        
    PRIMARY KEY (ID));

between tags and if I am trying to preview or save the change, DokuWiki shows me this:

This topic does not exist yet
You've followed a link to a topic that doesn't exist yet. If permissions allow, you may create it by using the Create this page button.

How to fix this?


Solution

  • See http://www.dokuwiki.org/faq:mod_security