cancel
Showing results for 
Search instead for 
Did you mean: 

Check Component Dependency - magento 2

Check Component Dependency - magento 2

Hi there,

 

We got some problems with our component dependency by installing and updating multiple extensions.

 

What we thought about the solution in another topic.

 

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

 

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

composer install --no-dev

OR

composer update --no-dev

 

AFTER THIS WE GOT MULTIPLE PROBLEMS, BUT WHAT WE DID:

 

We did the next tasks:

After composer update: composer update --no-dev

 

Of course to this; php bin / magento setup: install

 

Then setup: di: compile

 

From this point;

Does the server stay with a request at 100% cpu and high% ram by a new request on the store.

We tried to figure out with strace but don't get out. Pictures also appear from the website (some, not appear not at all).

 

Looked with top -c

 

Comes from the php-fpm72 pool <username of winkel.veluweairsoft.nl>.

Try to troubleshoot but can't get it done.

 

What do we need to do?

 

1 REPLY 1

Re: Check Component Dependency - magento 2

Strange, while admin panel is working...

 

Suddenly Cron scripts are not working.

 

Schermafbeelding 2020-03-25 om 12.47.43.pngSchermafbeelding 2020-03-25 om 12.47.50.pngSchermafbeelding 2020-03-25 om 12.48.07.png