Wiki integration - conceptual question

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
scubie
Posts: 4
Joined: 22 Feb 2017, 18:19

Wiki integration - conceptual question

Post by scubie »

Hi All

Firstly I would like to understand the Wiki integration. Is the idea that there are just links and the Wiki must be populated manually or is there some sort of automated population of Wiki pages from MantisBT?

Secondly, I have upgraded to v2.1 of Mantis and installed Dokuwiki on the same server - does v2.1 still support Wiki? I have followed the guides and my left panel still shows no Wiki.

Thanks in advance!
atrol
Site Admin
Posts: 8374
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Wiki integration - conceptual question

Post by atrol »

scubie wrote:Is the idea that there are just links
Yes, links from the menu panel on the left and links in issues
scubie wrote:does v2.1 still support Wiki
It does, see https://www.mantisbt.org/bugs where Wiki is enabled
scubie wrote:I have followed the guides
I am not sure I can help, as I don't use Wiki integration myself, but "I have followed the guides" is not enough to be able to provide any help.
Please use Search before posting and read the Manual
scubie
Posts: 4
Joined: 22 Feb 2017, 18:19

Re: Wiki integration - conceptual question

Post by scubie »

Thank you for the reply. I am not sure where to start :lol:

I have attached a screen shot of what my main screen looks like.

config_inc.php
.
.
.
#####################
# Wiki Integration
#####################

# Wiki Integration Enabled?
$g_wiki_enable = ON;

# 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%/';
$g_wiki_engine = 'dokuwiki'

But still not Wiki link in the left panel...

Thanks!
Attachments
My left panel
My left panel
Mantis.jpg (131.76 KiB) Viewed 7683 times
atrol
Site Admin
Posts: 8374
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Wiki integration - conceptual question

Post by atrol »

I added the following lines to config_inc.php of my test installation

Code: Select all

$g_wiki_enable = ON;
$g_wiki_engine = 'dokuwiki';
$g_wiki_root_namespace = 'mantis';
After that, I get the menu entry
WIKI.PNG
WIKI.PNG (1.36 KiB) Viewed 7682 times
I have no idea at the moment what is going wrong on your installation.
scubie wrote: $g_wiki_engine = 'dokuwiki'
You have set this two times, I am missing the ";" after the last one
Please use Search before posting and read the Manual
scubie
Posts: 4
Joined: 22 Feb 2017, 18:19

Re: Wiki integration - conceptual question

Post by scubie »

Thank you atrol! I found my problem.

I have 2 config_inc.php, one in Mantis root and one in the config directory.

*sigh*

Thanks for the help!
scubie
Posts: 4
Joined: 22 Feb 2017, 18:19

Re: Wiki integration - conceptual question

Post by scubie »

Back to my first question, at what stage does the wiki page get populated in the processing of a Mantis ticket?

Thanks
atrol
Site Admin
Posts: 8374
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Wiki integration - conceptual question

Post by atrol »

scubie wrote:Back to my first question, at what stage does the wiki page get populated in the processing of a Mantis ticket?
Seems this was not clear
atrol wrote:
scubie wrote:Is the idea that there are just links
Yes, links from the menu panel on the left and links in issues
There are just links, this is what you get when clicking the Wiki link when viewing an issue where no Wiki page exists:
NewWiki.PNG
NewWiki.PNG (35.95 KiB) Viewed 7675 times
Please use Search before posting and read the Manual
manokugan
Posts: 12
Joined: 22 May 2017, 10:19

Re: Wiki integration - conceptual question

Post by manokugan »

I have setup Mantis and trying to intergrate Dokuwiki with mantis.I ve setup but when I click on Wiki menu, it says" Permission Denied"
User authentication is temporarily unavailable. If this situation persists, please inform your Wiki Admin.

Please if anyone has come across this issue, let me know of the options to resolve.
Post Reply