When running globally (as per #2066371: Integrate hacked with site_audit & allow hacked to be installed globally), checking modules with dev versions (as per #1835444: Support the new dev info strings) leads to a fatal error:

WD php: Error: Class 'hackedProjectWebDevDownloader' not found in hackedProject->identify_project() (line 100 of /var/aegir/.drush/hacked/includes/hackedProject.inc).

  • The class is listed in the files array in the info file.
  • The drush cache was cleared.
  • The registry was rebuilt.

None of the above made a difference so there's probably something code-related that's broken.

Comments

colan created an issue. See original summary.

colan’s picture

Version: 7.x-2.x-dev » 7.x-2.0-beta7
colan’s picture

Looks like the class file is missing from hacked_load_drush_dependencies(). That's probably it.

  • colan committed d025590 on 7.x-2.x
    Issue #3019685 by colan: Added class hackedProjectWebDevDownloader to...
colan’s picture

Status: Active » Fixed

  • colan committed 54e6976 on 7.x-2.x
    Issue #3019685 by colan: Updated documentation.
    

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.