cancel
Showing results for 
Search instead for 
Did you mean: 

Cron job and Abandoned message in Magento 2

Cron job and Abandoned message in Magento 2

Hi

I am using the command to upgraded to 2.2.2 but getting this problem 1. So cron job is not running.

how can I do, please help , Thank you very much!!!

 

Problem 1

 

Spoiler

composer update

Running composer as root/super user is highly discouraged as packages, plugins and scripts cannot always be trusted

Loading composer repositories with package information

Updating dependencies (including require-dev)

Nothing to install or update

Package sjparkinson/static-review is abandoned, you should avoid using it. Use phpro/grumphp instead.

Generating autoload file

 

 

Problem 2.

 

Spoiler

php bin/magento cron:run


[RuntimeException]
Source class "\SignifydAvsDefault" for "SignifydAvsDefaultMapper" generatio
n does not exist.

 

1 REPLY 1

Re: Cron job and Abandoned message in Magento 2

Hi @rigu12,

 

For problem 1, are you using root user? (as you can see, is not the best option)


Problem2: maybe you can execute this first:

 

bin/magento setup:di:compule

And then the cron command.