Blank Page after Magento Compilation completed

Posted on Posted in Magento, PHP, Programming

Many extension provider’s Magento only give the bundle of the extension to compile with Magento compilation feature (default Magento). And I often get the blank page after finishing the compilation. We cannot access frontend and backend of the Magento.

Many causes is a reason why the page is blank.

1) The module is conflict with another third party extension.

2) We enabled the compiler but didn’t run the compiler before enabling.

3) A module that you installed cannot running well on Magento Compiler.

 

 
The solution is
1) Open file index.php in Magento root directory.
2) Comment out the following line:


/*$compilerConfig = ‘includes/config.php’;
if (file_exists($compilerConfig)) {
include $compilerConfig;
} */

3) After that we can clean Full Page cache and Cache Storage on Cache Management (System > Cache Management).

Hopefully it’s help. Thanks

3 thoughts on “Blank Page after Magento Compilation completed

  1. I got this web site from my friend who shared with me regarding this web site
    and now this time I am browsing this website and reading very informative posts at this time.

  2. Pingback: Webmaster Center
  3. Good day! This is my first comment here so I just wanted
    to give a quick shout out and say I truly enjoy reading your articles.

    Can you suggest any other blogs/websites/forums
    that go over the same topics? Appreciate it!

Leave a Reply to fleshlight Cancel reply

Your email address will not be published. Required fields are marked *