Hi,
I've a problem with features.
I follow this issue: http://drupal.org/node/1063204
This is the case:
I made a feature that export content type, taxonomy, views and role permission for edit content type, delete content type, modify term of the taxonomy and delete term of the taxonomy.
NOTE: on my machine there's 4 taxonomy.
When I try to import this feature on other machine where there's only 3 taxonomy I've this error:

* Notice: Undefined index: delete terms in 5 in user_role_grant_permissions() (linea 2966 di /var/www/mysites/modules/user/user.module).
* 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 5 [:db_insert_placeholder_2] => ) in user_role_grant_permissions() (linea 2968 di /var/www/mysites/modules/user/user.module).

Comments

DamienMcKenna’s picture

Status: Active » Closed (duplicate)