Active
Project:
Drubuntu (unsupported)
Version:
6.x-10.10-beta1
Component:
User interface
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Jan 2011 at 20:32 UTC
Updated:
20 Jan 2011 at 22:29 UTC
When i try to install a new platform using. drush drubuntu-site-add sometestsite --install-platform drupal-6.20 i get the following output.
user@computer:~/Downloads/drubuntu$ drush drubuntu-site-add sometestsite --install-platform drupal-6.20
wordwrap() expects parameter 1 to be string, array given [warning]
drush.inc:2313
[warning]
Drupal core could not be downloaded successfully. [error]
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 261900 bytes) in /home/user/workspace/drush/includes/drush.inc on line 1566
Comments
Comment #1
Grayside commentedInteresting error. That should be caught more effectively. Your primary problem is one of syntax. You are missing an equal sign. It should be:
user@computer:~/Downloads/drubuntu$ drush drubuntu-site-add sometestsite --install-platform=drupal-6.20That's such a scary error I will leave it as Major, but this is a UI issue.
Comment #2
beermann commentedThanks!
After using the correct syntax the system is working. Is there a README with all the syntax?
Beermann
Comment #3
Grayside commentedThe syntax is all documented in drush. Type "drush help dsa" to get the syntax for site adds. Some sort of man page should probably be put together for all the commands.