Forums / Developer / Getting notices in debug

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

Getting notices in debug

Author Message

Romeo Antony

Sunday 15 August 2010 12:02:38 am

Notice: Aug 15 2010 10:58:26
eZTemplate: Loading template "node/view/full.tpl" with resource "design"

anybody having idea why this notices is getting,

Romeo Antony

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 ev
site.ini:

[DatabaseSettings]

Charset=utf-8

 

i18n.ini:

[CharacterSettings]

Charset=utf-8

 

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

Romeo Antony

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.

Romeo Antony

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.

Damien Pobel

Sunday 15 August 2010 4:10:56 am

There's no problem with that. In fact, with Exponential 4.X everything should be in UTF8.

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

Romeo Antony

Sunday 15 August 2010 5:12:18 am

Thanks a lot Damein. Romeo..