Hi,
I'm facing this issue, how can I fix it?
I have resolved this issue with my project. The problem was the name of the view folder:
app>>code>>Vendor>>ModuleName>>View>>frontend>>templates>>magicheader.phtml
This needed to be:
app>>code>>Vendor>>ModuleName>>view>>frontend>>templates>>magicheader.phtml
It may help you!
Problem Solved? Click on Kudos & Accept as Solution!
Hi @clemence_benharbon ,
It seems like you have overridden the magento catalog widget template file. Please check in your code and database where this grid_v16.phtml file is mentioned because default html file Is grid.phtml
Also cross check whether you have this grid_v16 html present in your custom theme or module.
Hope this helps you!
Problem Solved! Click Kudos & Accept as Solution!
In the Magento Admin section (Stores > Configuration > Web>block blast), you will need to make sure the Base URL of your site (or of each website in your multi-website setup) is set to the correct.
I've come across similar issues when using the CatalogWidget, especially after upgrades or custom theme changes. Sometimes it helps to re-deploy static content and clear the cache:
Also, check if the widget is properly enabled in the admin and whether any recent changes affected block permissions or template paths. If the issue persists, reviewing the logs under var/log/ can give more insight. Let us know how it goes!