Page 1 of 1

[Solved] IE Page heading shows Smarty error

Posted: Thu Sep 11, 2008 9:16 pm
by L84DNR
Running 1.3.1
string(64) "Smarty error: unable to read resource: "globalcontent:TitleText"" - Home

Pages display okay but in the IE tab or the IE Page description I see the above error in front of every page name.

I cannot determine when the error started showing up.  It was fine when the defaut templates go loaded and I started to add pages.

This is a fresh install of CMS on a newly hosted site.

Thanks for any input.

Re: IE Page heading shows Smarty error

Posted: Thu Sep 11, 2008 9:45 pm
by alby
L84DNR wrote: string(64) "Smarty error: unable to read resource: "globalcontent:TitleText"" - Home

Pages display okay but in the IE tab or the IE Page description I see the above error in front of every page name.

I cannot determine when the error started showing up.  It was fine when the defaut templates go loaded and I started to add pages.
Have you add {global_content name="TitleText"} in template?
drop this tag or add in Global COntent a new entry with this name ......

Alby

Re: IE Page heading shows Smarty error

Posted: Thu Sep 11, 2008 10:02 pm
by L84DNR
Alby,
That was it.

For some reason (honest, I don't think I changed it)

There is a global content blcok for Title Text but my template was not calling it
sitename was changed to global content name='TitleText'

I refuse to give myself enough credit to know what that would do.

As always, thanks Alby
-Mike