<html><head><title>Re: [pmwiki-users] PmWiki can't process your request</title>
</head>
<body>
<br><br>
<span style=" font-family:'courier new'; font-size: 9pt; color: #800000;"><b>> The site is bilingual: English and French (Quebecian site).<br>
> French text with accented characters will stop a page being saved.<br>
> Page character set is iso-8859-1<br>
> The wiki ids not set up for utf-8<br>
> There are no accented characters in page names.<br>
<br>
</b><span style=" color: #000000;">if I add utf-8 support in config.php, by adding<br>
<br>
include_once("scripts/xlpage-utf-8.php");<br>
$DefaultPageCharset = array(''=>'ISO-8859-1');<br>
<br>
after<br>
<br>
# per group subdirectories<br>
$WikiDir = new PageStore('wiki.d/$Group/$FullName');<br>
<br>
I get a different error response from PmWiki when saving the old HomePage:<br>
not anymore<br>
  PmWiki can't process your request<br>
  ?invalid page name<br>
<br>
but a redirect to a non-existing page, but with the original URL:<br>
<span style=" font-family:'times new roman'; font-size: 11pt;">The page "406.shtml" doesn't exist. <br>
(</span></span></span><a style=" font-family:'times new roman'; font-size: 11pt;" href="http://johnrollit.com/406/Shtml?action=edit">Create 406.Shtml</a><span style=" font-family:'times new roman'; font-size: 11pt;">). <br>
<br>
and no save of changes<br>
<br>
<span style=" font-family:'Courier New'; font-size: 9pt;">more puzzled.<br>
~Hans</body></html>