Open
Description
When using the symlink strategy, the updated include_path
of Magento becomes :
/var/www/releases/20141115141316/vendor/connect20/Mage_Core_Modules/app/code/local
/var/www/releases/20141115141316/vendor/connect20/Mage_Core_Modules/app/code/community
/var/www/releases/20141115141316/vendor/connect20/Mage_Core_Modules/app/code/core
/var/www/releases/20141115141316/vendor/connect20/Mage_Core_Modules/lib
.
/usr/share/php
/usr/share/pear
This is due to line 29 of the app/Mage.php
file defining the BP
constant, as long as __FILE__
resolves to the realpath and not to the symlink path :
define('BP', dirname(dirname(__FILE__)));
Metadata
Metadata
Assignees
Labels
No labels