Tuesday, September 20, 2011

Got fatal error when i enabling compilation in magento

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