integration - DokuWiki 与 mantis 集成失败

标签 integration wiki mantis dokuwiki

我尝试将 dokuwiki 与 mantis 集成。 -> DokuWiki Integration

我使用 mantis 1.1.6 和最新的 dokuwiki(angua)。这些应用程序运行在 apache 2.2.14 上,该版本集成在 xampp 1.7.4 中

我的配置如下所示:

mantis/config_inc.php 和 mantis/config_defaults_inc.php:

    #####################
# Wiki Integration
#####################

# Wiki Integration Enabled?
$g_wiki_enable = OFF;

# Wiki Engine
$g_wiki_engine = 'dokuwiki';

# Wiki namespace to be used as root for all pages relating to this mantis installation.
$g_wiki_root_namespace = 'mantis';

# URL under which the wiki engine is hosted.  Must be on the same server.
$g_wiki_engine_url = $t_protocol . '://' . $t_host . '/%wiki_engine%/';

dokuwiki/conf/local.php:

<?php

 define( 'MANTIS_ROOT', 'c:/xampp/htdocs/mantis2/' ); 
 define( 'MANTIS_URL', 'http://localhost/mantis2/' );    


 $conf['useacl']       = 1;               
 $conf['authtype']     = 'mantis';        
 $conf['defaultgroup'] = 'VIEWER';       
 $conf['superuser'] = '@ADMINISTRATOR';   

 require_once( MANTIS_ROOT . 'core.php' );

 ?>

其他一切与文档中描述的相同。

现在我使用 mantis 中的管理员帐户登录。我可以看到新的菜单选项“Wiki”。 遵循此菜单选项“Wiki”会出现以下错误消息:

fatal error :在第 41 行调用 C:\xampp\htdocs\dokuwiki\inc\auth\mantis.class.php 中未定义的函数 auth_prepare_username()

我没有修改 mantis.class.php。

有人知道现在该怎么办吗?

最美好的祝愿 克里斯汀

最佳答案

我建议您尝试更新版本的 MantisBT - 1.1.6 已经很旧了。

关于integration - DokuWiki 与 mantis 集成失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11105192/

相关文章:

sharepoint - 如何以编程方式在 Sharepoint 中创建 wiki 页面 (=item)?

javascript - 如何将此代码集成到我的 AngularJS 应用程序中?

java - GWT 中的 Wiki 渲染

node.js - Express.js 中间件集成测试

java - Wiki on a Stick - 它可以在 Chrome 上运行吗?

azure - Mantis - 通过 Windows Azure Active Directory 进行身份验证

php - 在 Zend Studio 8 上为 mylyn 安装 mantis

notifications - 配置 MantisBT 以使用 GMail 发送电子邮件

python - 类摆积分积分

javascript - Electron 中的jQuery集成