Invalid template file in Magento 2.2.7Over ride magento template fileInvalid template file error in Magento 2Extend admin/login.phtml: Invalid template fileMagento:Template FileInvalid template file: 'Magehit_Bestsellerproducts::html/bestsellerblock.phtml'Magento_Checkout::js/components.phtml invalid templateMagento 2 Invalid Template File - Weird Template File Issue Product View OnlyMagento 2: Adding a template file before the page footer (invalid template file error)Invalid template file within custom templateInvalid template file in Magento 2.3

Questions about authorship rank and academic politics

Generate and graph the Recamán Sequence

Why isn’t the tax system continuous rather than bracketed?

Procedurally generate regions on island

What is "oversubscription" in Networking?

How hard is it to sell a home which is currently mortgaged?

How can I reduce the sound of rain on a range hood vent?

Wrong corporate name on employment agreement

The Confused Alien

How exactly is a normal force exerted, at the molecular level?

Mean Value Theorem: Continuous or Defined?

Question on oracles

Meaning of もてり and use of が

Is there a way for presidents to legally extend their terms beyond the maximum of four years?

Automatically convert a number to use the correct SI unit prefix

Reverse of diffraction

Did Wakanda officially get the stuff out of Bucky's head?

I'm reinstalling my Linux desktop, how do I keep SSH logins working?

Prime parity peregrination

What are good ways to spray paint a QR code on a footpath?

Spicket or spigot?

How did researchers use to find articles before the Internet and the computer era?

Do I have to roll to maintain concentration if a target other than me who is affected by my concentration spell takes damage?

Does the Pi 4 resolve the Ethernet+USB bottleneck issue of past versions?



Invalid template file in Magento 2.2.7


Over ride magento template fileInvalid template file error in Magento 2Extend admin/login.phtml: Invalid template fileMagento:Template FileInvalid template file: 'Magehit_Bestsellerproducts::html/bestsellerblock.phtml'Magento_Checkout::js/components.phtml invalid templateMagento 2 Invalid Template File - Weird Template File Issue Product View OnlyMagento 2: Adding a template file before the page footer (invalid template file error)Invalid template file within custom templateInvalid template file in Magento 2.3






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0
















1 exception(s):
Exception #0 (MagentoFrameworkExceptionValidatorException): Invalid template file: 'MGS_Mmegamenu::active_menu.phtml' in module:
'' block's name: 'active.megamenu.script'




I'm getting this error only on product pages?



Any idea how to resolve this?



layout:



/public_html/waverunnerball.com/app/code/MGS/Mmegamenu/view/frontend/layout/catalog_category_view.xml


<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="2columns-left" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<body>
<referenceContainer name="page.wrapper">
<block class="MagentoFrameworkViewElementTemplate" name="active.megamenu.script" template="MGS_Mmegamenu::active_menu.phtml" after="footer-container"/>
</referenceContainer>
</body>
</page>









share|improve this question









New contributor



Don J is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



















  • Can you post the layout of product page?

    – chdzma
    Jun 18 at 14:54











  • /app/code/MGS/Mmegamenu/view/frontend/layout/catalog_category_view.xml

    – Don J
    Jun 18 at 15:04











  • We need the content of your layout

    – chdzma
    Jun 18 at 15:07











  • <?xml version="1.0"?> <!-- /** * Copyright © 2016 Magento. All rights reserved. * See COPYING.txt for license details. */ --> <page xmlns:xsi="w3.org/2001/XMLSchema-instance" layout="2columns-left" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"> <body> <referenceContainer name="page.wrapper"> <block class="MagentoFrameworkViewElementTemplate" name="active.megamenu.script" template="MGS_Mmegamenu::active_menu.phtml" after="footer-container"/> </referenceContainer> </body> </page>

    – Don J
    Jun 18 at 15:08











  • please give your active_menu.phtml file path

    – Rk Rathod
    Jun 18 at 15:29

















0
















1 exception(s):
Exception #0 (MagentoFrameworkExceptionValidatorException): Invalid template file: 'MGS_Mmegamenu::active_menu.phtml' in module:
'' block's name: 'active.megamenu.script'




I'm getting this error only on product pages?



Any idea how to resolve this?



layout:



/public_html/waverunnerball.com/app/code/MGS/Mmegamenu/view/frontend/layout/catalog_category_view.xml


<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="2columns-left" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<body>
<referenceContainer name="page.wrapper">
<block class="MagentoFrameworkViewElementTemplate" name="active.megamenu.script" template="MGS_Mmegamenu::active_menu.phtml" after="footer-container"/>
</referenceContainer>
</body>
</page>









share|improve this question









New contributor



Don J is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



















  • Can you post the layout of product page?

    – chdzma
    Jun 18 at 14:54











  • /app/code/MGS/Mmegamenu/view/frontend/layout/catalog_category_view.xml

    – Don J
    Jun 18 at 15:04











  • We need the content of your layout

    – chdzma
    Jun 18 at 15:07











  • <?xml version="1.0"?> <!-- /** * Copyright © 2016 Magento. All rights reserved. * See COPYING.txt for license details. */ --> <page xmlns:xsi="w3.org/2001/XMLSchema-instance" layout="2columns-left" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"> <body> <referenceContainer name="page.wrapper"> <block class="MagentoFrameworkViewElementTemplate" name="active.megamenu.script" template="MGS_Mmegamenu::active_menu.phtml" after="footer-container"/> </referenceContainer> </body> </page>

    – Don J
    Jun 18 at 15:08











  • please give your active_menu.phtml file path

    – Rk Rathod
    Jun 18 at 15:29













0












0








0









1 exception(s):
Exception #0 (MagentoFrameworkExceptionValidatorException): Invalid template file: 'MGS_Mmegamenu::active_menu.phtml' in module:
'' block's name: 'active.megamenu.script'




I'm getting this error only on product pages?



Any idea how to resolve this?



layout:



/public_html/waverunnerball.com/app/code/MGS/Mmegamenu/view/frontend/layout/catalog_category_view.xml


<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="2columns-left" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<body>
<referenceContainer name="page.wrapper">
<block class="MagentoFrameworkViewElementTemplate" name="active.megamenu.script" template="MGS_Mmegamenu::active_menu.phtml" after="footer-container"/>
</referenceContainer>
</body>
</page>









share|improve this question









New contributor



Don J is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












1 exception(s):
Exception #0 (MagentoFrameworkExceptionValidatorException): Invalid template file: 'MGS_Mmegamenu::active_menu.phtml' in module:
'' block's name: 'active.megamenu.script'




I'm getting this error only on product pages?



Any idea how to resolve this?



layout:



/public_html/waverunnerball.com/app/code/MGS/Mmegamenu/view/frontend/layout/catalog_category_view.xml


<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="2columns-left" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<body>
<referenceContainer name="page.wrapper">
<block class="MagentoFrameworkViewElementTemplate" name="active.megamenu.script" template="MGS_Mmegamenu::active_menu.phtml" after="footer-container"/>
</referenceContainer>
</body>
</page>






template file






share|improve this question









New contributor



Don J is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.










share|improve this question









New contributor



Don J is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








share|improve this question




share|improve this question








edited Jun 18 at 15:31







Don J













New contributor



Don J is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








asked Jun 18 at 14:41









Don JDon J

11 bronze badge




11 bronze badge




New contributor



Don J is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




New contributor




Don J is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.














  • Can you post the layout of product page?

    – chdzma
    Jun 18 at 14:54











  • /app/code/MGS/Mmegamenu/view/frontend/layout/catalog_category_view.xml

    – Don J
    Jun 18 at 15:04











  • We need the content of your layout

    – chdzma
    Jun 18 at 15:07











  • <?xml version="1.0"?> <!-- /** * Copyright © 2016 Magento. All rights reserved. * See COPYING.txt for license details. */ --> <page xmlns:xsi="w3.org/2001/XMLSchema-instance" layout="2columns-left" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"> <body> <referenceContainer name="page.wrapper"> <block class="MagentoFrameworkViewElementTemplate" name="active.megamenu.script" template="MGS_Mmegamenu::active_menu.phtml" after="footer-container"/> </referenceContainer> </body> </page>

    – Don J
    Jun 18 at 15:08











  • please give your active_menu.phtml file path

    – Rk Rathod
    Jun 18 at 15:29

















  • Can you post the layout of product page?

    – chdzma
    Jun 18 at 14:54











  • /app/code/MGS/Mmegamenu/view/frontend/layout/catalog_category_view.xml

    – Don J
    Jun 18 at 15:04











  • We need the content of your layout

    – chdzma
    Jun 18 at 15:07











  • <?xml version="1.0"?> <!-- /** * Copyright © 2016 Magento. All rights reserved. * See COPYING.txt for license details. */ --> <page xmlns:xsi="w3.org/2001/XMLSchema-instance" layout="2columns-left" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"> <body> <referenceContainer name="page.wrapper"> <block class="MagentoFrameworkViewElementTemplate" name="active.megamenu.script" template="MGS_Mmegamenu::active_menu.phtml" after="footer-container"/> </referenceContainer> </body> </page>

    – Don J
    Jun 18 at 15:08











  • please give your active_menu.phtml file path

    – Rk Rathod
    Jun 18 at 15:29
















Can you post the layout of product page?

– chdzma
Jun 18 at 14:54





Can you post the layout of product page?

– chdzma
Jun 18 at 14:54













/app/code/MGS/Mmegamenu/view/frontend/layout/catalog_category_view.xml

– Don J
Jun 18 at 15:04





/app/code/MGS/Mmegamenu/view/frontend/layout/catalog_category_view.xml

– Don J
Jun 18 at 15:04













We need the content of your layout

– chdzma
Jun 18 at 15:07





We need the content of your layout

– chdzma
Jun 18 at 15:07













<?xml version="1.0"?> <!-- /** * Copyright © 2016 Magento. All rights reserved. * See COPYING.txt for license details. */ --> <page xmlns:xsi="w3.org/2001/XMLSchema-instance" layout="2columns-left" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"> <body> <referenceContainer name="page.wrapper"> <block class="MagentoFrameworkViewElementTemplate" name="active.megamenu.script" template="MGS_Mmegamenu::active_menu.phtml" after="footer-container"/> </referenceContainer> </body> </page>

– Don J
Jun 18 at 15:08





<?xml version="1.0"?> <!-- /** * Copyright © 2016 Magento. All rights reserved. * See COPYING.txt for license details. */ --> <page xmlns:xsi="w3.org/2001/XMLSchema-instance" layout="2columns-left" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"> <body> <referenceContainer name="page.wrapper"> <block class="MagentoFrameworkViewElementTemplate" name="active.megamenu.script" template="MGS_Mmegamenu::active_menu.phtml" after="footer-container"/> </referenceContainer> </body> </page>

– Don J
Jun 18 at 15:08













please give your active_menu.phtml file path

– Rk Rathod
Jun 18 at 15:29





please give your active_menu.phtml file path

– Rk Rathod
Jun 18 at 15:29










0






active

oldest

votes














Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);






Don J is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f278767%2finvalid-template-file-in-magento-2-2-7%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes








Don J is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















Don J is a new contributor. Be nice, and check out our Code of Conduct.












Don J is a new contributor. Be nice, and check out our Code of Conduct.











Don J is a new contributor. Be nice, and check out our Code of Conduct.














Thanks for contributing an answer to Magento Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f278767%2finvalid-template-file-in-magento-2-2-7%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Get product attribute by attribute group code in magento 2get product attribute by product attribute group in magento 2Magento 2 Log Bundle Product Data in List Page?How to get all product attribute of a attribute group of Default attribute set?Magento 2.1 Create a filter in the product grid by new attributeMagento 2 : Get Product Attribute values By GroupMagento 2 How to get all existing values for one attributeMagento 2 get custom attribute of a single product inside a pluginMagento 2.3 How to get all the Multi Source Inventory (MSI) locations collection in custom module?Magento2: how to develop rest API to get new productsGet product attribute by attribute group code ( [attribute_group_code] ) in magento 2

Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

Magento 2.3: How do i solve this, Not registered handle, on custom form?How can i rewrite TierPrice Block in Magento2magento 2 captcha not rendering if I override layout xmlmain.CRITICAL: Plugin class doesn't existMagento 2 : Problem while adding custom button order view page?Magento 2.2.5: Overriding Admin Controller sales/orderMagento 2.2.5: Add, Update and Delete existing products Custom OptionsMagento 2.3 : File Upload issue in UI Component FormMagento2 Not registered handleHow to configured Form Builder Js in my custom magento 2.3.0 module?Magento 2.3. How to create image upload field in an admin form