Closed (duplicate)
Project:
Open Outreach
Version:
7.x-1.0-rc1
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
26 Jul 2012 at 12:04 UTC
Updated:
8 Aug 2012 at 20:25 UTC
When I try installing openoutreach locally with Drush I get what looks like a 'strange output' (?).
DRUSH_BACKEND:{"type":"command","message":"Backend invoke: \/Applications\/MAMP\/bin\/php5.3\/bin\/php \/Applications\/MAMP\/bin\/php5.3\/share\/pear\/drush\/drush.php --php=\/Applications\/MAMP\/bin\/php5.3\/bin\/php --reserve-margin=4 make-process \/tmp\/make_tmp_1343266431_50109e7f9a9e4 --backend=2 2>&1","timestamp":1343266443.16,"memory":5530324,"error":null,"packet":"log"}
DRUSH_BACKEND:{"type":"command","message":"Backend invoke: \/Applications\/MAMP\/bin\/php5.3\/bin\/php \/Applications\/MAMP\/bin\/php5.3\/share\/pear\/drush\/drush.php --php=\/Applications\/MAMP\/bin\/php5.3\/bin\/php --reserve-margin=4 make-process \/tmp\/make_tmp_1343266431_50109e7f9a9e4 --backend=2 2>&1","timestamp":1343266443.16,"memory":5541364,"error":null,"packet":"log"}
DRUSH_BACKEND:{"type":"command","message":"Backend invoke: \/Applications\/MAMP\/bin\/php5.3\/bin\/php \/Applications\/MAMP\/bin\/php5.3\/share\/pear\/drush\/drush.php --php=\/Applications\/MAMP\/bin\/php5.3\/bin\/php --reserve-margin=4 make-process \/tmp\/make_tmp_1343266431_50109e7f9a9e4 --backend=2 2>&1","timestamp":1343266443.16,"memory":5551468,"error":null,"packet":"log"}
DRUSH_BACKEND:{"type":"command","message":"Backend invoke: \/Applications\/MAMP\/bin\/php5.3\/bin\/php \/Applications\/MAMP\/bin\/php5.3\/share\/pear\/drush\/drush.php --php=\/Applications\/MAMP\/bin\/php5.3\/bin\/php --reserve-margin=4 make-process \/tmp\/make_tmp_1343266431_50109e7f9a9e4 --backend=2 2>&1","timestamp":1343266443.16,"memory":5562796,"error":null,"packet":"log"}
DRUSH_BACKEND:{"type":"command","message":"Backend invoke: \/Applications\/MAMP\/bin\/php5.3\/bin\/php \/Applications\/MAMP\/bin\/php5.3\/share\/pear\/drush\/drush.php --php=\/Applications\/MAMP\/bin\/php5.3\/bin\/php --reserve-margin=4 make-process \/tmp\/make_tmp_1343266431_50109e7f9a9e4 --backend=2 2>&1","timestamp":1343266443.16,"memory":5574052,"error":null,"packet":"log"}subprofiles-7.x-1.0 downloaded. [ok]
When I try to open the website, I get a PDOException error (attached). When I add install.php to the URL I don't see an openoutreach profile (should I ?). When I choose to install the Standard profile, I'm told the openoutreach module is missing.
| Comment | File | Size | Author |
|---|---|---|---|
| pdoexception-error.png | 45.92 KB | bisonbleu |
Comments
Comment #1
nedjoCan't immediately see what's going wrong here.
Things to try:
Comment #2
bisonbleu commentedDirectory structures for the Drush installation (as per the suggested command published here: http://openoutreach.org/section/develop-open-outreach) and the project download (distribution) are very different.
Drush installation
- profiles
-- minimal
-- standard
-- testing
- sites
-- all
--- modules
---- contrib
---- openoutreach (version = "7.x-1.0-beta8")
Project installation (http://drupal.org/project/openoutreach)
- profiles
-- minimal
-- openoutreach (version = "7.x-1.0-rc2")
-- standard
-- testing
- sites
-- all
-- modules
--- * (empty)
I suspect the suggested command "drush make "http://drupalcode.org/project/openoutreach.git/blob_plain/refs/heads/7.x..." sitename" is incorrect and needs to be updated.
The manual installation works nicely - user-friendly too! :-)
Comment #3
nedjoIf you want to download Open Outreach with drush, use:
drush dl openoutreachI'll have a look at the documentation.
Comment #4
bisonbleu commented... ?
Of course, one could just download openoutreach the old-fashion way. What I was looking for (and hoping for) was the ability to drush-make it, as it is suggested on openoutreach.org. I understand that that's not possible right now.
Thanks for your help.
Comment #5
nedjok, wasn't sure what you were trying to do, clarifying title.
Comment #6
nedjoI udpated the .make file, tried a build, and it worked for me. Could you retry? Thanks.
Comment #7
bisonbleu commentedI was unsuccessful with both commands listed on page http://openoutreach.org/section/develop-open-outreach. See full terminal output for both.
"To make a stable release version of Open Outreach:"
"To make a development version of Open Outreach:"
Comment #8
nedjoHmm. What version of Drush are you using? I'm using 5.3 (latest is 5.5).
Comment #9
bisonbleu commentedI was using drush version 5.0-dev. I've just updated to 6.0-dev and 'Stable release' installs - ye! :-) Well done @nedjo. The dev-make still encounters the same checksum error. See below.
Comment #10
nedjoThx for the update.
The rest of this issue is probably covered by #1630220: Cache inconsistency lead to "wrong md5 checksum" on dev releases.