Forum archive
Dokuwiki ACL Bug & Fix
Hi Gents,
The ACL configuration in your dokuwiki appliance isn't functioning correctly due to a bug in the ajax configuration.
The problem is in the php script /var/lib/dokuwiki/plugins/acl/ajax.php
if(!defined('DOKU_INC')) define('DOKU_INC',dirname(__FILE__).'/../../../');
This is pointing to the wrong path
if(!defined('DOKU_INC')) define('DOKU_INC','/usr/share/dokuwiki/');
resolved the issue for me
PS I just removed the extra line breaks from the end of your post. If you get a chance before me, it may also be worth noting on the bug tracker.