backdrop-contrib / backdrop_upgrade_status

Checks to see if the installed modules on a Drupal 7 site are ready for upgrade to Backdrop CMS.
1 stars 5 forks source link

"run cron" does nothing. #3

Closed klonos closed 3 years ago

klonos commented 5 years ago

I have done the following:

  1. Installed a fresh copy of the module (on an almost vanilla D7 site; just admin_menu and devel contrib modules).
  2. Navigated to admin/reports/updates/backdrop-upgrade
  3. Saw the "No upgrade information available. Run cron or check manually" message -> clicked "run cron" -> nothing 👎 -> refreshed the page -> nothing 👎
  4. Clicked "check manually" -> success 👍
jenlampton commented 4 years ago

There's no hook_cron() for this module, so cron won't do anything. Let me see if I can add one...