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

Call to undefined function when unfeaturize is installed #24

Closed darby3 closed 2 years ago

darby3 commented 2 years ago

I installed unfeaturize, which causes an error in backdrop_upgade_status: "Fatal error: Uncaught Error: Call to undefined function unfeaturize_include() in /var/www/html/docroot/sites/all/modules/contrib/backdrop_upgrade_status/includes/backdrop_upgrade_status.features.inc on line 66". (Simply disabling unfeaturize does get backdrop_upgrade_status back up and running.)

darby3 commented 2 years ago

Actually, nope! My bad. Drush dl'ed a 1.x-dev version of unfeaturize instead of the current 2.0 version, which includes the function.