Page 1 of 1

Running 1.10.3 trying to install full theme (smarty error)

Posted: Tue May 01, 2012 2:54 pm
by grifs71
I have installed the latest CMS Made Simple on CentOS 6.2 with all of the dependencies.

I have downloaded this theme:

http://themes.cmsmadesimple.org/uploads ... r-xml.html

It will install successfully from the import, however when I go and set it to all pages I receive this error message:

string(108) "Smarty error: [in tpl_head:25 line 5]: [plugin] unknown tag - 'stylesheet' (core.load_plugins.php, line 198)" string(120) "Smarty error: [in tpl_head:25 line 5]: syntax error: unrecognized tag 'stylesheet' (Smarty_Compiler.class.php, line 590)"

My default install of NCleanBlue works without any error messages.

I seen this on the side of the page about this theme and a new install:

Warning Notice:

If you have a fresh install of 1.10, not an upgrade, some of these themes will give a smarty error related to {stylesheet}, this has been removed, use {cms_stylesheet} instead.
from CMS site

How can I get this theme to work, or do I need to use an older version of CMS Made Simple?

Any help/advice would be great.

thanks

Re: Running 1.10.3 trying to install full theme (smarty erro

Posted: Tue May 01, 2012 3:27 pm
by Jo Morg
grifs71 wrote:Warning Notice:

If you have a fresh install of 1.10, not an upgrade, some of these themes will give a smarty error related to {stylesheet}, this has been removed, use {cms_stylesheet} instead. from CMS site
a) Open the template of the theme;
b) Search for {stylesheet};
c) Replace {stylesheet} with {cms_stylesheet};
d) Save template;

HTH

Re: Running 1.10.3 trying to install full theme (smarty erro

Posted: Tue May 01, 2012 3:29 pm
by grifs71
I will give this a go.


thank you a million for your fast response.

:)

Re: Running 1.10.3 trying to install full theme (smarty erro

Posted: Wed May 02, 2012 12:20 pm
by grifs71
This worked perfectly!

This theme looks great!

;D

Re: Running 1.10.3 trying to install full theme (smarty erro

Posted: Wed May 02, 2012 12:58 pm
by Jo Morg