FrontEndUsers & SelfRegistration tags - break my page
Posted: Wed May 15, 2013 10:09 pm
Hi everyone, I'm an experienced web master, but a relatively new CMSMS user.
My client had an out-of-date installation and I upgraded them from 1.9.4 to 1.11.6. I followed the recommended path of incremental upgrades through 1.10.2 -> 1.11.2 - 1.11.5 - 1.11.6. The server is Linux, Apache 2.2.24, with MySQL 5.1.68-cll.
I also had the server admins upgrade the PHP version to 5.3.23 because we wanted to install some modules that required it (a protected content area for registered customers - but not paid access and no ecommerce).
So far so good.
Now I've installed the necessary modules, but they're not working and I don't understand why.
I've installed:
CustomContent 1.9
FrontEndUsers 1.21.15
SelfRegistration 1.7.8
I followed the instructions for FrontEndUsers and the module appears fine, with all settings set appropriately, but when I insert the tag {FrontEndUsers} it breaks the page.
The source code of the broken page does not include the <head> section of the template and instead begins with the </__body> tag.
And the source code is truncated at the point where the {FrontEndUsers} would appear, so there's no code beyond that point.
So, instead of:
I've got:
I've looked over the documentation for FrontEndUsers and haven't been able to find anything that might explain this.
And it's not just this module. The same thing happens if I try to include the SelfRegistration tag {cms_module module=SelfRegistration group=registered}. The page breaks at the point where the tag should be and the <head> section is missing.
Can anyone shed light on this?
Thanks in advance,
Jade
My client had an out-of-date installation and I upgraded them from 1.9.4 to 1.11.6. I followed the recommended path of incremental upgrades through 1.10.2 -> 1.11.2 - 1.11.5 - 1.11.6. The server is Linux, Apache 2.2.24, with MySQL 5.1.68-cll.
I also had the server admins upgrade the PHP version to 5.3.23 because we wanted to install some modules that required it (a protected content area for registered customers - but not paid access and no ecommerce).
So far so good.
Now I've installed the necessary modules, but they're not working and I don't understand why.
I've installed:
CustomContent 1.9
FrontEndUsers 1.21.15
SelfRegistration 1.7.8
I followed the instructions for FrontEndUsers and the module appears fine, with all settings set appropriately, but when I insert the tag {FrontEndUsers} it breaks the page.
The source code of the broken page does not include the <head> section of the template and instead begins with the </__body> tag.
And the source code is truncated at the point where the {FrontEndUsers} would appear, so there's no code beyond that point.
So, instead of:
Code: Select all
<__html>
<head>
</head>
</__body>
blah, blah, blah
{FrontEndUsers}
<__body>
</__html>
Code: Select all
</__body>
blah, blah, blah
And it's not just this module. The same thing happens if I try to include the SelfRegistration tag {cms_module module=SelfRegistration group=registered}. The page breaks at the point where the tag should be and the <head> section is missing.
Can anyone shed light on this?
Thanks in advance,
Jade