> rename is failing not because of utf8 characters, it is just failing!
>
> Most errors point to commands.php line 549:
>     unlink("$BOLTstampsDir/$page");
> specifically i see that $BOLTstampsDir has no value.

in commands.php function BOLTXrename() the followin gline causes all
renaming to fail silently:

        if (BOLTfilter(BOLTutf2url($value), 'csv') == '') BOLTabort
("$rename_invalid_page");

If i comment out the line, all works, including renaming of page names
with Chinese characters.

(disregarding the issue with function BOLTXstamp for the moment)

Cheers,
~Hans
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"BoltWire" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to