Skip to content

Magento Composer Autload Patch Fix

Compare
Choose a tag to compare
@richdynamix richdynamix released this 12 May 13:36
· 36 commits to master since this release

There is a strange bug where the Magento Composer autoload patch was causing issues with the Magento autoloader. This caused issues during the initial installation and viewing the page.

To get around this problem the autoload patch has been skipped on the install using the composer config setting -

"with-bootstrap-patch": false

The user is free to change this to true and retry at a later stage.