Page 1 of 1

[SOLVED] FrontEndUsers error

Posted: Sat Aug 08, 2015 1:52 am
by twwitt
Hi. I've just upgraded to 1.12 from 1.9.4.3 (several upgrades)

I'm now getting an error associated with FrontEndUsers (I have one template that has an FEU login -- when I comment the login out, the error message goes away).

Error is: in line 1 at ......smarty/libs/sysplugins/smarty_internal_templatecompilerbase.php

Then it says:
Syntax error in template "content:content_en" on line 1 "
{cms_module module=FrontEndUsers only_groups="eleamembers'}
" - Unexpected "eleamembers'}

Seems like there is an extra " instead of ' in front of my group name. However, I have no idea where to correct this. It's not in any page, and it's not in a template, that I know of. Any ideas about how to fix this?

Re: FrontEndUsers error

Posted: Sat Aug 08, 2015 3:29 am
by Jeff
content:content_en
That is usually your page main content block.

Please provide complete system information if you need additional help.

Re: FrontEndUsers error

Posted: Sat Aug 08, 2015 5:38 am
by Rolf
Check the " and ' in the tag! Should be " " or ' ', not mixed.