[SOLVED] V1.2.2 Module Install Issues/Conflicts (Bug?)

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
michelG
Forum Members
Forum Members
Posts: 43
Joined: Tue Jul 17, 2007 1:25 pm
Location: Rochester, NY

[SOLVED] V1.2.2 Module Install Issues/Conflicts (Bug?)

Post by michelG »

I am experiencing the strangest behaviors on a clean install of CMSMS V1.2.2:

1) After default install, the Module Manager window is empty (Only displays its tabs)
I do not have this problem on another site using CMSMS V1.2 on the same server.

2) After installing by FTP several other modules, I noticed that when the FrontEndUsers module is added together with FormBuilder, the menu Content -> Pages will display a blank screen! If I uninstall FormBuilder, the list of pages will be back. All other modules do not cause any problems.

Are these two related/unrelated bugs? Advices and suggestions would be appreciated.

- CMSMS V1.2.2
- PHP Version 5.2.3
- Linus with Apache 2.0 Handler
- FrontEndUsers-1.3.1
- FormBuilder-0.4.4

Michel
Last edited by michelG on Wed Dec 19, 2007 5:57 pm, edited 1 time in total.
michelG
Forum Members
Forum Members
Posts: 43
Joined: Tue Jul 17, 2007 1:25 pm
Location: Rochester, NY

Re: V1.2.2 Module Install Issues/Conflicts (Bug?)

Post by michelG »

OK. I was able to solve my problem after I thought that it could just be a simple PHP memory issue. (My server has its PHP Memory set to 8MB.)

I just added  this on top of the include.php file:

ini_set('memory_limit','32M');

It works like a charm now.

For more details, read: http://forum.cmsmadesimple.org/index.php/topic,7223.msg38496.html#msg38496
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm
Location: Comox Valley, BC

Re: [SOLVED] V1.2.2 Module Install Issues/Conflicts (Bug?)

Post by Nullig »

I always put the ini_set statement near the top of my config.php file.
That way it doesn't get overwritten when you do an update.

Nullig
Locked

Return to “[locked] Installation, Setup and Upgrade”