wyomind / cronscheduler

Cron Scheduler for Magento 2
https://www.wyomind.com/magento2/cron-scheduler-magento.html
39 stars 16 forks source link

Notice: Undefined index: instance #12

Open VincentMarmiesse opened 6 years ago

VincentMarmiesse commented 6 years ago

Hello,

When I launch the command php bin/magento wyomind:cronscheduler:job:list, I have the error

[Exception]                                                                                                                          
Notice: Undefined index: instance in .../app/code/Wyomind/CronScheduler/Console/Command/Job/Listing.php on line 90

After some investigation, it seems to be caused by the analytics_subscribe cron, which has no instance.

I'm on Magento 2.2.3.

wyomind commented 6 years ago

Hey Vincent!

Maybe something wrong with your installation. The analytics_subscribe task well has an instance on our side: https://www.screencast.com/t/lqwHnfDj0

For a more efficient support, please use: https://www.wyomind.com/contact.html

VincentMarmiesse commented 6 years ago

Hi,

Oh indeed, I replaced magento/module-analytics in my composer.json so the analytics_subscribe task does not exist.

Do you know why the job:list finds it?

wyomind commented 6 years ago

Maybe a cache issue? (cron tasks configurations are cached)