Magento 2.2.8 - Possible Issues during upgrade?Why is Magento 2.1.0 released before 2.0.9?Magento 2.2.2 - Possible upgrade issuesSecurity Patch SUPEE-10570 - Possible issues?After upgrade magento 2.2.4 to 2.2.6 web setup wizard not displaySecurity Patch SUPEE-11086 - Possible issues?Magento 2.3.1 upgrade ErrorsMagento 2.2.8 Cart Price Rule with Country doesn't work when Coupon Code usedSecurity Patch SUPEE-11155 - Possible issues?Magento 2 - Possible Image CorruptionCustomer billing and shipping address not renderring in order view

What does "see" in "the Holy See" mean?

What does Kasparov mean by "I was behind in three and even in one after six games"?

Convert a string like 4h53m12s to a total number of seconds in JavaScript

High income, sudden windfall

401(k) investment after being fired. Do I own it?

How to write a sincerely religious protagonist without preaching or affirming or judging their worldview?

Strange Cron Job takes up 100% of CPU Ubuntu 18 LTS Server

How did C64 games handle music during gameplay?

What exactly makes a General Products hull nearly indestructible?

Why are there not any MRI machines available in Interstellar?

What do I do when a student working in my lab "ghosts" me?

powerhouse of ideas

In a diamond problem in c++ , Why do we need to call grand_parent constructor from child class?

Why is a dedicated QA team member necessary?

Can a teleportation spell to a false destination have no similar area?

What are the exact meanings of roll, pitch and yaw?

Why is my read in of data taking so long?

Character is called by their first initial. How do I write it?

How do campaign rallies gain candidates votes?

Why isn't there a serious attempt at creating a third mass-appeal party in the US?

Other than a swing wing, what types of variable geometry have flown?

What is the difference between 1/3, 1/2, and full casters?

What causes long-running disputes over sovereignty?

How can I prevent corporations from growing their own workforce?



Magento 2.2.8 - Possible Issues during upgrade?


Why is Magento 2.1.0 released before 2.0.9?Magento 2.2.2 - Possible upgrade issuesSecurity Patch SUPEE-10570 - Possible issues?After upgrade magento 2.2.4 to 2.2.6 web setup wizard not displaySecurity Patch SUPEE-11086 - Possible issues?Magento 2.3.1 upgrade ErrorsMagento 2.2.8 Cart Price Rule with Country doesn't work when Coupon Code usedSecurity Patch SUPEE-11155 - Possible issues?Magento 2 - Possible Image CorruptionCustomer billing and shipping address not renderring in order view






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








6















Magento 2.2.8 was just released https://github.com/magento/magento2/releases/tag/2.2.8 . What are the issues that we might face during the upgrade ?










share|improve this question






























    6















    Magento 2.2.8 was just released https://github.com/magento/magento2/releases/tag/2.2.8 . What are the issues that we might face during the upgrade ?










    share|improve this question


























      6












      6








      6








      Magento 2.2.8 was just released https://github.com/magento/magento2/releases/tag/2.2.8 . What are the issues that we might face during the upgrade ?










      share|improve this question
















      Magento 2.2.8 was just released https://github.com/magento/magento2/releases/tag/2.2.8 . What are the issues that we might face during the upgrade ?







      magento2 magento2.2.8






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 27 at 6:35









      Dexter

      2,9953 gold badges23 silver badges51 bronze badges




      2,9953 gold badges23 silver badges51 bronze badges










      asked Mar 26 at 14:15









      Ylgen GuxholliYlgen Guxholli

      1,3024 silver badges15 bronze badges




      1,3024 silver badges15 bronze badges




















          3 Answers
          3






          active

          oldest

          votes


















          0














          If you migrating from 2.2.x version of Magento, I don't see there can be any major issues while upgrading.



          Until and unless you Core files are modified you should go with an upgrade. 2.2.8 has covered many security and functional fixes which should be good for the website.



          You can check in detail from Release Note



          If you are upgrading from 2.1.x or 2.0.x, then there can be issues with upgrade considering there has been code level changes in Magento 2.2.x from its predecessor.






          share|improve this answer






























            0














            Upgrading from 2.2.7 > 2.2.8



            If you have modules using bootstrap.php, you can have errors with Phar



            The following was added to bootstrap.php in 2.2.8



            `stream_wrapper_unregister('phar');`


            Now I receive the error



            [Exception] Warning: stream_wrapper_unregister(): Unable to unregister protocol phar:// in [DOCUMENT ROOT PATH]/html/app/bootstrap.php on line 11


            At least that's what is happening to me on Nexcess servers, and I know Phar is enabled. I haven't been able to resolve or find a solution for this issue. The error doesn't show which module is causing the issue, but it seems to cause several issues for me.



            1) The Authorize.net module now has the "Signature Key" field, but the "Merchant MD5" is still there, which I assume it shouldn't be and in var/log payments, I see the MD5 field is being populated. This causes a general failure on the site where the checkout fails on the frontend, has an error about the has being incorrect, but in the admin, the checkout shows as 'pending', but on Authorize.net, the transaction is approved and captured.



            2) When editing a CMB block with a modal-pop-up, if WYSIWYG is enabled by default, or switched to, most of the js will be removed and the modal-pop-up will fail. A work around is to make sure to not enable WYSIWYG if editing a CMS block.



            3) I'm sure it has something to do with #1, but if using CDN for pub/static/ and pub/media/ there's a very noticeable delay and images are the last thing that renders on the page. If not using CDN, there's still a lag, but it's much quicker. I'm using a saved .htaccess to allow the CDN, because the upgrade will overwrite the existing .htaccess



            Nexcess has rather unique requirements for permissions, because it's a shared hosting environment, so the issue may be permissions causing the issues, but it has me stumped.






            share|improve this answer






























              -2














              I have an js error after upgrading to 2.2.8 only for IE11 in adminhtml after opening a product edit page or category edit page.



              In IE11 the loading gif never disappears and the script stops in underscore.js at line 1445:



              1441 try 
              1442 var render = new Function(settings.variable catch (e)
              1444 e.source = source;
              1445 throw e;
              1446


              Error Message:



              SCRIPT1014: Invalid character
              underscore.js (1445,7)
              SCRIPT1002: Syntax error
              underscore.js (1445,7)


              Anyone else running into the same issue? I've checked 2.2.6 and 2.2.7 and everything worked with IE11.






              share|improve this answer

























                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%2f267477%2fmagento-2-2-8-possible-issues-during-upgrade%23new-answer', 'question_page');

                );

                Post as a guest















                Required, but never shown

























                3 Answers
                3






                active

                oldest

                votes








                3 Answers
                3






                active

                oldest

                votes









                active

                oldest

                votes






                active

                oldest

                votes









                0














                If you migrating from 2.2.x version of Magento, I don't see there can be any major issues while upgrading.



                Until and unless you Core files are modified you should go with an upgrade. 2.2.8 has covered many security and functional fixes which should be good for the website.



                You can check in detail from Release Note



                If you are upgrading from 2.1.x or 2.0.x, then there can be issues with upgrade considering there has been code level changes in Magento 2.2.x from its predecessor.






                share|improve this answer



























                  0














                  If you migrating from 2.2.x version of Magento, I don't see there can be any major issues while upgrading.



                  Until and unless you Core files are modified you should go with an upgrade. 2.2.8 has covered many security and functional fixes which should be good for the website.



                  You can check in detail from Release Note



                  If you are upgrading from 2.1.x or 2.0.x, then there can be issues with upgrade considering there has been code level changes in Magento 2.2.x from its predecessor.






                  share|improve this answer

























                    0












                    0








                    0







                    If you migrating from 2.2.x version of Magento, I don't see there can be any major issues while upgrading.



                    Until and unless you Core files are modified you should go with an upgrade. 2.2.8 has covered many security and functional fixes which should be good for the website.



                    You can check in detail from Release Note



                    If you are upgrading from 2.1.x or 2.0.x, then there can be issues with upgrade considering there has been code level changes in Magento 2.2.x from its predecessor.






                    share|improve this answer













                    If you migrating from 2.2.x version of Magento, I don't see there can be any major issues while upgrading.



                    Until and unless you Core files are modified you should go with an upgrade. 2.2.8 has covered many security and functional fixes which should be good for the website.



                    You can check in detail from Release Note



                    If you are upgrading from 2.1.x or 2.0.x, then there can be issues with upgrade considering there has been code level changes in Magento 2.2.x from its predecessor.







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Mar 27 at 6:43









                    DexterDexter

                    2,9953 gold badges23 silver badges51 bronze badges




                    2,9953 gold badges23 silver badges51 bronze badges























                        0














                        Upgrading from 2.2.7 > 2.2.8



                        If you have modules using bootstrap.php, you can have errors with Phar



                        The following was added to bootstrap.php in 2.2.8



                        `stream_wrapper_unregister('phar');`


                        Now I receive the error



                        [Exception] Warning: stream_wrapper_unregister(): Unable to unregister protocol phar:// in [DOCUMENT ROOT PATH]/html/app/bootstrap.php on line 11


                        At least that's what is happening to me on Nexcess servers, and I know Phar is enabled. I haven't been able to resolve or find a solution for this issue. The error doesn't show which module is causing the issue, but it seems to cause several issues for me.



                        1) The Authorize.net module now has the "Signature Key" field, but the "Merchant MD5" is still there, which I assume it shouldn't be and in var/log payments, I see the MD5 field is being populated. This causes a general failure on the site where the checkout fails on the frontend, has an error about the has being incorrect, but in the admin, the checkout shows as 'pending', but on Authorize.net, the transaction is approved and captured.



                        2) When editing a CMB block with a modal-pop-up, if WYSIWYG is enabled by default, or switched to, most of the js will be removed and the modal-pop-up will fail. A work around is to make sure to not enable WYSIWYG if editing a CMS block.



                        3) I'm sure it has something to do with #1, but if using CDN for pub/static/ and pub/media/ there's a very noticeable delay and images are the last thing that renders on the page. If not using CDN, there's still a lag, but it's much quicker. I'm using a saved .htaccess to allow the CDN, because the upgrade will overwrite the existing .htaccess



                        Nexcess has rather unique requirements for permissions, because it's a shared hosting environment, so the issue may be permissions causing the issues, but it has me stumped.






                        share|improve this answer



























                          0














                          Upgrading from 2.2.7 > 2.2.8



                          If you have modules using bootstrap.php, you can have errors with Phar



                          The following was added to bootstrap.php in 2.2.8



                          `stream_wrapper_unregister('phar');`


                          Now I receive the error



                          [Exception] Warning: stream_wrapper_unregister(): Unable to unregister protocol phar:// in [DOCUMENT ROOT PATH]/html/app/bootstrap.php on line 11


                          At least that's what is happening to me on Nexcess servers, and I know Phar is enabled. I haven't been able to resolve or find a solution for this issue. The error doesn't show which module is causing the issue, but it seems to cause several issues for me.



                          1) The Authorize.net module now has the "Signature Key" field, but the "Merchant MD5" is still there, which I assume it shouldn't be and in var/log payments, I see the MD5 field is being populated. This causes a general failure on the site where the checkout fails on the frontend, has an error about the has being incorrect, but in the admin, the checkout shows as 'pending', but on Authorize.net, the transaction is approved and captured.



                          2) When editing a CMB block with a modal-pop-up, if WYSIWYG is enabled by default, or switched to, most of the js will be removed and the modal-pop-up will fail. A work around is to make sure to not enable WYSIWYG if editing a CMS block.



                          3) I'm sure it has something to do with #1, but if using CDN for pub/static/ and pub/media/ there's a very noticeable delay and images are the last thing that renders on the page. If not using CDN, there's still a lag, but it's much quicker. I'm using a saved .htaccess to allow the CDN, because the upgrade will overwrite the existing .htaccess



                          Nexcess has rather unique requirements for permissions, because it's a shared hosting environment, so the issue may be permissions causing the issues, but it has me stumped.






                          share|improve this answer

























                            0












                            0








                            0







                            Upgrading from 2.2.7 > 2.2.8



                            If you have modules using bootstrap.php, you can have errors with Phar



                            The following was added to bootstrap.php in 2.2.8



                            `stream_wrapper_unregister('phar');`


                            Now I receive the error



                            [Exception] Warning: stream_wrapper_unregister(): Unable to unregister protocol phar:// in [DOCUMENT ROOT PATH]/html/app/bootstrap.php on line 11


                            At least that's what is happening to me on Nexcess servers, and I know Phar is enabled. I haven't been able to resolve or find a solution for this issue. The error doesn't show which module is causing the issue, but it seems to cause several issues for me.



                            1) The Authorize.net module now has the "Signature Key" field, but the "Merchant MD5" is still there, which I assume it shouldn't be and in var/log payments, I see the MD5 field is being populated. This causes a general failure on the site where the checkout fails on the frontend, has an error about the has being incorrect, but in the admin, the checkout shows as 'pending', but on Authorize.net, the transaction is approved and captured.



                            2) When editing a CMB block with a modal-pop-up, if WYSIWYG is enabled by default, or switched to, most of the js will be removed and the modal-pop-up will fail. A work around is to make sure to not enable WYSIWYG if editing a CMS block.



                            3) I'm sure it has something to do with #1, but if using CDN for pub/static/ and pub/media/ there's a very noticeable delay and images are the last thing that renders on the page. If not using CDN, there's still a lag, but it's much quicker. I'm using a saved .htaccess to allow the CDN, because the upgrade will overwrite the existing .htaccess



                            Nexcess has rather unique requirements for permissions, because it's a shared hosting environment, so the issue may be permissions causing the issues, but it has me stumped.






                            share|improve this answer













                            Upgrading from 2.2.7 > 2.2.8



                            If you have modules using bootstrap.php, you can have errors with Phar



                            The following was added to bootstrap.php in 2.2.8



                            `stream_wrapper_unregister('phar');`


                            Now I receive the error



                            [Exception] Warning: stream_wrapper_unregister(): Unable to unregister protocol phar:// in [DOCUMENT ROOT PATH]/html/app/bootstrap.php on line 11


                            At least that's what is happening to me on Nexcess servers, and I know Phar is enabled. I haven't been able to resolve or find a solution for this issue. The error doesn't show which module is causing the issue, but it seems to cause several issues for me.



                            1) The Authorize.net module now has the "Signature Key" field, but the "Merchant MD5" is still there, which I assume it shouldn't be and in var/log payments, I see the MD5 field is being populated. This causes a general failure on the site where the checkout fails on the frontend, has an error about the has being incorrect, but in the admin, the checkout shows as 'pending', but on Authorize.net, the transaction is approved and captured.



                            2) When editing a CMB block with a modal-pop-up, if WYSIWYG is enabled by default, or switched to, most of the js will be removed and the modal-pop-up will fail. A work around is to make sure to not enable WYSIWYG if editing a CMS block.



                            3) I'm sure it has something to do with #1, but if using CDN for pub/static/ and pub/media/ there's a very noticeable delay and images are the last thing that renders on the page. If not using CDN, there's still a lag, but it's much quicker. I'm using a saved .htaccess to allow the CDN, because the upgrade will overwrite the existing .htaccess



                            Nexcess has rather unique requirements for permissions, because it's a shared hosting environment, so the issue may be permissions causing the issues, but it has me stumped.







                            share|improve this answer












                            share|improve this answer



                            share|improve this answer










                            answered Mar 28 at 22:14









                            dawhoodawhoo

                            5334 silver badges25 bronze badges




                            5334 silver badges25 bronze badges





















                                -2














                                I have an js error after upgrading to 2.2.8 only for IE11 in adminhtml after opening a product edit page or category edit page.



                                In IE11 the loading gif never disappears and the script stops in underscore.js at line 1445:



                                1441 try 
                                1442 var render = new Function(settings.variable catch (e)
                                1444 e.source = source;
                                1445 throw e;
                                1446


                                Error Message:



                                SCRIPT1014: Invalid character
                                underscore.js (1445,7)
                                SCRIPT1002: Syntax error
                                underscore.js (1445,7)


                                Anyone else running into the same issue? I've checked 2.2.6 and 2.2.7 and everything worked with IE11.






                                share|improve this answer



























                                  -2














                                  I have an js error after upgrading to 2.2.8 only for IE11 in adminhtml after opening a product edit page or category edit page.



                                  In IE11 the loading gif never disappears and the script stops in underscore.js at line 1445:



                                  1441 try 
                                  1442 var render = new Function(settings.variable catch (e)
                                  1444 e.source = source;
                                  1445 throw e;
                                  1446


                                  Error Message:



                                  SCRIPT1014: Invalid character
                                  underscore.js (1445,7)
                                  SCRIPT1002: Syntax error
                                  underscore.js (1445,7)


                                  Anyone else running into the same issue? I've checked 2.2.6 and 2.2.7 and everything worked with IE11.






                                  share|improve this answer

























                                    -2












                                    -2








                                    -2







                                    I have an js error after upgrading to 2.2.8 only for IE11 in adminhtml after opening a product edit page or category edit page.



                                    In IE11 the loading gif never disappears and the script stops in underscore.js at line 1445:



                                    1441 try 
                                    1442 var render = new Function(settings.variable catch (e)
                                    1444 e.source = source;
                                    1445 throw e;
                                    1446


                                    Error Message:



                                    SCRIPT1014: Invalid character
                                    underscore.js (1445,7)
                                    SCRIPT1002: Syntax error
                                    underscore.js (1445,7)


                                    Anyone else running into the same issue? I've checked 2.2.6 and 2.2.7 and everything worked with IE11.






                                    share|improve this answer













                                    I have an js error after upgrading to 2.2.8 only for IE11 in adminhtml after opening a product edit page or category edit page.



                                    In IE11 the loading gif never disappears and the script stops in underscore.js at line 1445:



                                    1441 try 
                                    1442 var render = new Function(settings.variable catch (e)
                                    1444 e.source = source;
                                    1445 throw e;
                                    1446


                                    Error Message:



                                    SCRIPT1014: Invalid character
                                    underscore.js (1445,7)
                                    SCRIPT1002: Syntax error
                                    underscore.js (1445,7)


                                    Anyone else running into the same issue? I've checked 2.2.6 and 2.2.7 and everything worked with IE11.







                                    share|improve this answer












                                    share|improve this answer



                                    share|improve this answer










                                    answered Mar 29 at 16:49









                                    SebastianSebastian

                                    475 bronze badges




                                    475 bronze badges



























                                        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%2f267477%2fmagento-2-2-8-possible-issues-during-upgrade%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

                                        Grendel Contents Story Scholarship Depictions Notes References Navigation menu10.1093/notesj/gjn112Berserkeree

                                        Area configuration aggregation error after install Porto themeMagento 2.1 CE Installed but front/backend not loading/workingCSS not loading on page within Magento 2 pageCannot install module in Magento 2no commands defined in the “setup” namespace. in Magento2Magento 2: Static files are present but shows 404Why do i have to always run the commands to clean cache in Magento 2.1.8?Failure reason: 'Unable to unserialize value.'Error 500 after magento migrationIn production mode the site does not loadMagento 2 : Error 500 after installing

                                        Middle Expansion Olielle Resaix Definition: Uttering songs of triumph shouting with joy triumphant exulting Sejunction Journal 붙다 달 고급 품목 외출 The stretch trades the screeching tin. Definition: The act of speaking with a drawl a drawl Cough Sand Definition: An uproar a quarrel a noisy outbreak Shake Iron Publicize Horse House Baby 사과 Resaix Flaggy Jelly Temporary Unequaled Puppet A drop in the bucket Shrew 성격 회원 성질 미팅 The burn frames the tacky quality. Materialistic The smoke reduces the way. Yammoe Nondescript Cheek 얼굴 배 약하다 날리다 타다 The illegal country shows the iron. Help Rule Drearien Smoke Teaching Meaty Wasp Abraham Lincoln Jaws 진심 수리하다 Size Cork Idea Convert Think Lark John Lennon 거울 청소 군 추천하다 아이스크림