cancel
Showing results for 
Search instead for 
Did you mean: 

Web Setup Wizard Conflicting Component Dependency

Web Setup Wizard Conflicting Component Dependency

toysatfoys_error.png

Hi All,

 

I've been struggling with this error for roughly one week now.

 

Any help would be greatly appreciated.

 

I've done most of the common fixes for this error and nothing has worked.

 

File permissions set via:

find . -type f -exec chown david {} +;
find . -type d -exec chown david {} +;
find . -type d -exec chgrp psacln {} +;
find . -type f -exec chgrp psacln {} +;
find . -type f -exec chmod 644 {} +;
find . -type d -exec chmod 711 {} +;

The apache nginx settings for both http and https:

FcgidIdleTimeout 600
FcgidProcessLifeTime 600
FcgidConnectTimeout 600
FcgidIOTimeout 600

Plesk version is:

plesk version
Product version: Plesk Onyx 17.5.3 Update #39
    Update date: 2018/02/01 15:30
     Build date: 2017/03/17 16:00
     OS version: CloudLinux 7.5
       Revision: 55d1b49a272f44666e1920eca8b6e4da449a38cd
   Architecture: 64-bit
Wrapper version: 1.2

os version is:

cat /etc/redhat-release 
CloudLinux release 7.5 (Viktor Gorbatko) 

Magento Version:

php bin/magento --version
Magento CLI version 2.1.0

Php version:

php -v
PHP 7.0.32 (cli) (built: Sep 14 2018 13:16:36) ( NTS )
Copyright (c) 1997-2017 The PHP Group
Zend Engine v3.0.0, Copyright (c) 1998-2017 Zend Technologies
    with the ionCube PHP Loader (enabled) + Intrusion Protection from ioncube24.com (unconfigured) v10.2.1, Copyright (c) 2002-2018, by ionCube Ltd.
    with Zend OPcache v7.0.32, Copyright (c) 1999-2017, by Zend Technologies

Crontab is:

*/1 * * * * /opt/plesk/php/7.0/bin/php -c /opt/plesk/php/7.0/etc/php.ini /var/www/vhosts/toysatfoys.com/httpdocs/bin/magento cron:run > /var/www/vhosts/toysatfoys.com/httpdocs/var/log/magento.cron.log&
*/1 * * * * /opt/plesk/php/7.0/bin/php -c /var/www/vhosts/toysatfoys.com/httpdocs/update/cron.php > /var/www/vhosts/toysatfoys.com/httpdocs/var/log/update.cron.log&
*/1 * * * * /opt/plesk/php/7.0/bin/php -c /var/www/vhosts/toysatfoys.com/httpdocs/bin/magento setup:cron:run > /var/www/vhosts/toysatfoys.com/httpdocs/var/log/setup.cron.log&

 Php Memory limit and execution time is:

memory_limit = 1800M
max_execution_time = 30

Any help or advice would be greatly appreciated thanks!

 

3 REPLIES 3

Re: Web Setup Wizard Conflicting Component Dependency

Hello @david_foy

 

You can follow Magento dev doc to fix this issue as follows:

 

Typically, component dependency conflicts result from someone manually editing the Magento 2 composer.json file. It can also be caused by third-party modules that depend on earlier Magento components than the ones you have installed.

Magento file system owner doesn’t have permissions to write to directories on the Magento file system

Resolve component dependency readiness check issues

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

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

Re: Web Setup Wizard Conflicting Component Dependency

Hello @david_foy,

 

You may see require-dev tag in composer.json file.

Run composer install or update with --no-dev flag in magento root directory. This will not install developer dependency packages.

composer install --no-dev

OR

composer update --no-dev

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

Re: Web Setup Wizard Conflicting Component Dependency

Hello @david_foy

Try to check magento log file for error description.
Also try to disable all third party extension and then try to this.

Was my answer helpful? You can accept it as a solution.
175+ Professional Extensions for M1 & M2
Need a developer?Just visit Contact Us Now