[SOLVED] ERROR: at line 702 in file

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
vipernet
New Member
New Member
Posts: 7
Joined: Sun Sep 01, 2013 10:02 pm

[SOLVED] ERROR: at line 702 in file

Post by vipernet »

Im getting this error, not sure how to correct it. any help would be awesome.

Code: Select all

ERROR: at line 702 in file /home/content/10/11717410/html/lib/smarty/sysplugins/smarty_internal_templatecompilerbase.php:
Syntax Error in template "tpl_head:60" on line 5 "{stylesheet}" unknown tag "stylesheet"

Code: Select all

#0 /home/content/10/11717410/html/lib/smarty/sysplugins/smarty_internal_templatecompilerbase.php(488): Smarty_Internal_TemplateCompilerBase->trigger_template_error('unknown tag "st...', 5)
#1 /home/content/10/11717410/html/lib/smarty/sysplugins/smarty_internal_templateparser.php(2393): Smarty_Internal_TemplateCompilerBase->compileTag('stylesheet', Array)
#2 /home/content/10/11717410/html/lib/smarty/sysplugins/smarty_internal_templateparser.php(3101): Smarty_Internal_Templateparser->yy_r37()
#3 /home/content/10/11717410/html/lib/smarty/sysplugins/smarty_internal_templateparser.php(3201): Smarty_Internal_Templateparser->yy_reduce(37)
#4 /home/content/10/11717410/html/lib/smarty/sysplugins/smarty_internal_smartytemplatecompiler.php(105): Smarty_Internal_Templateparser->doParse(10, '??<title>')
#5 /home/content/10/11717410/html/lib/smarty/sysplugins/smarty_internal_templatecompilerbase.php(192): Smarty_Internal_SmartyTemplateCompiler->doCompile('<head>??<meta n...')
#6 /home/content/10/11717410/html/lib/smarty/sysplugins/smarty_internal_template.php(187): Smarty_Internal_TemplateCompilerBase->compileTemplate(Object(Smarty_Internal_Template))
#7 /home/content/10/11717410/html/lib/smarty/sysplugins/smarty_internal_templatebase.php(155): Smarty_Internal_Template->compileTemplateSource()
#8 /home/content/10/11717410/html/lib/classes/class.Smarty_CMS.php(323): Smarty_Internal_TemplateBase->fetch('tpl_head:60', 'p15', NULL, NULL, false, false, false)
#9 /home/content/10/11717410/html/index.php(241): Smarty_CMS->fetch('tpl_head:60')
#10 {main}
Last edited by vipernet on Wed Sep 04, 2013 12:01 pm, edited 1 time in total.
staartmees
Power Poster
Power Poster
Posts: 1049
Joined: Wed Mar 19, 2008 4:54 pm

Re: ERROR: at line 702 in file

Post by staartmees »

http://themes.cmsmadesimple.org/

some themes will give a smarty error related to {stylesheet}, this plugin has been removed from CMSMS distributions. use {cms_stylesheet} instead.

a) Open the template of the theme;
b) Search for {stylesheet};
c) Replace {stylesheet} with {cms_stylesheet};
d) Save template;
e) Open style sheets and change image calls:
old url(uploads/folder/image.jpg)
new url([[root_url]]/uploads/folder/image.jpg)
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Contact:

Re: ERROR: at line 702 in file

Post by Rolf »

- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
vipernet
New Member
New Member
Posts: 7
Joined: Sun Sep 01, 2013 10:02 pm

Re: ERROR: at line 702 in file

Post by vipernet »

Thank you guys.!
staartmees
Power Poster
Power Poster
Posts: 1049
Joined: Wed Mar 19, 2008 4:54 pm

Re: ERROR: at line 702 in file

Post by staartmees »

Please add solved to the title.
Locked

Return to “[locked] Installation, Setup and Upgrade”