UTF Notice debug

Author Message

Mauro Innocenti

Wednesday 13 July 2005 5:07:56 am

I'm running ezP 3.6.0 on MySQL 4.1.12.
All my settings (ezP ini files and MySQL db) are for utf-8 charset.

Why ezP output log/debugging (in notice.log and on-screen with debug enabled) report for any access the Notice "<b>SET NAMES 'utf8'</b>" ?

My ini settings for utf are:

site.ini:
[DatabaseSettings]
Charset=utf-8

i18n.ini:
[CharacterSettings]
Charset=utf-8

template.ini:
[CharsetSettings]
DefaultTemplateCharset=utf-8

And the MySQL DB is UTF8.

Thanks in advance,
Mauro

Jan Borsodi

Monday 25 July 2005 2:10:24 am

The <b>SET NAMES 'utf8'</b> is not a special notice but part of the SQL output.
It is SQL required for MySQL which tells it which character encoding to use for the connection.

If you don't want to see these notices you have to turn off <i>SQLOutput</i> in site.ini.

--
Amos

Documentation: http://ez.no/ez_publish/documentation
FAQ: http://ez.no/ez_publish/documentation/faq

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 11:05:53
Script start
Timing: Jan 18 2025 11:05:53
Module start 'layout'
Timing: Jan 18 2025 11:05:53
Module start 'content'
Timing: Jan 18 2025 11:05:53
Module end 'content'
Timing: Jan 18 2025 11:05:53
Script end

Main resources:

Total runtime0.6263 sec
Peak memory usage4,096.0000 KB
Database Queries54

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0088 589.0313152.6250
Module start 'layout' 0.00880.0112 741.656339.4453
Module start 'content' 0.02000.6051 781.1016522.2891
Module end 'content' 0.62500.0013 1,303.39068.1719
Script end 0.6263  1,311.5625 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00360.5701160.0002
Check MTime0.00150.2408160.0001
Mysql Total
Database connection0.00090.150710.0009
Mysqli_queries0.568190.7082540.0105
Looping result0.00060.0939520.0000
Template Total0.578292.320.2891
Template load0.00210.337220.0011
Template processing0.576091.969720.2880
Template load and register function0.00030.040510.0003
states
state_id_array0.00170.278810.0017
state_identifier_array0.00160.260920.0008
Override
Cache load0.00170.2722160.0001
Sytem overhead
Fetch class attribute can translate value0.00110.173220.0005
Fetch class attribute name0.00140.218530.0005
XML
Image XML parsing0.00070.106720.0003
class_abstraction
Instantiating content class attribute0.00000.001830.0000
General
dbfile0.00160.2625170.0001
String conversion0.00000.001840.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
2content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
3content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
4content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
1content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 13
 Number of unique templates used: 7

Time used to render debug report: 0.0001 secs