RevenueHunt / product-recommendation-quiz-for-magento

2 stars 3 forks source link

BUG: invalid template file head/custom-head.phtml #3

Open vasilii-b opened 2 years ago

vasilii-b commented 2 years ago

https://github.com/RevenueHunt/product-recommendation-quiz-for-magento/blob/dfc0cd7e14af6036dba6786a3e2c574d44fcf868/view/frontend/layout/default.xml#L11

Exception #0 (Magento\Framework\Exception\ValidatorException): Invalid template file: 'Revenuehunt_ProductQuiz::head/custom-head.phtml' in module: '' block's name: 'revenuehunt-embed'

ℹ️ There is no such folder head under templates

reense commented 2 years ago

I'm having this issue as well.

DegrizNet commented 1 year ago

Problem is location of files as there is no head folder. You can fix it like this: <block class="Magento\Framework\View\Element\Template" name="revenuehunt-embed" template="Revenuehunt_ProductQuiz::custom-head.phtml" />