cancel
Showing results for 
Search instead for 
Did you mean: 

Installing extensions in local environment

Installing extensions in local environment

Hi

 

Don't think i'm the first one to ask this, but here goes:

 

When i try to use web setup wizard to install the extensions, this happens:Screenshot 2019-07-14 at 20.09.18.png

I'm pretty sure something is wrong with the PHP settings check, because i set it to 756M and the CLI confirms. I ran

 

php -i | grep memory_limit

and got back 756M. 

 

 

I have no idea what's up with the conflicting dependencies problem. I'm running Magento CE 2.3.2 with sample data which i just downloaded and installed on localhost today. Why would a new release have conflicting dependencies? 

 

Anyone ran into problems like this? I'm running MAMP Pro on MacOS Mojave btw. 

 

 

1 REPLY 1

Re: Installing extensions in local environment

Hi @ben_zhang  

 

I understand the problem you are facing !

 

I would suggest you to create one temp.php file in the root directory of Magento and in that write phpinfo()

 

then run same file on the browser and check what memory it is showing ? is it 756M or 128M ?

 

then we will able to troubleshoot the issue

 

Hope it helps !

if issue solved,Click Kudos & Accept as Solution