[dokuwiki] Configuration plugin problem
- From: Danny Trommer <dantro@xxxxxxx>
- To: dokuwiki@xxxxxxxxxxxxx
- Date: Sun, 29 Jan 2006 14:23:57 +0100
Hi,
I'm having a problem with the configuration manager plugin from the
latest devel release
http://dev.splitbrain.org/download/snapshots/dokuwiki-2006-01-29.tgz
When I change some configuration settings and hit the 'Save' button I'm
getting displayed a 'This topic does not exist yet" page.
The URL is http://localhost/dokuwiki/doku.php?id=?do=admin&page=config
I guess this should be
http://localhost/beastiemuseum/main.php?id=do_admin&do=admin&page=config
or something.
I looked into the lib/plugins/config/admin.php and changed
ptln('<form action="'.wl($id).'" method="post">'); to
ptln('<form action="'.wl($ID).'" method="post">');
but it didn't help. Can somebody have a look into this issue?
Regards,
Danny Trommer
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist
- Follow-Ups:
- [dokuwiki] Re: Configuration plugin problem
- From: Chris Smith
Other related posts:
- » [dokuwiki] Configuration plugin problem
- » [dokuwiki] Re: Configuration plugin problem
- » [dokuwiki] Re: Configuration plugin problem
- » [dokuwiki] Re: Configuration plugin problem
- » [dokuwiki] Re: Configuration plugin problem
- » [dokuwiki] Re: Configuration plugin problem
- » [dokuwiki] Re: Configuration plugin problem
- » [dokuwiki] Re: Configuration plugin problem
- » [dokuwiki] Re: Configuration plugin problem
- [dokuwiki] Re: Configuration plugin problem
- From: Chris Smith