Magento 2.0 0.74.0-beta16
not showed frontend css styles to me (but showed on admin part).
I saw what Magento 2.0 can not load the css files «styles-l.css
» and «styles-m.css
».
Then I tried to load it manually by url it lead to ERR_CONNECTION_RESET
in Google Chrome and connection reset by peer
in wget
.
All the error logs was empty, and it seems to be segmentation fault in PHP.
The bug reproduced on PHP 5.6.8 / Apache / Windows.
The bug is not reproduced on my Debian server.
So I debuged Magento 2.0 LESS processor (Oyejorge) and have found the problem code.
The fix is to remove or comment out line 101 from app/design/frontend/Magento/blank/Magento_Checkout/web/css/source/module/checkout/_payment-options.less
Then remove pub/static/frontend
and var/view_preprocessed
folders.