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
[SOLVED] V1.2.2 Module Install Issues/Conflicts (Bug?)
[SOLVED] V1.2.2 Module Install Issues/Conflicts (Bug?)
Last edited by michelG on Wed Dec 19, 2007 5:57 pm, edited 1 time in total.
Michel Godts eDesign
Web Graphic Design Services for Your Online Communication
Made with CMSms:
Concentus Women’s Chorus
Color Brighton Green
Re: V1.2.2 Module Install Issues/Conflicts (Bug?)
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
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
Michel Godts eDesign
Web Graphic Design Services for Your Online Communication
Made with CMSms:
Concentus Women’s Chorus
Color Brighton Green
Re: [SOLVED] V1.2.2 Module Install Issues/Conflicts (Bug?)
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
That way it doesn't get overwritten when you do an update.
Nullig