Magento2 Multistore Headers already sentMagento Multistore categories giving errorMultistore setup helpMagento2 multistore setupMagento2 multistore setup, getStore()->getCode() shows defaultBuilding multi stores with multi domains but get 500Headers already send Magento 2 multistore addon domain404 / 500 after installing Magento 2.3Magento 2.3.0 - The store that was requested wasn't foundMagento 2.3.0 - Set up multiple websites, stores, and store viewsMagento2 Multistore - direrent products in each Store

Did Shadowfax go to Valinor?

Is it unprofessional to ask if a job posting on GlassDoor is real?

Is it legal for company to use my work email to pretend I still work there?

Combinations of multiple lists

Does a druid starting with a bow start with no arrows?

Why can't we play rap on piano?

How do I write bicross product symbols in latex?

What is the intuition behind short exact sequences of groups; in particular, what is the intuition behind group extensions?

How can saying a song's name be a copyright violation?

Brothers & sisters

Should I tell management that I intend to leave due to bad software development practices?

What exploit are these user agents trying to use?

Theorems that impeded progress

What does it mean to describe someone as a butt steak?

Fully-Firstable Anagram Sets

Why do I get two different answers for this counting problem?

Intersection of two sorted vectors in C++

Were any external disk drives stacked vertically?

Will google still index a page if I use a $_SESSION variable?

Arrow those variables!

What is the word for reserving something for yourself before others do?

Is it inappropriate for a student to attend their mentor's dissertation defense?

How is it possible to have an ability score that is less than 3?

What's the point of deactivating Num Lock on login screens?



Magento2 Multistore Headers already sent


Magento Multistore categories giving errorMultistore setup helpMagento2 multistore setupMagento2 multistore setup, getStore()->getCode() shows defaultBuilding multi stores with multi domains but get 500Headers already send Magento 2 multistore addon domain404 / 500 after installing Magento 2.3Magento 2.3.0 - The store that was requested wasn't foundMagento 2.3.0 - Set up multiple websites, stores, and store viewsMagento2 Multistore - direrent products in each Store






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








0















I recently upgraded my Magento store to 2.3.1. The main store works just fine, however, my other store (multi-store instance) brings up this error:




Warning: stream_wrapper_unregister(): Unable to unregister protocol phar:// in /home/site/public_html/app/bootstrap.php on line 11




It then redirects to a report page, the relevant log file shows:




"0":"Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/app/bootstrap.php:11)




I've cleared out the var/ folders, run the:



$ php bin/magento setup:upgrade
$ php bin/magento setup:di:compile
$ php bin/magento setup:static-content:deploy -f
$ php bin/magento cache:clean


Going to app/bootstrap.php line 11 shows:



stream_wrapper_unregister('phar');


Commenting it out works ... but that feels hacky and dirty.



What's the proper way to fix this?



Server info:




PHP: 7.2.16



CentOS 7




Thanks,










share|improve this question






























    0















    I recently upgraded my Magento store to 2.3.1. The main store works just fine, however, my other store (multi-store instance) brings up this error:




    Warning: stream_wrapper_unregister(): Unable to unregister protocol phar:// in /home/site/public_html/app/bootstrap.php on line 11




    It then redirects to a report page, the relevant log file shows:




    "0":"Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/app/bootstrap.php:11)




    I've cleared out the var/ folders, run the:



    $ php bin/magento setup:upgrade
    $ php bin/magento setup:di:compile
    $ php bin/magento setup:static-content:deploy -f
    $ php bin/magento cache:clean


    Going to app/bootstrap.php line 11 shows:



    stream_wrapper_unregister('phar');


    Commenting it out works ... but that feels hacky and dirty.



    What's the proper way to fix this?



    Server info:




    PHP: 7.2.16



    CentOS 7




    Thanks,










    share|improve this question


























      0












      0








      0








      I recently upgraded my Magento store to 2.3.1. The main store works just fine, however, my other store (multi-store instance) brings up this error:




      Warning: stream_wrapper_unregister(): Unable to unregister protocol phar:// in /home/site/public_html/app/bootstrap.php on line 11




      It then redirects to a report page, the relevant log file shows:




      "0":"Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/app/bootstrap.php:11)




      I've cleared out the var/ folders, run the:



      $ php bin/magento setup:upgrade
      $ php bin/magento setup:di:compile
      $ php bin/magento setup:static-content:deploy -f
      $ php bin/magento cache:clean


      Going to app/bootstrap.php line 11 shows:



      stream_wrapper_unregister('phar');


      Commenting it out works ... but that feels hacky and dirty.



      What's the proper way to fix this?



      Server info:




      PHP: 7.2.16



      CentOS 7




      Thanks,










      share|improve this question
















      I recently upgraded my Magento store to 2.3.1. The main store works just fine, however, my other store (multi-store instance) brings up this error:




      Warning: stream_wrapper_unregister(): Unable to unregister protocol phar:// in /home/site/public_html/app/bootstrap.php on line 11




      It then redirects to a report page, the relevant log file shows:




      "0":"Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/app/bootstrap.php:11)




      I've cleared out the var/ folders, run the:



      $ php bin/magento setup:upgrade
      $ php bin/magento setup:di:compile
      $ php bin/magento setup:static-content:deploy -f
      $ php bin/magento cache:clean


      Going to app/bootstrap.php line 11 shows:



      stream_wrapper_unregister('phar');


      Commenting it out works ... but that feels hacky and dirty.



      What's the proper way to fix this?



      Server info:




      PHP: 7.2.16



      CentOS 7




      Thanks,







      multistore magento2.3






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 2 days ago







      treyBake

















      asked 2 days ago









      treyBaketreyBake

      120118




      120118




















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



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f268319%2fmagento2-multistore-headers-already-sent%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















          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%2f268319%2fmagento2-multistore-headers-already-sent%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

          Sum ergo cogito? 1 nng

          419 nièngy_Soadمي 19bal1.5o_g

          Queiggey Chernihivv 9NnOo i Zw X QqKk LpB