drush_core_find_project_path is has been removed from drush 6.x

PHP Fatal error:  Call to undefined function drush_core_find_project_path() in drush_compass/compass.drush.inc on line 280
PHP Stack trace:
   1. {main}() drush.php:0
   2. drush_main() drush.php:16
   3. _drush_bootstrap_and_dispatch() drush.php:61
   4. drush_dispatch() drush.php:92
   5. call_user_func_array:{includes/command.inc:182}() includes/command.inc:182
   6. drush_command() includes/command.inc:182
   7. _drush_invoke_hooks() includes/command.inc:214
   8. call_user_func_array:{includes/command.inc:362}() includes/command.inc:362
   9. drush_compass() includes/command.inc:362
  10. drush_compass_engine->__construct() drush_compass/compass.drush.inc:140
  11. drush_compass_engine->_compass_execute_command() drush_compass/compass.drush.inc:169
CommentFileSizeAuthor
#2 call_to_undefined_function-2597331-2.patch751 bytesjh3

Comments

jh3 created an issue. See original summary.

jh3’s picture

StatusFileSize
new751 bytes

Replaced drush_core_find_project_path with drush_core_drupal_directory.

pobster’s picture

Reported installs: 1 site currently reports using this module.

That's you dude! Do you want to be the maintainer?

pobster’s picture

Status: Needs review » Reviewed & tested by the community

  • pobster committed 35d8d81 on 7.x-1.x authored by jh3
    Issue #2597331 by jh3: Call to undefined function...
pobster’s picture

Status: Reviewed & tested by the community » Closed (fixed)
jh3’s picture

I'm the only one? :)

pobster’s picture

Haha looks like it from the reported installs! Most people just run compass manually or with gulp/ grunt/ etc to automate it. This module was written for a very specific use-case for ITV (in the UK), I'm surprised anyone else ever needed to use it ;o)

jh3’s picture

Hey pobster, if you are still willing, you can make me the maintainer for this module.

pobster’s picture

Done! Welcome to your new module ;o)

Thanks again!

Pobster