Forums / Install & configuration / Is there any problem in transformation url in 4.0.2 version?

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Is there any problem in transformation url in 4.0.2 version?

Author Message

Quynh Nguyen

Sunday 08 February 2009 9:12:30 am

While I'm trying the version 4.0.1, I got the new release 4.0.2, and I tried to upgrade to the new version.

However, I got the problem when create content structure and generate the nice url via: php /bin/php/updateniceurls.php after truncate ezurlalias_ml table.

I added more charset in my language as I did on 4.0.1, this is my /settings/override/transform.ini.append.php:

Charsets[]=utf-8;vietnamese

[vietnamese]
Files[]=vietnamese.tr
Extensions[]

I had add file vietnamese.tr in /share/transformations folder:

vietnamese-exta_diacritical:
U+00C0 = "A"
U+00C1 = "A"
U+1EA0 = "A"
U+1EA2 = "A"
U+00C3 = "A"
U+00E0 = "a"
U+00E1 = "a"
U+1EA1 = "a"
U+1EA3 = "a"
U+00E3 = "a"
U+0102 = "A"
... and more, so long table...

Then I added more setting on /settings/override/site.ini.append.php:

[URLTranslator]
TransformationGroup=urlalias_compat

After that all, I had clear all cache, restart apache, truncated table, and then run command: php /bin/php/updateniceurls.php to re-generate the urls.

But the results are wrong. Some Vietnamese characters are not change as transformation's define.

Is this a bug in new release?