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;
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
add a comment |
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
add a comment |
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
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
magento2 magento2.2.8
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
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
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.
add a comment |
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.
add a comment |
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.
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%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
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.
add a comment |
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.
add a comment |
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.
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.
answered Mar 27 at 6:43
DexterDexter
2,9953 gold badges23 silver badges51 bronze badges
2,9953 gold badges23 silver badges51 bronze badges
add a comment |
add a comment |
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.
add a comment |
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.
add a comment |
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.
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.
answered Mar 28 at 22:14
dawhoodawhoo
5334 silver badges25 bronze badges
5334 silver badges25 bronze badges
add a comment |
add a comment |
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.
add a comment |
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.
add a comment |
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.
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.
answered Mar 29 at 16:49
SebastianSebastian
475 bronze badges
475 bronze badges
add a comment |
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%2f267477%2fmagento-2-2-8-possible-issues-during-upgrade%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