I just installed the relation module on a fresh D7 install and wanted to check it out following this tutorial:
http://dev.nodeone.se/node/973

But I'm unable to even do the very first operation: "Add relation type".
I follow the instructions, define a name for the new relation, select the User bundle and press "Save" after which a comletely blank screen appears and nothing is done.

For all the rest drupal seems to work fine.

Comments

chx’s picture

Status: Active » Postponed (maintainer needs more info)

Anything in the Apache error log?

HughC’s picture

Hi,
had same problem, traced back to the version of ctools I was using. Your docs are clear, but I installed relation using drush and got the 'stable' ctools (7.x-1.0-rc1) as a dependency.

Apache log read as follows:

[Fri Nov 25 15:28:04 2011] [error] [client 192.168.1.1] PHP Fatal error: Call to undefined function ctools_export_crud_load_multiple() in .../public_html/sites/all/modules/relation/relation.module on line 397, referer: /admin/structure/relation/add

updating ctools did the trick.
cheers,
Hugh

AlexDusty’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)

You were wrong, the problem was the wrong chaos tools suite.

Sorry for the noise, my bad.