Page 1 of 1

User Documentation link

Posted: 24 Mar 2006, 17:27
by rowan.bradley
I've copied the Mantis user documentation to a "manual" sub-directory in the "mantis" directory on my local server, and I've changed the relevant line in config_inc.php to:
$g_manual_url = $g_absolute_path . 'manual' . DIRECTORY_SEPARATOR;
but now the User Docuentation link points to:
file:///c:/inetpub/wwwroot/mantis/manual/
which works if I'm on the server, but if I'm on a client accessing the system via the network, it tries to find the files on my local client machine.
How do I get it to find the files on the Mantis server?

Thanks - Rowan

Posted: 24 Mar 2006, 18:58
by Narcissus
Hi Rowan:

Try using $g_path instead of $g_absolute_path...

Hope this helps,
Lincoln.