I randomly checked my site today and the profile page loads blank. For User 1 as well as all users that login.

No changes or modules were updated during that time.

Any suggestions on trouble shooting that I can do to fix this problem?

Thanks,
Nick

Comments

alan d.’s picture

You may have a fatal php error, such as memory limit exceeded. This should show up in the logs.

If so, update your php.ini from

memory_limit = 16M ; Maximum amount of memory a script may consume (16MB)

to something like

memory_limit = 32M ; Maximum amount of memory a script may consume (16MB)

and see if the page loads.

Note that apache may need to be restarted for the changes to take effect.


Alan Davison
www.caignwebs.com.au

Alan Davison