Closed (fixed)
Project:
SMTP Authentication Support
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Jun 2011 at 19:15 UTC
Updated:
29 Jul 2011 at 03:11 UTC
Hi
I'm trying to install this module via a 'drush make' and am having no luck (all my other modules are not proving problematic).
I've tried the standard:
projects[] = smtp
then:
projects[smtp][version] = 7.x-1.x-dev
and I keep getting an error 'Invalid version 7.x-1.x-dev for smtp.' This also then throws the following:
Drush command terminated abnormally due to an unrecoverable error. [error]
Error: Call to a member function make() on a non-object in
/Users/steessex/.drush/drush_make/drush_make.drush.inc, line 235
Hope you can help
Ste
Comments
Comment #1
univate commentedtry just adding:
projects[smtp][version] = 1.x-dev
Read the drush_make docs for further details:
http://drupalcode.org/project/drush_make.git/blob_plain/refs/heads/6.x-2...
Comment #2
ecksley commentedThanks Univate. That was a help to me.
The following also works if you want to save a few keystrokes:
projects[smtp] = 1.x-dev