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
'
CGBlog smarty error using action=fesubmit, suggestions?
-
- Forum Members
- Posts: 94
- Joined: Sat Jun 06, 2009 10:43 pm
CGBlog smarty error using action=fesubmit, suggestions?
Last edited by christophera on Sat Sep 19, 2009 5:14 am, edited 1 time in total.
Re: CGBlog smarty error using action=fesubmit, suggestions?
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
But sorry I'm not sure why that error. Check to makle sure you have the latest of everything including CGExtensions and CGSmarty
-
- Forum Members
- Posts: 94
- Joined: Sat Jun 06, 2009 10:43 pm
Re: CGBlog smarty error using action=fesubmit, suggestions?
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.
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.
Last edited by christophera on Sat Sep 19, 2009 1:45 pm, edited 1 time in total.
Re: CGBlog smarty error using action=fesubmit, suggestions?
That error means that CGBlog isn't a valid call, something isn't installed correctly.
-
- Forum Members
- Posts: 94
- Joined: Sat Jun 06, 2009 10:43 pm
Re: CGBlog smarty error using action=fesubmit, suggestions?
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?
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?
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"}
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?
Is a good chance it's because you use " " around the action call...