This article is for cPanel Accounts. Determine where your account is with this guide.
You may need to increase the memory PHP can use depending on how many modules or scripts you use on your site.
If you get a blank screen on any pages, you have two choices; increase your allocated memory for PHP or delete unused/misconfigured modules for the application.
This can be done in several places with the most likely being php.ini
Add for example:
memory_limit = 16M to your php.ini file
You will need to experiment with the value that is right for you depending on site needs. Some people find they need to set the memory to 24M or 32MB or higher (e.g. 96MB is recommended for a site with built-in image processing using ImageAPI GD).