Add code

Monday 4 January 2016

when i enabling compilation in magento Got fatal error

Open your "root/includes/config.php" file.
Comment the below line using '#' symbol.

define('COMPILER_INCLUDE_PATH', dirname(__FILE__).DIRECTORY_SEPARATOR.'src');


Thats it. Refresh the cache and check now.

No comments:

Post a Comment

Magento : 404 error is showing admin page

Hello, Sometimes we may get the error on admin page once done with the Magento installation. In that scenario, we have to do the following: ...