just installed and integrated DokuWiki and so far it seems to be succesfully integrated. Used documentation from Vanilla comunity wiki and it works fine.
I just wanted to mention that If you have spaces in role names you can use %20 as space in acl.auth.php For example if you have Role name e.g. "Allowed enough", you can use: * @Allowed%20enough 8 Also utf-8 characters in role names work, you just need utf-8 capable editor to add such role into acl.auth.php
I had to comment check for magic_quotes_gpc, because there is no way for me how to disable it by .htaccess (causes 500 ISE, I have to contact my provider). But anyway so far it works fine. Does anybody know what can happen if I have magic_quotes_gpc turned on?