Page 1 of 1

Module manager help please

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

Re: Module manager help please

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

Re: Module manager help please

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