skip to Main Content

Magento 2.1.9 static files not generating on production – leaves admin blank (no styles, no scripts loading)

Upgraded to Magento 2.1.9 from 2.1.8. Steps to replicate: Deploy in production mode deploy:mode:set production Set the following paths to 0 within db: dev/template/allow_symlink dev/js/merge_files dev/js/enable_js_bundling dev/js/minify_files dev/css/merge_css_files dev/css/minify_files Set the following paths value to 1: dev/static/sign Deploy static assets:…

VIEW QUESTION

Mini-cart changes not taking effect – Magento 2

I need to change mini-cart in our theme that falls back to magento 2 luna theme to show it using hover instead of click. So I have copied /vendor/magento/module-checkout/view/frontend/templates/cart/minicart.phtml to /app/design/frontend/[ourCompany]/[websitename]/Magento_Checkout/templates/cart/minicart.phtml Edited the file: .... <div class="block block-minicart empty" data-role="dropdownDialog"…

VIEW QUESTION

Magento 2.1.8 Re-indexing Error

I'm new to Magento and I am having a trouble with Re-indexing. I have checked all of the questions with re-indexing problem but my problem is different. My Cron job is showing the following error: Check https://getcomposer.org/doc/articles/troubleshooting.md#memory-limit-errors for more info…

VIEW QUESTION

how to assign data to new div in magento2

I want to make a new div and assign it data which I getting in list.phtml file . Like I am getting reviews block in my xml reference block file like this <referenceBlock name="product.info.details" > <block class="MagentoReviewBlockProductReview" name="reviews.tab" as="reviews" template="Magento_Review::review.phtml"…

VIEW QUESTION
Back To Top
Search