docker-magento2 icon indicating copy to clipboard operation
docker-magento2 copied to clipboard

generation folder is not in $MAGENTO_ROOT/var/ but $MAGENTO_ROOT/

Open michsk opened this issue 6 years ago • 2 comments

In the installer we have find $MAGENTO_ROOT/var/generation -type d -exec chmod g+s {} \;

But the generation folder is in find $MAGENTO_ROOT/generation -type d -exec chmod g+s {} \;

michsk avatar Mar 08 '19 23:03 michsk

actually its not even called generation but generated, or am i missing something?

michsk avatar Mar 08 '19 23:03 michsk

This changed between Magento versions a while back. The installer is probably just written for the older version.

punkstar avatar Dec 24 '19 13:12 punkstar