[pmwiki-users] PmWiki can't process your request

ABClf languefrancaise at gmail.com
Thu Apr 14 08:25:07 CDT 2016


--quoted--

if I add utf-8 support in config.php, by adding

include_once("scripts/xlpage-utf-8.php");
$DefaultPageCharset = array(''=>'ISO-8859-1');

after

# per group subdirectories
$WikiDir = new PageStore('wiki.d/$Group/$FullName');
--end--

Hans, try disabling
$DefaultPageCharset = array(''=>'ISO-8859-1');

It is commented in my config and I dont have issue with french (using utf-8).

You may want to do some tests with that recipe as well :
http://www.pmwiki.org/wiki/Cookbook/ISO8859MakePageNamePatterns?from=Cookbook.ISO8859PageNameConversionPatterns

Gilles.

2016-04-14 15:15 GMT+02:00 Hans <design1 at softflow.uk>:
>
>
>> The site is bilingual: English and French (Quebecian site).
>> French text with accented characters will stop a page being saved.
>> Page character set is iso-8859-1
>> The wiki ids not set up for utf-8
>> There are no accented characters in page names.
>
> if I add utf-8 support in config.php, by adding
>
> include_once("scripts/xlpage-utf-8.php");
> $DefaultPageCharset = array(''=>'ISO-8859-1');
>
> after
>
> # per group subdirectories
> $WikiDir = new PageStore('wiki.d/$Group/$FullName');
>
> I get a different error response from PmWiki when saving the old HomePage:
> not anymore
>  PmWiki can't process your request
>  ?invalid page name
>
> but a redirect to a non-existing page, but with the original URL:
> The page "406.shtml" doesn't exist.
> (Create 406.Shtml).
>
> and no save of changes
>
> more puzzled.
> ~Hans
>
> _______________________________________________
> pmwiki-users mailing list
> pmwiki-users at pmichaud.com
> http://www.pmichaud.com/mailman/listinfo/pmwiki-users
>



More information about the pmwiki-users mailing list