Closed (fixed)
Project:
Recruiter
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Oct 2012 at 10:28 UTC
Updated:
31 Oct 2012 at 10:51 UTC
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
Comment #1
dasjowhat worked was installing the last rc + then running the recruiter update script + drush updatedb
Comment #2.0
(not verified) commentedfix