You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like the params (specifically the \Magento\Filesystem::PARAM_APP_DIRS ones) are being overridden when $directoryListConfig->configure($directories);
is called in lib/Magento/App/ObjectManagerFactory.php [line 148]
Magento\Filesystem\DirectoryList\Configuration pulls directory info from app/code/Magento/Core/etc/config.xml and overrides any params I have set in index.php, should it not be the other way around? Or do params defined in index.php not take precedence over config?
i.e. $params[\Magento\Filesystem::PARAM_APP_DIRS][\Magento\Filesystem::PUB] = array('uri' => '');