Page access control not found or
Drupal display blank page after you adding or enabling new Drupal modules.
The example that I get, gallery2 just display blank page.
The reason is that you may be running out of memory, you may need to check the
PHP configuration file and check default memory setting for your PHP.
The default PHP memory limits for:
Fedora Core 5: 8M
Fedora Core 6: 16M
Solution: increase PHP memory by editing the PHP configuration file located at
/etc/php.ini or use find command to locate the PHP (php.ini)
configuration files.
[root@fedora ~]# find / -name php.ini
2. Open and edit the php.ini configuration
file and find part that say memory_limit:
;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
;;;;;;;;;;;;;;;;;;;
max_execution_time = 30 ; Maximum execution time of each script, in seconds
max_input_time = 60 ; Maximum amount of time each script may spend parsing request
data
memory_limit = 16M ; Maximum amount
of memory a script may consume
3. Increase the amount PHP memory limit to any amount that you thing appropriate,
try use 64M.
memory_limit = 64M ; Maximum amount of memory a script may consume
3 comments
Instruction
Submitted by John Porta (not verified) on Tue, 2011/08/16 - 02:53.Guide... Shoot this post was more like an instruction manual. The way you explain certain parameters is very descriptive. well done.
Modules
Submitted by Mike22 (not verified) on Wed, 2011/08/17 - 02:54.This site is full of good drup advice, thanks a bunch for the Module explanations. Mesa Auto
I think it looks really nice
Submitted by Aer conditionat (not verified) on Mon, 2011/12/05 - 15:33.I think it looks really nice with this blank page after you add some new Drupal models, I would like so much to do this by my own.