|
[dokuwiki]
||
[Date Prev]
[07-2005 Date Index]
[Date Next]
||
[Thread Prev]
[07-2005 Thread Index]
[Thread Next]
[dokuwiki] Re: Dokuwiki nonfunctional after upgrading to 2005-07-01
- From: Aaron Dalton <aaron@xxxxxxxxxx>
- To: dokuwiki@xxxxxxxxxxxxx
- Date: Fri, 08 Jul 2005 18:22:06 -0600
Chris Smith wrote:
All I can think of is you may have an old $conf['datadir'] setting in your
local.php
Dokuwiki will still use the old setting if it exists, if you do still have
that setting, either remove it to rely on the new $conf['savedir'] or ensure
$conf['datadir'] points to the root folder for your wiki pages.
Cheers,
Chris
Thank you for your reply. I took a look and my local.php does *not*
override this setting. In dokuwiki.php, basedir is autodetect and
savedir is './data'. I am including my local.php below. I'm so confused!
Aaron
--BEGIN LOCAL.PHP--
<?
$conf['uploadtypes'] =
'gif|jpe?g|png|zip|pdf|tar(\.gz)?|tgz|bst|lytex|tex|sty'$
/* Display Options */
$conf['start'] = 'start';
$conf['title'] = 'FDASSC Empire';
$conf['fullpath'] = 0;
$conf['recent'] = 20;
$conf['breadcrumbs'] = 10;
$conf['dformat'] = 'Y/m/d H:i';
$conf['signature'] = ' --- //[[@MAIL@|@NAME@]] @DATE@//';
$conf['maxtoclevel'] = 3;
$conf['maxseclevel'] = 3;
$conf['camelcase'] = 0;
$conf['deaccent'] = 1;
/* Authentication Options */
$conf['useacl'] = 1;
$conf['openregister']= 0;
$conf['superuser']= '@admin';
/* Advanced Options */
$conf['userewrite'] = 1;
$conf['useslash'] = 1;
$conf['canonical'] = 0;
$conf['autoplural'] = 0;
$conf['notify'] = '';
$conf['mailfrom'] = '';
?>
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist
|