Hi my friends
I found the request admin/user/acess gives me blank page
I adding many modules but I dont know whom of them , causing this issue
please help me
thanks

Edited by: VeryMisunderstood; Moved from module development forum to post installation forum

Comments

vm’s picture

blank pages are apache errors, check your apache/http logs for the error being thrown.

what is you memory_limit ?
how many modules are installed and enabled ?

it's quite possible you are over your memory_limit which would mean you have to increase the amount of memory available on your server.

math_1048’s picture

Thank you very much dear for help
I gives php memory_limit 256MB
and for apache 85MB
and I have enabled about 90 module
I will request more memory for my VPS its all 512MB
but what can I do for making drupal go to best performace with this numbers of modules?
thank you
and best regards

vm’s picture

That's an awful lot of modules. I'd reconsider deploying so many.

maoze’s picture

i gave him 256M, but apearing: access denied.
(ini_set('memory_limit', '256M');)

Whats wrong ? Whats coult it be?

vm’s picture

access denied has nothing to do with memory.