Re: E-mail notify on watch list
I've had a quick look and test of my own system and discovered the same error in my own site.
It looks like someone forgot to complete the URL in the template for that e-mail, here's the fix for it.
edit the tiki/templates/mail/user_notify_wiki_page_changed.tpl file
and change line 3 from
{$mail_machine}?page={$mail_page|escape:"url"}
to
{$mail_machine}/tiki-index.php?page={$mail_page|escape:"url"}
This will correct the problem.
I'll go now and check the bug trackers on sourceforge.net and make sure this features in them somewhere along with the fix (I'll be sure to credit you for finding it 😉).
(UPDATE: Have uploaded the fixed file on a bug tracker)