Magento 2.1 EE upgrade issuesMagento 2.0(Current) to Magento 2.0.2(Latest) Version UpgradePHP memory limitYour current PHP memory limit is 128M. Magento 2 requires it to be set to 756M or moreFatal error: Allowed memory size of 805306368 bytes exhaustedHow do I upgrade Magento 2 EE using composerMagento Memory issue for installing extensionsWhy PHP Settings Check and Checking Component Dependency showing error during Magento 2.3 upgrade?Magento 2.1.1 Check Component DependencyMagento 2.3 Upgrade issueMagento 2 : Error While upgrade 2.3.0 to 2.3.1

Is the default 512 byte physical sector size appropriate for SSD disks under Linux?

Why do testers need root cause analysis?

Why is 'additive' EQ more difficult to use than 'subtractive'?

Negative impact of having the launch pad away from the Equator

How many wires should be in a new thermostat cable?

If I arrive in the UK, and then head to mainland Europe, does my Schengen visa 90 day limit start when I arrived in the UK, or mainland Europe?

Why the work done is positive when bringing 2 opposite charges together?

How to make Flex Markers appear in Logic Pro X?

why "American-born", not "America-born"?

Is it normal to "extract a paper" from a master thesis?

Surface of the 3x3x3 cube as a graph

Is ideal gas incompressible?

Does science define life as "beginning at conception"?

Is there an idiom that means that you are in a very strong negotiation position in a negotiation?

Anatomically correct Guivre

Team member is vehemently against code formatting

Does attacking (or having a rider attack) cancel Charge/Pounce-like abilities?

Why is a weak base more able to deprotonate a strong acid than a weak acid?

Can a UK national work as a paid shop assistant in the USA?

What happens when redirecting with 3>&1 1>/dev/null?

How do I write real-world stories separate from my country of origin?

How could the B-29 bomber back up under its own power?

How did the Allies achieve air superiority on Sicily?

Is there a solution to paying high fees when opening and closing lightning channels once we hit a fee only market?



Magento 2.1 EE upgrade issues


Magento 2.0(Current) to Magento 2.0.2(Latest) Version UpgradePHP memory limitYour current PHP memory limit is 128M. Magento 2 requires it to be set to 756M or moreFatal error: Allowed memory size of 805306368 bytes exhaustedHow do I upgrade Magento 2 EE using composerMagento Memory issue for installing extensionsWhy PHP Settings Check and Checking Component Dependency showing error during Magento 2.3 upgrade?Magento 2.1.1 Check Component DependencyMagento 2.3 Upgrade issueMagento 2 : Error While upgrade 2.3.0 to 2.3.1






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








2















I am trying to upgrade my magento 2.1 EE to latest version 2.3.1 EE.
But I am getting two issues-
1. PHP memory limit issues.
It shows current limit is 512 M and needs to be 756 M or more.
But after checking on server, memory_limit is 2048 M.



  1. Component dependency issues. enter image description here









share|improve this question
























  • Have you restarted your server after increasing the memory limit

    – surbhi agr
    May 15 at 6:08











  • I have not changed memory limit of server. It is already set 2048M for all PHP version. But still I am facing the issue.

    – chanchal
    May 16 at 5:14

















2















I am trying to upgrade my magento 2.1 EE to latest version 2.3.1 EE.
But I am getting two issues-
1. PHP memory limit issues.
It shows current limit is 512 M and needs to be 756 M or more.
But after checking on server, memory_limit is 2048 M.



  1. Component dependency issues. enter image description here









share|improve this question
























  • Have you restarted your server after increasing the memory limit

    – surbhi agr
    May 15 at 6:08











  • I have not changed memory limit of server. It is already set 2048M for all PHP version. But still I am facing the issue.

    – chanchal
    May 16 at 5:14













2












2








2








I am trying to upgrade my magento 2.1 EE to latest version 2.3.1 EE.
But I am getting two issues-
1. PHP memory limit issues.
It shows current limit is 512 M and needs to be 756 M or more.
But after checking on server, memory_limit is 2048 M.



  1. Component dependency issues. enter image description here









share|improve this question
















I am trying to upgrade my magento 2.1 EE to latest version 2.3.1 EE.
But I am getting two issues-
1. PHP memory limit issues.
It shows current limit is 512 M and needs to be 756 M or more.
But after checking on server, memory_limit is 2048 M.



  1. Component dependency issues. enter image description here






magento2 php magento-upgrade






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited May 15 at 7:08









Sukumar Gorai

7,2233730




7,2233730










asked May 15 at 6:04









chanchalchanchal

729




729












  • Have you restarted your server after increasing the memory limit

    – surbhi agr
    May 15 at 6:08











  • I have not changed memory limit of server. It is already set 2048M for all PHP version. But still I am facing the issue.

    – chanchal
    May 16 at 5:14

















  • Have you restarted your server after increasing the memory limit

    – surbhi agr
    May 15 at 6:08











  • I have not changed memory limit of server. It is already set 2048M for all PHP version. But still I am facing the issue.

    – chanchal
    May 16 at 5:14
















Have you restarted your server after increasing the memory limit

– surbhi agr
May 15 at 6:08





Have you restarted your server after increasing the memory limit

– surbhi agr
May 15 at 6:08













I have not changed memory limit of server. It is already set 2048M for all PHP version. But still I am facing the issue.

– chanchal
May 16 at 5:14





I have not changed memory limit of server. It is already set 2048M for all PHP version. But still I am facing the issue.

– chanchal
May 16 at 5:14










1 Answer
1






active

oldest

votes


















0














1) Update below in your php.ini file:



memory_limit = 1G



NOTE: check memory using phpinfo() function.



You can try with this, Check all php.ini files for memory limit and update them :



php.ini files locations:



/etc/php/7.2/cli/php.ini
/etc/php/7.2/cgi/php.ini
/etc/php/7.2/apache2/php.ini


Check if you are using php fpm



/etc/php/7.2/fpm/php.ini


2) For component dependency issues, Please refer below magento 2 devdocs:




https://devdocs.magento.com/guides/v2.3/comp-mgr/trouble/cman/component-depend.html







share|improve this answer

























  • In phpinfo() , it shows memory limit for local as 768 M and 2048 M for Master.

    – chanchal
    May 15 at 6:43











  • find 'memmory' in your htaccess file.

    – Saphal Jha
    May 15 at 7:14











  • In htaccess also,value is memory_limit 2048M

    – chanchal
    May 15 at 7:16











  • are you using apache and nginx?

    – Saphal Jha
    May 15 at 7:21











  • I am using apache.

    – chanchal
    May 15 at 7:24











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%2f274622%2fmagento-2-1-ee-upgrade-issues%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














1) Update below in your php.ini file:



memory_limit = 1G



NOTE: check memory using phpinfo() function.



You can try with this, Check all php.ini files for memory limit and update them :



php.ini files locations:



/etc/php/7.2/cli/php.ini
/etc/php/7.2/cgi/php.ini
/etc/php/7.2/apache2/php.ini


Check if you are using php fpm



/etc/php/7.2/fpm/php.ini


2) For component dependency issues, Please refer below magento 2 devdocs:




https://devdocs.magento.com/guides/v2.3/comp-mgr/trouble/cman/component-depend.html







share|improve this answer

























  • In phpinfo() , it shows memory limit for local as 768 M and 2048 M for Master.

    – chanchal
    May 15 at 6:43











  • find 'memmory' in your htaccess file.

    – Saphal Jha
    May 15 at 7:14











  • In htaccess also,value is memory_limit 2048M

    – chanchal
    May 15 at 7:16











  • are you using apache and nginx?

    – Saphal Jha
    May 15 at 7:21











  • I am using apache.

    – chanchal
    May 15 at 7:24















0














1) Update below in your php.ini file:



memory_limit = 1G



NOTE: check memory using phpinfo() function.



You can try with this, Check all php.ini files for memory limit and update them :



php.ini files locations:



/etc/php/7.2/cli/php.ini
/etc/php/7.2/cgi/php.ini
/etc/php/7.2/apache2/php.ini


Check if you are using php fpm



/etc/php/7.2/fpm/php.ini


2) For component dependency issues, Please refer below magento 2 devdocs:




https://devdocs.magento.com/guides/v2.3/comp-mgr/trouble/cman/component-depend.html







share|improve this answer

























  • In phpinfo() , it shows memory limit for local as 768 M and 2048 M for Master.

    – chanchal
    May 15 at 6:43











  • find 'memmory' in your htaccess file.

    – Saphal Jha
    May 15 at 7:14











  • In htaccess also,value is memory_limit 2048M

    – chanchal
    May 15 at 7:16











  • are you using apache and nginx?

    – Saphal Jha
    May 15 at 7:21











  • I am using apache.

    – chanchal
    May 15 at 7:24













0












0








0







1) Update below in your php.ini file:



memory_limit = 1G



NOTE: check memory using phpinfo() function.



You can try with this, Check all php.ini files for memory limit and update them :



php.ini files locations:



/etc/php/7.2/cli/php.ini
/etc/php/7.2/cgi/php.ini
/etc/php/7.2/apache2/php.ini


Check if you are using php fpm



/etc/php/7.2/fpm/php.ini


2) For component dependency issues, Please refer below magento 2 devdocs:




https://devdocs.magento.com/guides/v2.3/comp-mgr/trouble/cman/component-depend.html







share|improve this answer















1) Update below in your php.ini file:



memory_limit = 1G



NOTE: check memory using phpinfo() function.



You can try with this, Check all php.ini files for memory limit and update them :



php.ini files locations:



/etc/php/7.2/cli/php.ini
/etc/php/7.2/cgi/php.ini
/etc/php/7.2/apache2/php.ini


Check if you are using php fpm



/etc/php/7.2/fpm/php.ini


2) For component dependency issues, Please refer below magento 2 devdocs:




https://devdocs.magento.com/guides/v2.3/comp-mgr/trouble/cman/component-depend.html








share|improve this answer














share|improve this answer



share|improve this answer








edited May 15 at 8:38

























answered May 15 at 6:14









Saphal JhaSaphal Jha

1,052616




1,052616












  • In phpinfo() , it shows memory limit for local as 768 M and 2048 M for Master.

    – chanchal
    May 15 at 6:43











  • find 'memmory' in your htaccess file.

    – Saphal Jha
    May 15 at 7:14











  • In htaccess also,value is memory_limit 2048M

    – chanchal
    May 15 at 7:16











  • are you using apache and nginx?

    – Saphal Jha
    May 15 at 7:21











  • I am using apache.

    – chanchal
    May 15 at 7:24

















  • In phpinfo() , it shows memory limit for local as 768 M and 2048 M for Master.

    – chanchal
    May 15 at 6:43











  • find 'memmory' in your htaccess file.

    – Saphal Jha
    May 15 at 7:14











  • In htaccess also,value is memory_limit 2048M

    – chanchal
    May 15 at 7:16











  • are you using apache and nginx?

    – Saphal Jha
    May 15 at 7:21











  • I am using apache.

    – chanchal
    May 15 at 7:24
















In phpinfo() , it shows memory limit for local as 768 M and 2048 M for Master.

– chanchal
May 15 at 6:43





In phpinfo() , it shows memory limit for local as 768 M and 2048 M for Master.

– chanchal
May 15 at 6:43













find 'memmory' in your htaccess file.

– Saphal Jha
May 15 at 7:14





find 'memmory' in your htaccess file.

– Saphal Jha
May 15 at 7:14













In htaccess also,value is memory_limit 2048M

– chanchal
May 15 at 7:16





In htaccess also,value is memory_limit 2048M

– chanchal
May 15 at 7:16













are you using apache and nginx?

– Saphal Jha
May 15 at 7:21





are you using apache and nginx?

– Saphal Jha
May 15 at 7:21













I am using apache.

– chanchal
May 15 at 7:24





I am using apache.

– chanchal
May 15 at 7:24

















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%2f274622%2fmagento-2-1-ee-upgrade-issues%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