Error with ModuleManager / Problem with FEU

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
Michail

Error with ModuleManager / Problem with FEU

Post by Michail »

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:

Code: Select all

   <!-- Start Login -->
   <div id="login">
     {cms_module module=FrontEndUsers}
   </div>
   <!-- End Login -->
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?
ashru
New Member
New Member
Posts: 5
Joined: Sun Jun 10, 2007 3:28 pm

Re: Error with ModuleManager / Problem with FEU

Post by ashru »

Even I am facing the same problem. Did you find any solution? Please help
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: Error with ModuleManager / Problem with FEU

Post by calguy1000 »

if that is the problem it usually means a php memory error.  check your httpd error logs.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: Error with ModuleManager / Problem with FEU

Post by Nullig »

I think you need to put quotes around the module name...

 
 
    {cms_module module='FrontEndUsers'}
 
 

Nullig
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: Error with ModuleManager / Problem with FEU

Post by calguy1000 »

No, you don't NEED quotes around the module name, it just helps, and speeds things up a little bit (because smarty can parse the single quotes verbatim, without having to try to interpret it as a variable name or an expression or something.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Locked

Return to “CMSMS Core”