I update wiki from 1.34 to 1.40 and enable DiscussionTools REL_1_40 (not used before).
There are no Reply and no Subscribe. If i change the LocalSettings.php from
$wgArticlePath = "/$1"; to $wgArticlePath = "/wiki/$1";
then the links are shown (e.g. "/a/$1" also works).
Even if i don't see the reply text, the extension changes the content of the page. If i look at the generated sourcecode i see for example:
<body class="ext-discussiontools-replytool-enabled
also some stylesheet ref like
<link rel="stylesheet" href="/load.php?lang=en&modules=ext.discussionTools.init.styles...
And the topics are also within a <div class="ext-discussiontools-init-section
.
But then the objects for Subscribe and Reply are missing.
PS: the Add topic is allways there. So it seems that there is a bug only in the reply and subscription module.
Any ideas how to find this out?