Page 1 of 1

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

Posted: Wed Dec 19, 2007 5:27 pm
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

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

Posted: Wed Dec 19, 2007 5:57 pm
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

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

Posted: Wed Dec 19, 2007 7:53 pm
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