You are here
oneoho - Mon, 2011/02/28 - 22:52
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
Forum:
Excellent, thanks for posting
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.
ACL & xattr in PDC
Nope, don't reckon
If you read the first post carefully you'll see the bug is in an ajax script in: /var/lib/dokuwiki/plugins/acl/ajax.php
That looks like a DokuWiki specific script to me. :)
Nope, don't reckon
This may
This may help:
http://www.turnkeylinux.org/forum/support/20110208/acl-ext-turnkey-appli...
Add new comment