I've installed the rolereference module as suggested on the project page (http://drupal.org/node/1016526) and am getting the error stating role_reference not found.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

aaronott’s picture

Status: Active » Needs review
FileSize
1.1 KB

I'm not sure if the name should be kept at role_reference going forward, but renaming the two references to rolereference was pretty quick and worked for me.

rupertj’s picture

Status: Needs review » Closed (fixed)

Good spot - I was using a version of rolereference from before the first real 7.x, with a patch someone had put in its issue queue. For some reason that patch renamed the whole module as well as providing 7.x compatibility :)

I've committed this, and a few other things to head.

aaronott’s picture

Status: Closed (fixed) » Patch (to be ported)

Doesn't look like this made it in to the repo. Pulling the latest code today still requires this patch to enable the module.

rupertj’s picture

Status: Patch (to be ported) » Closed (fixed)

My bad - I pushed it to master and not the 7.x-1.x branch that that dev release tracks. I've put it in the right place now, along with your other patch, so it should get updated overnight. Cheers!

generalconsensus’s picture

Status: Closed (fixed) » Needs review

you still need to patch in order to install the module

DuaelFr’s picture

I had an issue during module installation but it was fixed by uninstalling everything and properly enabling rolereference before commerce_subscription.

Using drush en commerce_subscription before ever downloading rolereference will ask you to download and enable it but it will also cause a fatal error saying that the rolereference field type does not exists.