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

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

eZ debug

Timing: Jan 18 2025 19:33:45
Script start
Timing: Jan 18 2025 19:33:45
Module start 'layout'
Timing: Jan 18 2025 19:33:45
Module start 'content'
Timing: Jan 18 2025 19:33:47
Module end 'content'
Timing: Jan 18 2025 19:33:47
Script end

Main resources:

Total runtime1.4714 sec
Peak memory usage4,096.0000 KB
Database Queries60

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0066 589.8281152.6875
Module start 'layout' 0.00660.0033 742.515639.5234
Module start 'content' 0.00991.4601 782.0391559.1016
Module end 'content' 1.46990.0015 1,341.140612.0781
Script end 1.4714  1,353.2188 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00350.2350160.0002
Check MTime0.00150.0989160.0001
Mysql Total
Database connection0.00090.059710.0009
Mysqli_queries1.403795.3970600.0234
Looping result0.00080.0534580.0000
Template Total1.424296.820.7121
Template load0.00220.146620.0011
Template processing1.422096.644320.7110
Template load and register function0.00010.007310.0001
states
state_id_array0.00180.122710.0018
state_identifier_array0.00320.214520.0016
Override
Cache load0.00190.1314390.0000
Sytem overhead
Fetch class attribute can translate value0.00060.038720.0003
Fetch class attribute name0.00200.135660.0003
XML
Image XML parsing0.00090.064520.0005
class_abstraction
Instantiating content class attribute0.00000.001380.0000
General
dbfile0.00080.0558220.0000
String conversion0.00000.000540.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
4content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
4content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
11content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
4content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
3content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 28
 Number of unique templates used: 7

Time used to render debug report: 0.0001 secs