I am trying to setup a Drupal 6 site with Quickstart and am having problems. Each time I use the following command:

drush quickstart-create --domain=deezmaps.dev

the setup fails. It fails when trying to access the Drupal Project, giving the following line:

Non-existent project type on project dupal [Error]

Has anyone else had this issue? It was working fine for me a couple days ago, and I don't know what has changed since then. I have tried to remove the virtual machine and reload the appliance, but am getting the same error. I thought it might be a permissions / log in issue, but now I think it can't locate the correct files on Drupal.org??? Any suggestions are appreciated.

CommentFileSizeAuthor
#5 drush_update.sh_.tar_.gz382 bytestobias englert

Comments

asutton’s picture

update: I think I have narrowed down the problem to upgrading to VirtualBox 4. Still have not fixed the issue.

asutton’s picture

asutton’s picture

problem solved. view this post if you have similar issues:

http://drupal.org/node/950018

go to post #29

tobias englert’s picture

tobias englert’s picture

StatusFileSize
new382 bytes

This script worked for me. It updates drush and drush_make. Paste it to command line or run it.

shoptalk’s picture

This is a drush issue brought about by a change to D.O. (See http://drupal.org/node/950018#comment-4153904).

Edit: Heh, I just noticed the above script actually implements the patch attached to the comment I reference.

MichaelCole’s picture

Status: Active » Closed (fixed)

Check out the upcoming 0.9.1 release for a fix for this.

MichaelCole’s picture

Workaround for posterity is change this:

; CORE
core = 6.x

; drush make API version
api = 2

projects[] = drupal

To this:

; CORE
core = 6.x

; drush make API version
api = 2

projects[drupal][type] = core