Page 1 of 1

[Solved] Smarty error: unrecognized tag 'sectionimage'

Posted: Sun Jul 18, 2010 11:21 am
by henris
Hello,

Having upgraded to 1.8.1 I got the error:
string(124) "Smarty error: [in tpl_body:29 line 114]: syntax error: unrecognized tag 'sectionimage' (Smarty_Compiler.class.php, line 590)"    

What is this error ?
Which file should I correct in order to remove this tag ?

regards

Henri

Re: Smarty error: unrecognized tag 'sectionimage'

Posted: Sun Jul 18, 2010 5:37 pm
by NaN
If you don't need it and want to remove it just take a look in your page template and search for something like {sectionimage.
Just remove it and save your template.

If you still need it, it seems that the plugin is missed since your latest upgrade.
Check if there actually is a file "function.sectionimage.php" in your plugins directory.

If not download it again fom dowloadarea: http://dev.cmsmadesimple.org/project/files/46
Extract it and place it into your plugins directory.

Hope that helps.

[solved] Smarty error: unrecognized tag 'sectionimage'

Posted: Sun Jul 18, 2010 10:52 pm
by henris
Thanks a lot this was exactly what I was looking for :-)


I am very happy

Henri