main.INFO: Broken reference: and throws 404 error? Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Magento 2.0: main.CRITICAL: Broken referenceMagento 2 + Migration from 1.7.0.2 Product view & category page giving 404 errorMagento 2: Admin Attention Something went wrongMagento 2 System Log ErrorsMagento 2 adminhtml - custom block gives blank pageLayout log error when use “move” actionrequirejs-config, requirejs errorsMagento 2: main.INFO: Broken reference:After editing the product broken reference log errors are showning magento 2Extension works fine on local system but on live instance it gives me error
In musical terms, what properties are varied by the human voice to produce different words / syllables?
How can I prevent/balance waiting and turtling as a response to cooldown mechanics
The Nth Gryphon Number
Proof by mathematical induction with the problem 40(2n)! ≥ 30^n
Central Vacuuming: Is it worth it, and how does it compare to normal vacuuming?
Is multiple magic items in one inherently imbalanced?
Mounting TV on a weird wall that has some material between the drywall and stud
Is it possible for SQL statements to execute concurrently within a single session in SQL Server?
Why is std::move not [[nodiscard]] in C++20?
What does the writing on Poe's helmet say?
Relating to the President and obstruction, were Mueller's conclusions preordained?
How many time has Arya actually used Needle?
What is the role of と after a noun when it doesn't appear to count or list anything?
What adaptations would allow standard fantasy dwarves to survive in the desert?
Does silver oxide react with hydrogen sulfide?
Why complex landing gears are used instead of simple,reliability and light weight muscle wire or shape memory alloys?
Why datecode is SO IMPORTANT to chip manufacturers?
How much damage would a cupful of neutron star matter do to the Earth?
How can god fight other gods?
How to change the tick of the color bar legend to black
What order were files/directories output in dir?
"klopfte jemand" or "jemand klopfte"?
Why do early math courses focus on the cross sections of a cone and not on other 3D objects?
Should a wizard buy fine inks every time he want to copy spells into his spellbook?
main.INFO: Broken reference: and throws 404 error?
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?Magento 2.0: main.CRITICAL: Broken referenceMagento 2 + Migration from 1.7.0.2 Product view & category page giving 404 errorMagento 2: Admin Attention Something went wrongMagento 2 System Log ErrorsMagento 2 adminhtml - custom block gives blank pageLayout log error when use “move” actionrequirejs-config, requirejs errorsMagento 2: main.INFO: Broken reference:After editing the product broken reference log errors are showning magento 2Extension works fine on local system but on live instance it gives me error
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
[2019-04-18 09:56:18] main.INFO: Broken reference: the 'notification.messages' tries to reorder itself towards 'user', but their parents are different: 'header.inner.right' and 'header' respectively. [] []
This is the error in exception log and system got stuck in the controller after completing its functionality rather then returning value and throws 404 error.
magento2 404
add a comment |
[2019-04-18 09:56:18] main.INFO: Broken reference: the 'notification.messages' tries to reorder itself towards 'user', but their parents are different: 'header.inner.right' and 'header' respectively. [] []
This is the error in exception log and system got stuck in the controller after completing its functionality rather then returning value and throws 404 error.
magento2 404
add a comment |
[2019-04-18 09:56:18] main.INFO: Broken reference: the 'notification.messages' tries to reorder itself towards 'user', but their parents are different: 'header.inner.right' and 'header' respectively. [] []
This is the error in exception log and system got stuck in the controller after completing its functionality rather then returning value and throws 404 error.
magento2 404
[2019-04-18 09:56:18] main.INFO: Broken reference: the 'notification.messages' tries to reorder itself towards 'user', but their parents are different: 'header.inner.right' and 'header' respectively. [] []
This is the error in exception log and system got stuck in the controller after completing its functionality rather then returning value and throws 404 error.
magento2 404
magento2 404
edited 2 days ago
PЯINCƏ
8,45431147
8,45431147
asked 2 days ago
Asad UllahAsad Ullah
14012
14012
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
This is not an Error but rather Info, Magento tells you that it can't reorder by itself elements inside header.inner.right
on merging xml
.
Basically the order is like this:
header
|_header.inner.right
|_user
|_notification.messages
Try this :
<move element="user" before="-" destination="header.inner.right" />
<move element="notification.messages" after="user" destination="header.inner.right" />
Edit :
Yes, it's not an error but just info, and not because it's an info
that you d'ont have to solve it ! The 404 error dont due from this xml order.
vendor/psr/log/Psr/Log/LoggerInterface.php::info(); //output : main.INFO:
vendor/psr/log/Psr/Log/LoggerInterface.php::error(); //output : main.ERROR:
if this is not the error then hoe can i identify the error because there is no error on front page except 404 my extension got stuck in a controller in RECURSIVE FUNCTION and stop reading code in execute method that is written after the calling of RECURSIVE FUNCTION
– Asad Ullah
2 days ago
i am duplicating category with products when products are more then 700 it gives me this error while checking on live instance and on local this process takes time as compare to live instance but it completes the code and return the requested value on local but not on live instance unable to determine whats the problem here
– Asad Ullah
2 days ago
You can see my edit
– PЯINCƏ
2 days ago
where should i put this code ?which file
– Asad Ullah
yesterday
add a comment |
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
);
);
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%2f270633%2fmain-info-broken-reference-and-throws-404-error%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
This is not an Error but rather Info, Magento tells you that it can't reorder by itself elements inside header.inner.right
on merging xml
.
Basically the order is like this:
header
|_header.inner.right
|_user
|_notification.messages
Try this :
<move element="user" before="-" destination="header.inner.right" />
<move element="notification.messages" after="user" destination="header.inner.right" />
Edit :
Yes, it's not an error but just info, and not because it's an info
that you d'ont have to solve it ! The 404 error dont due from this xml order.
vendor/psr/log/Psr/Log/LoggerInterface.php::info(); //output : main.INFO:
vendor/psr/log/Psr/Log/LoggerInterface.php::error(); //output : main.ERROR:
if this is not the error then hoe can i identify the error because there is no error on front page except 404 my extension got stuck in a controller in RECURSIVE FUNCTION and stop reading code in execute method that is written after the calling of RECURSIVE FUNCTION
– Asad Ullah
2 days ago
i am duplicating category with products when products are more then 700 it gives me this error while checking on live instance and on local this process takes time as compare to live instance but it completes the code and return the requested value on local but not on live instance unable to determine whats the problem here
– Asad Ullah
2 days ago
You can see my edit
– PЯINCƏ
2 days ago
where should i put this code ?which file
– Asad Ullah
yesterday
add a comment |
This is not an Error but rather Info, Magento tells you that it can't reorder by itself elements inside header.inner.right
on merging xml
.
Basically the order is like this:
header
|_header.inner.right
|_user
|_notification.messages
Try this :
<move element="user" before="-" destination="header.inner.right" />
<move element="notification.messages" after="user" destination="header.inner.right" />
Edit :
Yes, it's not an error but just info, and not because it's an info
that you d'ont have to solve it ! The 404 error dont due from this xml order.
vendor/psr/log/Psr/Log/LoggerInterface.php::info(); //output : main.INFO:
vendor/psr/log/Psr/Log/LoggerInterface.php::error(); //output : main.ERROR:
if this is not the error then hoe can i identify the error because there is no error on front page except 404 my extension got stuck in a controller in RECURSIVE FUNCTION and stop reading code in execute method that is written after the calling of RECURSIVE FUNCTION
– Asad Ullah
2 days ago
i am duplicating category with products when products are more then 700 it gives me this error while checking on live instance and on local this process takes time as compare to live instance but it completes the code and return the requested value on local but not on live instance unable to determine whats the problem here
– Asad Ullah
2 days ago
You can see my edit
– PЯINCƏ
2 days ago
where should i put this code ?which file
– Asad Ullah
yesterday
add a comment |
This is not an Error but rather Info, Magento tells you that it can't reorder by itself elements inside header.inner.right
on merging xml
.
Basically the order is like this:
header
|_header.inner.right
|_user
|_notification.messages
Try this :
<move element="user" before="-" destination="header.inner.right" />
<move element="notification.messages" after="user" destination="header.inner.right" />
Edit :
Yes, it's not an error but just info, and not because it's an info
that you d'ont have to solve it ! The 404 error dont due from this xml order.
vendor/psr/log/Psr/Log/LoggerInterface.php::info(); //output : main.INFO:
vendor/psr/log/Psr/Log/LoggerInterface.php::error(); //output : main.ERROR:
This is not an Error but rather Info, Magento tells you that it can't reorder by itself elements inside header.inner.right
on merging xml
.
Basically the order is like this:
header
|_header.inner.right
|_user
|_notification.messages
Try this :
<move element="user" before="-" destination="header.inner.right" />
<move element="notification.messages" after="user" destination="header.inner.right" />
Edit :
Yes, it's not an error but just info, and not because it's an info
that you d'ont have to solve it ! The 404 error dont due from this xml order.
vendor/psr/log/Psr/Log/LoggerInterface.php::info(); //output : main.INFO:
vendor/psr/log/Psr/Log/LoggerInterface.php::error(); //output : main.ERROR:
edited 2 days ago
answered 2 days ago
PЯINCƏPЯINCƏ
8,45431147
8,45431147
if this is not the error then hoe can i identify the error because there is no error on front page except 404 my extension got stuck in a controller in RECURSIVE FUNCTION and stop reading code in execute method that is written after the calling of RECURSIVE FUNCTION
– Asad Ullah
2 days ago
i am duplicating category with products when products are more then 700 it gives me this error while checking on live instance and on local this process takes time as compare to live instance but it completes the code and return the requested value on local but not on live instance unable to determine whats the problem here
– Asad Ullah
2 days ago
You can see my edit
– PЯINCƏ
2 days ago
where should i put this code ?which file
– Asad Ullah
yesterday
add a comment |
if this is not the error then hoe can i identify the error because there is no error on front page except 404 my extension got stuck in a controller in RECURSIVE FUNCTION and stop reading code in execute method that is written after the calling of RECURSIVE FUNCTION
– Asad Ullah
2 days ago
i am duplicating category with products when products are more then 700 it gives me this error while checking on live instance and on local this process takes time as compare to live instance but it completes the code and return the requested value on local but not on live instance unable to determine whats the problem here
– Asad Ullah
2 days ago
You can see my edit
– PЯINCƏ
2 days ago
where should i put this code ?which file
– Asad Ullah
yesterday
if this is not the error then hoe can i identify the error because there is no error on front page except 404 my extension got stuck in a controller in RECURSIVE FUNCTION and stop reading code in execute method that is written after the calling of RECURSIVE FUNCTION
– Asad Ullah
2 days ago
if this is not the error then hoe can i identify the error because there is no error on front page except 404 my extension got stuck in a controller in RECURSIVE FUNCTION and stop reading code in execute method that is written after the calling of RECURSIVE FUNCTION
– Asad Ullah
2 days ago
i am duplicating category with products when products are more then 700 it gives me this error while checking on live instance and on local this process takes time as compare to live instance but it completes the code and return the requested value on local but not on live instance unable to determine whats the problem here
– Asad Ullah
2 days ago
i am duplicating category with products when products are more then 700 it gives me this error while checking on live instance and on local this process takes time as compare to live instance but it completes the code and return the requested value on local but not on live instance unable to determine whats the problem here
– Asad Ullah
2 days ago
You can see my edit
– PЯINCƏ
2 days ago
You can see my edit
– PЯINCƏ
2 days ago
where should i put this code ?which file
– Asad Ullah
yesterday
where should i put this code ?which file
– Asad Ullah
yesterday
add a comment |
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%2f270633%2fmain-info-broken-reference-and-throws-404-error%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