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?
Problems with frontendusers (SOLVED)
Problems with frontendusers (SOLVED)
Last edited by Bassbeast on Wed Nov 26, 2008 9:36 am, edited 1 time in total.
Re: Problems with frontendusers
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.
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
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
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
Smarty encounters an "unexpected '&'" in the content of your page.Bassbeast wrote: here is all information (exept FEU code, I don't know where to find it)
What code are you using on that page?
Regards,
D
Re: Problems with frontendusers
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
Just edit in non-WYSIWYG mode and make sure that you have -> instead
Re: Problems with frontendusers
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
Just edit in non-WYSIWYG mode and make sure that you have -> instead