Error with ModuleManager / Problem with FEU
Posted: Wed May 16, 2007 2:51 pm
I just reinstalled CMSMS 1.0.6 but i've encountered some errors.
First of all, the module manager isn't working anymore. The page stays empty and I get an "Error on page"-message on the status bar. I didn't have this problem with CMSMS 1.0.4.
Also, the FrontEndUsers module messes up my pages. With 1.0.4, I had the following code in my template:
But if I put that same code in my template in CMSMS 1.0.6, all content of my pages disappear, my footer disappears, etc. All pages are empty.
What's wrong?
First of all, the module manager isn't working anymore. The page stays empty and I get an "Error on page"-message on the status bar. I didn't have this problem with CMSMS 1.0.4.
Also, the FrontEndUsers module messes up my pages. With 1.0.4, I had the following code in my template:
Code: Select all
<!-- Start Login -->
<div id="login">
{cms_module module=FrontEndUsers}
</div>
<!-- End Login -->What's wrong?