cancel
Showing results for 
Search instead for 
Did you mean: 

Check Component Dependency

Check Component Dependency

hello guys , 

i'm a beginner in magento , and tried installing an extension from magento market , but during the readiness check , i got this error , i tried some solutions i found in forums , but they didn't work , i increased memory in php.ini but in vain , could you suggest something that worked for you ? thank you 

ps : i fixed the cron scripts error by commenting 2 lines and replacing them in environment.php 

 

 

Capture.PNG

1 REPLY 1

Re: Check Component Dependency

Hi @dev_Incosys 

 

I think you need to check permissions for the files mentioned in the Check Cron Scripts. You need to assign write permission to all these files.

 

You can use command chmod -R 777 FileName on Magento root directory.

 

I hope it will work for you.

 

Thanks

--

If my answer is useful, please Accept as Solution & give Kudos