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

Backdrop upgrade status breaks Drupal cron #18

Closed indigoxela closed 3 years ago

indigoxela commented 3 years ago

Didn't find the time to dig in, but I noticed that when the module in enabled, Drupal cron runs break.

  1. Cron via commandline - returns the front page content, no cron success in dblog
  2. Cron via UI - redirects to the upgrade status page, no cron success in dblog

Module version: 7.x-1.1

While the module is enabled, there are no successful cron runs in dblog. Disabling the module fixes that.

jenlampton commented 3 years ago

I think this is a duplicate of https://github.com/backdrop-contrib/backdrop_upgrade_status/issues/16, re-titling that issue to make it clearer.