Created
July 3, 2011 13:09
-
-
Save h4ck3rm1k3/1062217 to your computer and use it in GitHub Desktop.
Drush
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This seems to work if I download i t from drush : | |
php -c ~/ drupal/drush/drush.php --uri=http://wiki.sharedmap.org/test/drupal dl drupal-7.x | |
spilotro:~/wiki.sharedmap.org/test/drupal-7.x-dev> php -c ~/ ../drupal/drush/drush.php --uri=http://wiki.sharedmap.org/test/drupal-7.x-dev/ status | |
Drupal Root : /home/wikisharedmaporg/wiki.sharedmap.org/test/drupal-7.x-dev | |
Drupal version : 7.5-dev | |
Catchable fatal error: Argument 2 passed to t() must be an array, null given, called in /home/wikisharedmaporg/wiki.sharedmap.org/test/drupal/drush/includes/drush.inc on line 269 and defined in /home/wikish\ | |
aredmaporg/wiki.sharedmap.org/test/drupal-7.x-dev/includes/bootstrap.inc on line 1283 | |
But from git it does not work : | |
http://git.drupal.org/project/drupal.git (7.0 branch) | |
commit 214fb8de72c757418cee693391a2747e9d42451a | |
Author: webchick <webchick@24967.no-reply.drupal.org> | |
Date: Thu Jun 30 00:01:40 2011 -0700 | |
Issue #1071846 by gbrands: Fixed conf_path() doc needs cleanup. | |
spilotro:~/wiki.sharedmap.org/test/drupal> php -c ~/ ../drupal/drush/drush.php --uri=http://wiki.sharedmap.org/test/drupal/ status | |
Fatal error: Call to undefined function cache_get() in /home/wikisharedmaporg/wiki.sharedmap.org/test/drupal/includes/module.inc on line 660 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment