verbb / scheduler

A plugin for Craft CMS that allows you to schedule jobs to be executed on a given date.
MIT License
40 stars 6 forks source link

Unable to find component class 'Scheduler_ReSaveElementJob' #3

Closed architchandra closed 3 years ago

architchandra commented 3 years ago

Upon trying to run Scheduler, I'm getting the message:

Exception 'craft\errors\MissingComponentException' with message 'Unable to find component class 'Scheduler_ReSaveElementJob'.'

I've tried all versions of the plugin from 2.0.0 to 2.0.2.2 and am getting this error for all versions.

Using Craft version 3.4.30.

architchandra commented 3 years ago

This got fixed by uninstalling and re-installing the plugin to let the Craft 2 to Craft 3 migrations run.