DokuWiki ACL not working - with workaround

Bug #865216 reported by Jeremy Davis
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
TurnKey Linux
Won't Fix
Low
Alon Swartz
11.x
Confirmed
Low
Unassigned

Bug Description

DokuWiki ACL is not working as it should. See http://www.turnkeylinux.org/forum/support/20110901/dokuwiki-acl-issue and http://www.turnkeylinux.org/forum/support/20110228/dokuwiki-acl-bug-fix

The bug fix (as documented in the 2nd link):
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/');

fixed it for a number of users.

Changed in turnkeylinux:
status: New → Confirmed
Changed in turnkeylinux:
importance: Undecided → Low
Revision history for this message
Alon Swartz (alonswartz) wrote :

I've confirmed that the bug has been fixed upstream, and will be included in the upcoming release.

Changed in turnkeylinux:
assignee: nobody → Alon Swartz (alonswartz)
Revision history for this message
Jeremy Davis (jedmeister) wrote :

I have changed this to "won't fix" as it applies to v11.x. Now v12.0 rebased on Debian, hopefully it is no longer an issue. If someone finds that it is still an issue, then please target v12.x and change this bug back to "New".

Thanks

Changed in turnkeylinux:
status: Confirmed → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.