* Earnie Boyd [06/03/08 13:28]:
Quoting Walter Garcia-Fontes walter.garcia@upf.edu:
How would I go diagnosing this? Which logs are useful to check, or anything else that would help me diagnosing a "blank page of death"? It's sort of frustrating to not get any type of error message in this type of situations.
php_value display_errors 1 php_value memory_limit 64M
Thanks Earnie, I had 32M as memory_limit, so I thought it could not be a memory problem, but after increasing the memory to 64M the problem dissapeared.