<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Running b27. I don't recal if I changed this or not, but I have this in
mailposts.php:<br>
<br>
SDV($MailPostsMessage,"Recent wiki posts:\n"<br>
." ($ScriptUrl/Main/AllRecentChanges)\n\n\$MailPostsList\n");<br>
<br>
Which is obviously the problem. Is the url format meant to be hardcoded
as '/', rather than some variable setting, or is that my error?<br>
<br>
~ ~ Dave<br>
<br>
<br>
Patrick R. Michaud wrote:
<blockquote cite="mid20050715015309.GA22725@host.pmichaud.com"
type="cite">
<pre wrap="">On Thu, Jul 14, 2005 at 09:45:23PM -0400, DaveG wrote:
</pre>
<blockquote type="cite">
<pre wrap="">I have e-mail notification turned on. The e-mail that gets sent
contains a link to the RecentChanges pages, but uses the format:
Main.AllRecentChanges
This causes a "Page not Found" since my wiki uses the
Main/AllRecentChanges format. Is there a setting to correct this?
</pre>
</blockquote>
<pre wrap=""><!---->
Newer versions of pmwiki are supposed to adjust this automatically
to be Site.AllRecentChanges. However, if your site is locally
setting a value for $MailPostsMessage then you need to change it.
If that's not the issue, let me know and I'll look at it a bit more. :-)
Pm
</pre>
</blockquote>
<br>
</body>
</html>