Just upgraded our server and am getting these messages in the log.  I read 
about it on PmWiki.org and in testing each cookbook recipe it appears that the 
fault is in the HtpasswdForm recipe.  I only get the error messages when I go 
to the password form page. We are using ['Version'] = '2008-10-27' which 
appears to be the latest.

I don't know PHP well enough to see where the problem lies.  I only find 
preg_replace in these lines:

htpasswdform.php:    $user = "'" . preg_replace("/'/", "\\'", $user) . "'";
htpasswdform.php:  return preg_replace(array('/^(["\'])(.*)\\1$/', 
'/\\\(["\'])/'),



_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to