cancel
Showing results for 
Search instead for 
Did you mean: 

Check Component Dependency

Check Component Dependency

I am trying to install an extension and i am getting only this error in the Readiness Check:

Screen Shot 2019-08-07 at 9.53.18 AM.pngScreen Shot 2019-08-07 at 9.54.07 AM.png

allow_url_open is on so I am not sure why this check won't pass.

2 REPLIES 2

Re: Check Component Dependency

@matthew_lowinge 

 

Can you confirm the same by uploading a php file having phpinfo() call. If you'll run the php file from browser will list the current PHP setting loaded on the server. You can look for allow_url_fopen is enabled or not. You can also find the path of PHP.ini to make sure you are working on the right ini file and restart the server for the changes to reflect.

- Tarandeep
Problem solved?Please give 'Kudos' and accept 'Answer as Solution'.

Re: Check Component Dependency

@matthew_lowinge 

 

Run below commands to check:

php -i | grep allow_url_fopen

Or you can follow below  links if they work for you:

 

https://mage2.pro/t/topic/4181/3 

https://community.magento.com/t5/Magento-2-x-Technical-Issues/allow-url-fopen-ENABLED-but-composer-r...

Manish Mittal
https://www.manishmittal.com/