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
{{ message }}
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.
I've faced with same problem while installing fooman/speedster and my theme via composer. The problem looks more complex then just fix $baseDir. I tried to fix $baseDir but then i also need to fix $realDocRoot. After that i need to set different $realDocRoot for links to real files and to linked files. For me the easiest solution was to install fooman/speedsteradvanced
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When the plugin is installed via composer the m.php file fails because the $baseDir is incorrect.
$baseDir is being calculated as '/var/www/mywebsite/vendor/fooman/speedster' it should actually be '/var/www/mywebsite/shop'.
The 'shop' directory is set as 'magento-root-dir' in composer.
The text was updated successfully, but these errors were encountered: