Page 1 of 1

CGBlog smarty error using action=fesubmit, suggestions?

Posted: Sat Sep 19, 2009 5:07 am
by christophera
I doing this:

{CGBlog  action='fesubmit'}  

also tried:
 
{CGBlog  action=fesubmit}                 (I'm confused about use of quotes on these, yea or nay)

and I get:

string(143) "Smarty error: [in content:content_en line 1]: syntax error: unrecognized tag: CGBlog  action='fesubmit' (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)"

I have CGBlog installed.  Any suggestions?

When I implement this, will users be able to have their 'own' blogs, or is it just a general site blog that users will be able to contribute too?

Thanks,    Chris

// ps: also tried cms_module module='CGBlog
'

Re: CGBlog smarty error using action=fesubmit, suggestions?

Posted: Sat Sep 19, 2009 5:20 am
by inyerface
Umm, you can pretty much do anything if you're a little creative like write a bit of smarty to filter posts by certain users in which case they could have their "own" blog

But sorry I'm not sure why that error.  Check to makle sure you have the latest of everything including CGExtensions and CGSmarty

Re: CGBlog smarty error using action=fesubmit, suggestions?

Posted: Sat Sep 19, 2009 1:34 pm
by christophera
Yep, got both of those and they are up to date.

cmsms 1.6.5, all modules current.

Cleared cache, that didn't help.

{CGBlog} works ok, it's just when I add the action=fesubmit that it goes bad.

Re: CGBlog smarty error using action=fesubmit, suggestions?

Posted: Sat Sep 19, 2009 1:47 pm
by Jeff
That error means that CGBlog isn't a valid call, something isn't installed correctly.

Re: CGBlog smarty error using action=fesubmit, suggestions?

Posted: Sat Sep 19, 2009 2:03 pm
by christophera
ajprog.  I may have been adding to my previous post when you wrote, but {CGBlog} does work by itself.  It's just when I add the action=fesubmit that I get that error.

Would that still suggest something is installed wrong?  Any suggestions on how to track that down, or should I uninstall, reinstall related modules?

Re: CGBlog smarty error using action=fesubmit, suggestions?

Posted: Tue Nov 09, 2010 6:21 pm
by lholsti
Hi,

quite new to cmsms so someone correct me if I'm wrong. I just experienced this problem myself and got it working with:  {cms_module module="CGBlog" action="fesubmit"}

Re: CGBlog smarty error using action=fesubmit, suggestions?

Posted: Tue Nov 09, 2010 6:34 pm
by Dr.CSS
Is a good chance it's because you use "  " around the action call...