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;








1















[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.










share|improve this question






























    1















    [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.










    share|improve this question


























      1












      1








      1








      [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.










      share|improve this question
















      [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






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 2 days ago









      PЯINCƏ

      8,45431147




      8,45431147










      asked 2 days ago









      Asad UllahAsad Ullah

      14012




      14012




















          1 Answer
          1






          active

          oldest

          votes


















          0














          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:





          share|improve this answer

























          • 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











          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
          );



          );













          draft saved

          draft discarded


















          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









          0














          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:





          share|improve this answer

























          • 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















          0














          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:





          share|improve this answer

























          • 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













          0












          0








          0







          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:





          share|improve this answer















          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:






          share|improve this answer














          share|improve this answer



          share|improve this answer








          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

















          • 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

















          draft saved

          draft discarded
















































          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%2f270633%2fmain-info-broken-reference-and-throws-404-error%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