Forums / Install & configuration / 3.10 creataing contents, url and specials characters problem

"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".

3.10 creataing contents, url and specials characters problem

Author Message

laurent le cadet

Thursday 24 January 2008 6:47:02 am

Hi,

I just install an ez 3.10 and I have problems while creating contents with spécials characters.
I just create an image name "En Vendée face à la mer". 3 problems:

- the image is not loaded : name En vendée face àla mer .......and 0B
- the alt tag is : En vendée face àla mer
- the url is : http://www.mysite.com/fr/Nos-coups-de-coeur/En-vend%E9e-face-%E0-la-mer
which gives me an error message

It sounds like a charset problem, is it ?
The charset is iso-8859-1 (Interne)

Any hint?

Best regards.

Laurent

laurent le cadet

Thursday 24 January 2008 6:58:48 am

I find that :

[URLTranslator]
TransformationGroup=urlalias

Is it the best solution?

Laurent

Stéphane Bullier

Friday 25 January 2008 9:31:37 am

Hello Laurent,

You have to create the file settings/override/transform.ini.append.php

[Transformation]
Groups[]=lower_uri
 
[lower_uri]
Extensions[]
Commands[]
Commands[]=normalize
Commands[]=transform
Commands[]=decompose
Commands[]=transliterate
Commands[]=diacritical
Commands[]=lowercase
Commands[]=url_cleanup

In your settings/override/site.ini.append.php

[URLTranslator]
TransformationGroup=lower_uri

After you run :

php bin/php/updateniceurls.php -s <your_site_access>

Learn more : http://www.frefred.fr/blog/ezpublish_3_10_et_les_urls

Stéphane

laurent le cadet

Sunday 27 January 2008 11:41:11 pm

Merci Stéphane.

A clear explanation.

Best regards.

Laurent