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;
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
New contributor
|
show 7 more comments
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
New contributor
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
|
show 7 more comments
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
New contributor
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
template file
New contributor
New contributor
edited Jun 18 at 15:31
Don J
New contributor
asked Jun 18 at 14:41
Don JDon J
11 bronze badge
11 bronze badge
New contributor
New contributor
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
|
show 7 more comments
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
|
show 7 more comments
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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.
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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