Since i'm still running my test environment where my server and PHP
deliberatly log about everyhing I got the following warning in pmwiki.php
(0.6.2)
"Warning: Delimiter must not be alphanumeric or backslash in
g:\web\work\pmwiki\pmwiki.php on line 32"
Assume the line should read something like:
$PubDirUrl = preg_replace("#s#","/pub",$ScriptUrl,1);
/ /Runar