updateniceurls.php doesnt't work

Author Message

Wei Dai

Tuesday 02 December 2008 6:21:41 am

Hi, I have a strange problem on my eZ 4.0.1 installation.
I am sure that I have configured my site.ini and transform.ini file correctly, and I cleared cache and run the updateniceurls.php scripts with correct params and everything...

I tried many times, but the url aliases don't change at all!

I have exhausted all the reasons I can think of, but I really can't find what cause the problem.

I can post my configuration file settings here, if you want.

I need turn all my url in lowercase, with dash as the word separator, and 'better', has the unicode support for non-western Characters in url. But, now, I can't even switch between the three transformgroup: urlalias, urlalias_compact and urlalias_iri.

I appreciate any help on this. Thanks in advance.

Certified eZ Publish 4 developer looking for develop information & collaboration.

Wei Dai

Wednesday 03 December 2008 1:57:20 am

Here is what in my settings/override/site.ini.append.php:

...
[urltranslator]
TransformationGroup=urlalias_lowercase
....

And here is what I put in the settings/override/transform.ini.append.php:

<?php /* #?ini charset="utf-8"?

[Transformation]
Groups[]=urlalias_lowercase

[urlalias_lowercase]
# Extra transformation files for urlalias
Files[]
# Extensions that have transformation files when urlalias is used
Extensions[]
# The commands to use for search
Commands[]
Commands[]=normalize
Commands[]=transform
Commands[]=decompose
Commands[]=transliterate
Commands[]=diacritical
Commands[]=lowercase
#Commands[]=url_cleanup
Commands[]=url_cleanup_iri
*/ ?>

Certified eZ Publish 4 developer looking for develop information & collaboration.

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.