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
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | call_to_undefined_function-2597331-2.patch | 751 bytes | jh3 |
Comments
Comment #2
jh3 commentedReplaced drush_core_find_project_path with drush_core_drupal_directory.
Comment #3
pobster commentedThat's you dude! Do you want to be the maintainer?
Comment #4
pobster commentedComment #6
pobster commentedComment #7
jh3 commentedI'm the only one? :)
Comment #8
pobster commentedHaha 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)
Comment #9
jh3 commentedHey pobster, if you are still willing, you can make me the maintainer for this module.
Comment #10
pobster commentedDone! Welcome to your new module ;o)
Thanks again!
Pobster