1

我已经安装了 Mantisbt 1.2.17,它似乎工作正常。

我已经在同一服务器上的单独 url 上安装了 dokuwiki Release 2014-09-29a “Hrun”,它似乎运行良好。

我已按照将 Dokuwiki 集成到 mantis 中的说明进行操作,如下所示

在 /dokuwiki/conf/local.php 中使用此代码

$conf['title'] = 'Technical Wiki';
$conf['lang'] = 'en';
// $conf['authtype']='mantis';
$conf['license'] = '0';
$conf['useacl'] = 1;
$conf['superuser'] = '@admin';
$conf['disableactions'] = 'register';

When I click on the wiki link from the mantis menu, it takes me to the wiki, but I am not logged in and it will not allow me to create page/edit. The login link in dokuwiki is active and if I log in using a dokuwiki user, I am able to edit with no problem.

When I was following the integration instructions, it said to put the mantis.class.php file into dokuwiki/inc/auth folder, but there was no such folder after dokuwiki install. I created a folder and put it there and also included it directly in the inc folder

Looking at my error log, I get this type of error: client denied by server configuration: /var/www/html/dokuwiki/data/security.png,

with this code in /dokuwiki/conf/local.php ('authtype' set to 'mantis")

$conf['title'] = 'Technical Wiki';
$conf['lang'] = 'en';
$conf['authtype']='mantis';
$conf['license'] = '0';
$conf['useacl'] = 1;
$conf['superuser'] = '@admin';
$conf['disableactions'] = 'register';

我收到带有消息的 dokuwiki 登录屏幕: 用户身份验证暂时不可用。如果这种情况持续存在,请通知您的 Wiki 管理员。任何建议,将不胜感激。

4

1 回答 1

0

啊,其实我可以帮你。您链接的螳螂页面描述了旧式身份验证后端的安装。自从在 DokuWiki Weatherwax 中引入 Auth 插件以来,这些不再受支持。有人需要将该类转换为适当的身份验证插件。

于 2014-10-17T08:08:44.127 回答