RSS2HTML Smarty error when called in a page (not a template)

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
Mich-adg
Forum Members
Forum Members
Posts: 199
Joined: Sat Aug 02, 2008 9:08 pm

RSS2HTML Smarty error when called in a page (not a template)

Post by Mich-adg »

Hi,

i got this error when i call a rss feed in a page with CMSM 1.3.1 (called in a template it works fine!) :

Code: Select all

string(161) "Smarty error: [in content:content_en line 1]: syntax error: unrecognized tag: cms_module module="RSS2HTML" feed="myrss" (Smarty_Compiler.class.php, line 446)" string(117) "Smarty error: [in content:content_en line 1]: syntax error: unrecognized tag '' (Smarty_Compiler.class.php, line 590)"
RSS2HTML module version is 1.2.2.

Any idea ? Is this a bug of the module or a limitation ?
Connie

Re: RSS2HTML Smarty error when called in a page (not a template)

Post by Connie »

NO, I am sure this is just a mistake when adding that in the content

For sure you can enter it in a page, that's how I just did it:

Code: Select all

{cms_module module='RSS2HTML' feed='ZVABlog' numitems='5'}
and it works, maybe you entered the CMS in WYSIWYG-Mode then sometimes the " produce errors

if you entered the tag with " change that to ' or edit the tag in source code mode (I do not know which editor you use), for sure it is a typo or wrong character..
Mich-adg
Forum Members
Forum Members
Posts: 199
Joined: Sat Aug 02, 2008 9:08 pm

Re: RSS2HTML Smarty error when called in a page (not a template)

Post by Mich-adg »

Sorry, but i doesn't work... i use TinyMCE, and the html editor mode for typing the line, but with " or ' the problem is the same...
Post Reply

Return to “Modules/Add-Ons”