[dokuwiki] Re: changelog lost with upgrade

Sander Tekelenburg wrote:


The conf/local.php that I had copied over from the old DW appears to have
been overwritten by the Configuration Manager. Two settings have completely
disappeared: $conf['authtype'] = 'plain'  and
$conf['superuser'] = '@admin'. However, it does still contain $conf['target']
= 'array("extern"=>"")',

That is a string, not an array. Remove that line and set the value through config manager.

I can't say why the other two settings have disappeared. Try copying over your original file again, but removing the $conf['target'] value, or at least changing it to

$conf['target']['extern'] =''

(First check http://wiki.splitbrain.org/wiki:config to make sure that is an acceptable value)



Chris
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist

Other related posts: