Magento Expert Forum - Improve your Magento experience

Results 1 to 10 of 10

Blank page after enabling Magento Compiler

  1. #1
    Administrator david's Avatar
    Join Date
    Nov 2012
    Posts
    261
    Thanks
    22
    Thanked 42 Times in 34 Posts

    Lightbulb Blank page after enabling Magento Compiler

    You Receive a blank page after enabling Magento Compiler in the admin section.

    Causes

    1) A module that you installed may not work with Magento Compiler

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

    How to resolve?

    Easy, Open the index.php in your magento root directory

    Comment out the following line:

    PHP Code:
    /**
    * Compilation includes configuration file
    */
    /**#$compilerConfig = ‘includes/config.php’;
    #if (file_exists($compilerConfig)) {
    include $compilerConfig;
    #}  */ 
    Now go back to the backend of your magento store, and run compilation.

    Clean the cache dir and verify that its now working.

    If problem persists comment out the compilation line again in the index.php

    And trouble shoot which modules is causing problems.

    View more threads in the same category:


  2. #2
    Junior Member
    Join Date
    May 2013
    Posts
    25
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    This issue arises many times. Thanks for sharing this.

  3. #3
    New member
    Join Date
    Jul 2014
    Location
    UK
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thank you, the solution is easy, but it may take time at newbees to solve the problem. It's awesome you provide support for your customers.



    __________________________________________________ _____________
    Five-year experience with ipad application development company, UK.

  4. #4
    Junior Member
    Join Date
    Aug 2014
    Posts
    24
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    he Magneto Compiler process it completes fine and then it's enabled. Everything is fine on the front end until I add something to the basket, it goes to a white/blank screen, same for the basket page and checkout page.

  5. #5
    New member gearadelphia's Avatar
    Join Date
    Oct 2014
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by links123 View Post
    he Magneto Compiler process it completes fine and then it's enabled. Everything is fine on the front end until I add something to the basket, it goes to a white/blank screen, same for the basket page and checkout page.
    Turn on error reporting. If you're getting rates from Fedex and don't have SOAP enabled, it could cause that. You can also run this on a test page to see if SOAP is enabled:

    PHP Code:
    <?php var_dump(class_exists(“SOAPClient”)); ?>

  6. #6
    Junior Member
    Join Date
    Oct 2015
    Location
    Dallas, TX
    Posts
    65
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Default

    I can't count how many times this problem happened. Thanks for sharing tips.

  7. #7
    New member
    Join Date
    Oct 2015
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default hi david

    i tried to do your way but now i have problem with admin page it goes from my url www../admin to www.../downloder and still its loading and there is nothing to come and see AND NOW MY SITE IS GONE AWAY TOO...!!

  8. #8
    Junior Member Magento Nguyen's Avatar
    Join Date
    Jun 2015
    Posts
    958
    Thanks
    0
    Thanked 13 Times in 13 Posts

    Default

    Thanks for sharing this

  9. #9
    Senior Member
    Join Date
    Aug 2018
    Posts
    107
    Thanks
    1
    Thanked 4 Times in 4 Posts

    Default

    I am getting a blank page for configuration and other section in the Magento admin page. That is, when I enable the "Enable" section of .

  10. #10
    Junior Member
    Join Date
    Sep 2018
    Location
    United Kingdom
    Posts
    228
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Default

    our following stage for purpose this issue is debilitate augmentation one by one and check issue is illuminate or not . In this progression we will discovered which augmentation making issue with Magento assemblage and fix expansion issue or contact to Extension Developer for help.
    1 A module that you installed may not work with Magento Compiler
    2 You enabled the compiler but didn’t run the compiler before enabling.

Similar Threads

  1. Blank Theme is not showing up!
    By indusstar777 in forum Programming Questions
    Replies: 1
    Last Post: 21-06-2013, 01:17 AM
  2. Page link error!
    By indusstar777 in forum Programming Questions
    Replies: 3
    Last Post: 19-06-2013, 05:19 PM
  3. Magento blank theme errror.
    By indusstar777 in forum Programming Questions
    Replies: 3
    Last Post: 19-06-2013, 05:06 PM
  4. Replies: 0
    Last Post: 12-06-2013, 08:39 AM
  5. Filter products by attribute on a Magento CMS page
    By david in forum Programming & Development
    Replies: 1
    Last Post: 18-04-2013, 11:19 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •