Questions tagged [upgrade]
Questions related or caused by Magento upgrade process.
1,186 questions
0 votes
2 answers
81 views
How to upgrade Magento 2.4.7 to 2.4.8 safely and fix dependency conflicts?
I’m trying to upgrade my Magento project from version 2.4.7-p1 to 2.4.8 using Composer, but I’m running into dependency issues. Here’s what I’ve tried: composer require magento/product-community-...
0 votes
2 answers
33 views
Magento 2.4.8 – Checkout page latency after upgrade from 2.4.6-p3
After upgrading our store from Magento 2.4.6-p3 to Magento 2.4.8, the checkout page takes noticeably longer to load (~3–4 seconds slower than before). We’re using the following stack: Magento: 2.4.8 (...
1 vote
0 answers
53 views
Magento 2 upgrade issue to 2.4.8
I am upgrading magento 2.4.5 to 2.4.8 I have done in local working fine then i deploy in develoment server its working fine . When i am going to deploy composer.json,composer.lock,magento.env,yaml....
2 votes
3 answers
345 views
Upgrade and Compile commands not working after update to 2.4.8?
After successfully upgrading to Magento 2.4.8-p1, php bin/magento setup:upgrade and php bin/magento setup:di:compile stopped working. php bin/magento cache:cleanworks on the other hand. The error I ...
0 votes
1 answer
57 views
Reindex and upgrade command hanging?
I try running either the reindex command bin/magento indexer:reindex or the upgrade command bin/magento setup:upgrade and for both the process hangs after a while. I checked the queries that are being ...
0 votes
2 answers
510 views
When i upgrade my magento version from 2.4.7-p4 to 2.4.8 i got some errors
- magento/product-community-edition 2.4.8 requires magento/magento-zf-db ^3.21.0 -> no matching package found. when i run composer update I get this error.. but i don't know what to do..any one ...
2 votes
3 answers
1k views
Warning: Undefined array key "type" in /vendor/magento/framework/Setup/Declaration/Schema/Db/SchemaBuilder.php on line 90
I tried to upgrade from 2.4.6 to 2.4.8. After upgrading when i exec php bin/magento setup:upgrade -vvv I have this error Warning: Undefined array key "type" in /vendor/magento/framework/...
0 votes
1 answer
56 views
Magento2 4.7 - stripe 4.2.0 After stripe upgrade system getting time out error
When I upgrade stripe to latest version 4.2.0 in Magento 2.4.7 , after deployment getting time out error in staging and production environment. Using MAgento2 Stripe Module .
0 votes
2 answers
228 views
Can't edit block after Upgrade Magento CE 2.4.6-p3 -> 2.4.6-p8
I can't edit blocks after I upgraded my Magento installation on a testing instance from 2.4.6-p3 to 2.4.6-p8 What could be the reason? Any hints where I can start investigating? I already tried to ...
0 votes
0 answers
114 views
Apply patch for Cosmicsting vulnerabillity
We are trying to apply the security patch for the Cosmicsting vulnerabillty. The Magento version is 2.4.6 (Open Source). We have downloaded the patch For versions 2.4.6, 2.4.6-p1, 2.4.6-p2, 2.4.6-p3, ...
-1 votes
1 answer
560 views
Checkout Page Fails to Load After Magento 2.4.7-p3 Upgrade with CSP Enabled
I recently upgraded my Magento store to version 2.4.7-p3 and encountered an issue where the checkout page fails to load. I am using Mageplaza's One Step Checkout extension. After some investigation, I ...
0 votes
1 answer
102 views
Magento 2 - After upgrde getting net::ERR_INSUFFICIENT_RESOURCES in admin category page
We upgraded Magento from version 2.4.5 to 2.4.7-p3. After that, we checked the admin category page and encountered the following errors: POST https://yourdomain.com/admin/catalog/category/...
0 votes
1 answer
48 views
Magento upgrade: Failed to download elasticsearch/elasticsearch from dist [duplicate]
I am doing some upgrade testing for Magento - trying to upgrade from 2.4.4 to 2.4.6. When I run the 'composer update' command it is erroring with the following: 384/511 [=====================>-----...
0 votes
1 answer
192 views
Checkout Page Not Loading After Upgrading from Magento 2.4.5-p5 to 2.4.6-p7
I recently upgraded my local Magento Enterprise edition from version 2.4.5-p5 to 2.4.6-p7. After resolving some Zend framework-related issues, most functionality is working correctly. However, the ...
1 vote
1 answer
265 views
Security Patch from 2.4.5-p8 to 2.4.5-p9 may break customer API
After applying the patch upgrade 2.4.5-p9 tests for the customer API no longer run properly. When updating a customer we get { "message": "The %fieldName value is invalid. Set the ...