Question

I'm trying to add a site with Aigir and i'm getting this warning:

Warning in features rebuild of permessi. No module defines permission "create article content".

Warning in features rebuild of permessi. No module defines permission "create slides content".

Warning in features rebuild of permessi. No module defines permission "delete any article content".

Warning in features rebuild of permessi. No module defines permission "delete any slides content".

Warning in features rebuild of permessi. No module defines permission "delete own article content".

Warning in features rebuild of permessi. No module defines permission "delete own slides content".

Warning in features rebuild of permessi. No module defines permission "delete terms in tags".

Warning in features rebuild of permessi. No module defines permission "edit any article content".

Warning in features rebuild of permessi. No module defines permission "edit any slides content".

Warning in features rebuild of permessi. No module defines permission "edit own article content".

Warning in features rebuild of permessi. No module defines permission "edit own slides content".

Warning in features rebuild of permessi. No module defines permission "edit terms in tags".

all permissions are exported with features & features_roles_permissions. the problem is on the new created site this permissions are not set for any of the roles set in the module. any idea? thanks

Was it helpful?

Solution

It looks like the issue is that the permissions are created before there are defined (since you need to have the content types created before the permissions are created).

This could be fixed with proper dependencies (since the feature with the permissions depends on the feature(s) with the content types.

Licensed under: CC-BY-SA with attribution
Not affiliated with drupal.stackexchange
scroll top