Page 1 of 1

Problems with frontendusers (SOLVED)

Posted: Fri Nov 21, 2008 11:43 am
by Bassbeast
As a CMS MS newbie I saw the instruction video "how to setup FrontEndUsers in concert with CustomContent".
All modules asked for in the video are installed, I did exact the same things (1 to 1).

Login is working, but the private page gives this message:

Parse error: syntax error, unexpected '&' in /usr/local/psa/home/vhosts/xxxxxxxwebsitexxxx/httpdocs/tmp/templates_c/70^%%70^707^707A8977%%content%3Acontent_en.php on line 3

Can somebody tell me what I do wrong?

Re: Problems with frontendusers

Posted: Fri Nov 21, 2008 1:50 pm
by jmcgin51
1. Please post your CMSMS version, PHP version, and module versions, along with any relevant system information (PHP configuration, etc.)

2. Please post your FEU code.  Without this, it's impossible to tell what you're doing wrong.

3. It is not a good security practice to post the full path to the root of your webserver.

Re: Problems with frontendusers

Posted: Fri Nov 21, 2008 2:09 pm
by Bassbeast
I am new to this, so thanks for your assistance, jmcgin51!

here is all information (exept FEU code, I don't know where to find it)

CMSMS version 1.4.1
PHP version 5.2.4

module versions:

CMSMailer 1.73.14
FileManager 0.4.1
MenuManager 1.5.1
ModuleManager 1.2.1
News 2.8.2
nuSOAP 1.0.1
Printing 0.2.5
Search 1.5.1
ThemeManager 1.0.8
TinyMCE 2.4.5
Blogs 0.3.3.1
CGExtensions 1.10.1
SiteMapMadeSimple 1.1.3
FrontEndUsers 1.5.3

Re: Problems with frontendusers

Posted: Fri Nov 21, 2008 2:20 pm
by Dee
Bassbeast wrote: here is all information (exept FEU code, I don't know where to find it)
Smarty encounters an "unexpected '&'" in the content of your page.
What code are you using on that page?

Regards,
D

Re: Problems with frontendusers

Posted: Mon Nov 24, 2008 10:07 am
by kevinr
Assuming that you are using the WYSIWYG control, you'll probably find that it has replaced the '>' with > .

Just edit in non-WYSIWYG mode and make sure that you have -> instead

Re: Problems with frontendusers

Posted: Mon Nov 24, 2008 10:08 am
by kevinr
Assuming that you are using the WYSIWYG control, you'll probably find that it has replaced the '>' with > .

Just edit in non-WYSIWYG mode and make sure that you have -> instead