Forums / Developer / Getting notices in debug
Romeo Antony
Sunday 15 August 2010 12:02:38 am
eZTemplate: Loading template "node/view/full.tpl" with resource "design"
anybody having idea why this notices is getting,
Sunday 15 August 2010 2:20:41 am
<span class="line">Even after created database characterset in utf-8 and collation in utf-8 general ci keeps getting notices as </span> extension/myextension/design/ezflow/templates/zone/2zoneslayout1.tpl, utf-8 for each templates
ryhting neeeded for unicode setup.
I have already setu evsite.ini:
[DatabaseSettings]
Charset=utf-8
i18n.ini:
[CharacterSettings]
template.ini:
[CharsetSettings]
DefaultTemplateCharset=utf-8
Any idea will be help Romeo.
Damien Pobel
Sunday 15 August 2010 3:48:55 am
Hi Romeo,
Those messages are only "notices" not error nor warning messages. So you can ignore them. There are displayed because you enabled [TemplateSettings]/Debug in site.ini.
Cheers
Damien Planet eZ Publish.fr : http://www.planet-ezpublish.fr Certification : http://auth.ez.no/certification/verify/372448 Publications about eZ Publish : http://pwet.fr/tags/keywords/weblog/ez_publish
Sunday 15 August 2010 4:03:13 am
Thank you Damien. I thought some character encoding issue. Thanks a lot for your faster reply. Romeo.
Sunday 15 August 2010 4:08:50 am
But I have a simple doubt. in my override/settings/i18n.ini
in strating of template
#?ini charset="utf-8"
i have read some where in forums that it should be like iso-8859-1. Can u just give me a suggestion ROmeo.
Sunday 15 August 2010 4:10:56 am
There's no problem with that. In fact, with eZ Publish 4.X everything should be in UTF8.
Sunday 15 August 2010 5:12:18 am
Thanks a lot Damein. Romeo..