[SOLVED] Can't load module section under site admin...just get blank page, i can't configure the modules!!
patryn
Joined: 2005-10-11
Posts: 3 |
![]() |
Get this information from the PHP diagnostic (in the configuration wizard). I keep getting a page cannot be diplayed in IE. or a blank page in firefox. help! http://24.235.233.31/pix |
|
valiant
Joined: 2003-01-04
Posts: 32509 |
![]() |
please post a phpinfo link. FAQ: What information is required when I ask for help in the forums? |
|
patryn
Joined: 2005-10-11
Posts: 3 |
![]() |
Thanx, i changed the memory setting and it worked. |
|
technoid
Joined: 2004-09-18
Posts: 11 |
![]() |
Hi, G2 2.0.1 - techie - admin@technoidium.net |
|
valiant
Joined: 2003-01-04
Posts: 32509 |
![]() |
php parameter memory_limit |
|
valiant
Joined: 2003-01-04
Posts: 32509 |
![]() |
also try to change the php memory limit yourself with .htaccess, see: |
|
technoid
Joined: 2004-09-18
Posts: 11 |
![]() |
Thank you for your replies. I have sent a support ticket to my webhost about increase the limit. I just have a feeling they won't do it. And where do I put the .htaccess? I don't see it and I don't think I'm allowed to revise that either. Will follow up soon. If I cannot do any of this, is there another way to import? - techie - admin@technoidium.net |
|
valiant
Joined: 2003-01-04
Posts: 32509 |
![]() |
another way to import? @.htaccess: |
|
StubbsUK
Joined: 2005-11-14
Posts: 9 |
![]() |
This might sound like a daft question, but why does a page that's just a list of modules require more then 16mb of RAM? Looking at the code (modules/core/AdminModules.inc) it appears that each of the modules is instantiated twice? Is that right? I've quickly added some unset statements at the end of each loop, but that didn't work, that may just be down to me putting them in the wrong place and making things worse mind >16mb is an awful lot of RAM, and will probably stop Gallery being run on a good number of hosts ... |
|
valiant
Joined: 2003-01-04
Posts: 32509 |
![]() |
16 MB of RAM for admin operations isn't that much. if you find out what could be done better, please submit a patch. also, in AdminModules.inc, we don't have all modules loaded at the same time. in the foreach, we do $module = loadPlugin -> the allocated memory is overwritten with a new object, it's not additive. |
|