Closed (works as designed)
Project:
Relation
Version:
7.x-1.0-beta3
Component:
Relation_add
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Nov 2011 at 21:58 UTC
Updated:
26 Nov 2011 at 09:50 UTC
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
Comment #1
chx commentedAnything in the Apache error log?
Comment #2
HughC commentedHi,
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
Comment #3
AlexDusty commentedYou were wrong, the problem was the wrong chaos tools suite.
Sorry for the noise, my bad.