Add drush make files so core is included in download.

Comments

Kristen Pol’s picture

Contrib modules need to be removed and only included via make file.

Robert Broen’s picture

Hi Kristen,

I am reading your book and trying out the "Drupal 7 Multilingual Sites Book Demo Installation Profile", but it seems to be crashing on my end... (the test site has user kristen, I hope you do not mind)

Do you have any thoughts on this!? (I am using the 7.x-1.0-alpha8)

Starting Drupal installation. This takes a few seconds ...                                                                                                                                                                    [ok]
WD php: PDOException: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'module' cannot be null: INSERT INTO {role_permission} (rid, permission, module) VALUES (:db_insert_placeholder_0,                         [error]
:db_insert_placeholder_1, :db_insert_placeholder_2); Array
(
    [:db_insert_placeholder_0] => 3
    [:db_insert_placeholder_1] => delete terms in 3
    [:db_insert_placeholder_2] => 
)
 in user_role_grant_permissions() (line 3034 of /home/kristen/public/modules/user/user.module).
Cannot modify header information - headers already sent by (output started at /usr/share/drush/includes/drush.inc:917) bootstrap.inc:1239                                                                                     [warning]
PDOException: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'module' cannot be null: INSERT INTO {role_permission} (rid, permission, module) VALUES (:db_insert_placeholder_0, :db_insert_placeholder_1, :db_insert_placeholder_2); Array
(
    [:db_insert_placeholder_0] => 3
    [:db_insert_placeholder_1] => delete terms in 3
    [:db_insert_placeholder_2] => 
)
 in user_role_grant_permissions() (line 3034 of /home/kristen/public/modules/user/user.module).
Drush command terminated abnormally due to an unrecoverable error.   
Kristen Pol’s picture

Hmm... never tried it via drush. You might want to try the *dev* version and also try from the browser. I'm going to test the *dev* version right now and see if it's working (someone is using it and says it is)... if so, I'll roll another release.

Kristen Pol’s picture

I just tried with the latest *dev* (which is the same as alpha8) and the site was created (with some errors). Note that it takes a *long* time to install as it's creating a lot of content.

Kristen Pol’s picture

Status: Active » Closed (works as designed)