Blank page or white screen is shown in Magento Frontend, Backend or Magento Connect Manager.
If you see a blank page / white screen opening your Store in browser, it indicatesthat there is a PHP fatal error somewhere in the code of your Magento store.
This usually happens when you modified files, theme templates or modules / extensions, or installed a theme or extension which cause fatal PHP errors.
Before starting investigation please try toDisable Magento Compiler andClear cached Magento data , in the most cases it should solve the issue.
To see the actual error message you need to login via FTP to your Store and use the following instructions:
or insert this line somewhere at the top of the file.ini_set('display_errors', 1);
|
Please do not forget to change 'display_errors' setting back when the issue is solved.
If the error report gives no clue, to solve the issue please use the following steps: