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!!
i can't access ModuleManager link!!
Re: i can't access ModuleManager link!!
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
ini_set("memory_limit", "16M");
near the top of your config.php file may help.
Nullig

