Page 1 of 1

i can't access ModuleManager link!!

Posted: Mon Sep 10, 2007 10:25 am
by crhacker
suddenly i can't access my ModuleManager link,i guess maybe there is something wrong with the code.
so i reinstall the cmsmadesimple ,but the the problem also exist.

my domain/admin/moduleinterface.php?module=ModuleManager
in the admin pages,the other links is all right!!
i hope someone can tell my why the problem happen!!!
thank you!!

Re: i can't access ModuleManager link!!

Posted: Tue Sep 11, 2007 2:32 am
by crhacker
help meĀ  !!!!!!!!!!!~~~~~~~~~~~

Re: i can't access ModuleManager link!!

Posted: Tue Sep 11, 2007 5:58 am
by Nullig
If you have a lot of modules added, you may have a memory problem. If this is the case, adding:

ini_set("memory_limit", "16M");

near the top of your config.php file may help.

Nullig