Hi - I ran the .make file from Drush and everything downloaded and extracted OK. However when proceeding with the install profile it is reporting that the Contact_form block is missing.

I am new to Drush and install profiles. Is this a bug or have I done something wrong?

Thanks
Tim

Project information for drupal retrieved.                            [ok]
Project information for onepagecv retrieved.                         [ok]
Project information for ctools retrieved.                            [ok]
Project information for image_url_formatter retrieved.               [ok]
Project information for link retrieved.                              [ok]
Project information for nodeblock retrieved.                         [ok]
Project information for views retrieved.                             [ok]
drupal downloaded from                                               [ok]
http://ftp.drupal.org/files/projects/drupal-7.9.tar.gz.
onepagecv downloaded from                                            [ok]
http://ftp.drupal.org/files/projects/onepagecv-7.x-1.x-dev.tar.gz.
Found makefile: onepagecv.make                                       [ok]
Project information for onepagecv retrieved.                         [ok]
Project information for ctools retrieved.                            [ok]
Project information for image_url_formatter retrieved.               [ok]
Project information for link retrieved.                              [ok]
Project information for nodeblock retrieved.                         [ok]
Project information for views retrieved.                             [ok]
ctools downloaded from                                               [ok]
http://ftp.drupal.org/files/projects/ctools-7.x-1.0-rc1.tar.gz.
image_url_formatter downloaded from                                  [ok]
http://ftp.drupal.org/files/projects/image_url_formatter-7.x-1.0-rc1.tar.gz.
link downloaded from                                                 [ok]
http://ftp.drupal.org/files/projects/link-7.x-1.0-alpha3.tar.gz.
nodeblock downloaded from                                            [ok]
http://ftp.drupal.org/files/projects/nodeblock-7.x-1.2.tar.gz.
views downloaded from                                                [ok]
http://ftp.drupal.org/files/projects/views-7.x-3.0-rc1.tar.gz.

Comments

timtunbridge’s picture

On closer inspection I can see that the contact_form_block folder had been created (within sites/all/modules) but that it is empty.

Perhaps there was just an issue when Drush went to download the module but I cannot see anything reported in the Drush output.

Manually downloding the module fixes the installation issue.

timtunbridge’s picture

I can see the following in the .make file which might explain things. Is there a reason for not completing the contact_form_block section?

; This file was auto-generated by drush_make
core = 7.x
api = 2
projects[drupal][version] = "7.9"

; Profiles
projects[onepagecv][type] = "profile"

; Modules
projects[ctools][version] = "1.0-rc1"
projects[image_url_formatter][version] = "1.0-rc1"
projects[link][version] = "1.0-alpha3"
projects[nodeblock][version] = "1.2"
projects[views][version] = "3.0-rc1"

; Please fill the following out. Type may be one of get, cvs, git, bzr or svn,
; and url is the url of the download.
projects[contact_form_blocks][download][type] = ""
projects[contact_form_blocks][download][url] = ""
projects[contact_form_blocks][type] = "module"

; Themes
; Please fill the following out. Type may be one of get, cvs, git, bzr or svn,
; and url is the url of the download.
projects[opcv][download][type] = ""
projects[opcv][download][url] = ""
projects[opcv][type] = "theme"