used rebuild.sh to get the current dev state.

using the drupal installer, the installation finishes with the following message:

No field settings for index with id resume_search.

also drush si recruiter fails:

Invalid argument supplied for foreach() field.info.inc:596                                                                                             [warning]
WD php: PDOException: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'module' cannot be null: INSERT INTO {role_permission} (rid,        [error]
permission, module) VALUES (:db_insert_placeholder_0, :db_insert_placeholder_1, :db_insert_placeholder_2); Array
(
    [:db_insert_placeholder_0] => 30037204
    [:db_insert_placeholder_1] => flag resume_bookmarks
    [:db_insert_placeholder_2] => 
)
 in user_role_grant_permissions() (line 3034 of .../recruiter/modules/user/user.module).
Cannot modify header information - headers already sent by (output started at .../drush/includes/output.inc:37) 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] => 30037204
    [:db_insert_placeholder_1] => flag resume_bookmarks
    [:db_insert_placeholder_2] => 
)
 in user_role_grant_permissions() (line 3034 of .../recruiter/modules/user/user.module).
Drush command terminated abnormally due to an unrecoverable error.                                                                                     [error]

Comments

dasjo’s picture

Status: Active » Fixed

what worked was installing the last rc + then running the recruiter update script + drush updatedb

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

fix