Module manager help please

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
User avatar
mcktj
Forum Members
Forum Members
Posts: 31
Joined: Thu Dec 07, 2006 3:34 pm

Module manager help please

Post by mcktj »

Hi folks,

i have been having some problems with the module manager, first of all i cant see it, second when i tried to install a module via a xml file i got the following error
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 1024 bytes) in /home/sites/artni.biz/public_html/lib/classes/class.moduleoperations.inc.php on line 154
i have read least one other post bout this but it says to edit the .htaccess file, but i dont have one on my server. 

any help would be appreciated

mcktj
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm
Location: Fairless Hills, Pa USA

Re: Module manager help please

Post by Ted »

If you don't have an .htaccess file, you can create a new one and put whatever attributes you found in that other post into it.  Assuming it's an increase to the memory, it should fix the problem.
michelG
Forum Members
Forum Members
Posts: 43
Joined: Tue Jul 17, 2007 1:25 pm
Location: Rochester, NY

Re: Module manager help please

Post by michelG »

Just had a similar problem that I was able to solve after reading this post:
http://forum.cmsmadesimple.org/index.php/topic,7223.msg38496.html#msg38496

I added this line of code on top of the include.php file to increase the PHP session memory:
ini_set('memory_limit','32M');

It worked for me.


Michel
Locked

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