[dokuwiki] Configuration Manager Plugin removes the "useacl" option
- From: Frank Thommen <fthommen@xxxxxxxxxxxxxxxxxx>
- To: dokuwiki@xxxxxxxxxxxxx
- Date: Wed, 15 Oct 2008 16:32:59 +0200
Hi,
today I've updated my DokuWiki installation to 2008-05-05. Since then
each time I save a configuration with the Configuration Manager plugin,
the line "$conf['useacl'] = '1';" in conf/local.php is removed and my
Wiki falls back to an completely open wiki w/o "Admin" buttons etc.
My current local.php is
<?php
/*
* Dokuwiki's Main Configuration File - Local Settings
* Auto-generated by config plugin
* Run for user: fthommen
* Date: Wed, 15 Oct 2008 16:28:10 +0200
*/
$conf['breadcrumbs'] = 5;
$conf['youarehere'] = 1;
$conf['passcrypt'] = 'md5';
$conf['superuser'] = '@admin';
$conf['manager'] = '@admin';
$conf['registernotify'] = 'XXXXXXXXXX';
$conf['usewordblock'] = 0;
$conf['usedraft'] = 0;
$conf['updatecheck'] = 0;
$conf['sepchar'] = '.';
$conf['useacl'] = '1';
@include(DOKU_CONF.'local.protected.php');
// end auto-generated content
Has anyone experienced the same problem and know how to fix it?
Cheers
frank
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist
- Follow-Ups:
- [dokuwiki] Re: Configuration Manager Plugin removes the "useacl" option
- From: Andreas Gohr
Other related posts:
- » [dokuwiki] Configuration Manager Plugin removes the "useacl" option
- » [dokuwiki] Re: Configuration Manager Plugin removes the "useacl" option
- » [dokuwiki] Re: Configuration Manager Plugin removes the "useacl" option
- » [dokuwiki] Re: Configuration Manager Plugin removes the "useacl" option
- » [dokuwiki] Re: Configuration Manager Plugin removes the "useacl" option
- » [dokuwiki] Re: Configuration Manager Plugin removes the "useacl" option
- » [dokuwiki] Re: Configuration Manager Plugin removes the "useacl" option
- » [dokuwiki] Re: Configuration Manager Plugin removes the "useacl" option
- » [dokuwiki] Re: Configuration Manager Plugin removes the "useacl" option
- » [dokuwiki] Re: Configuration Manager Plugin removes the "useacl" option
- » [dokuwiki] Re: Configuration Manager Plugin removes the "useacl" option
- » [dokuwiki] Re: Configuration Manager Plugin removes the "useacl" option
- » [dokuwiki] Re: Configuration Manager Plugin removes the "useacl" option
- » [dokuwiki] Re: Configuration Manager Plugin removes the "useacl" option
- [dokuwiki] Re: Configuration Manager Plugin removes the "useacl" option
- From: Andreas Gohr