Closed (fixed)
Project:
Relation
Version:
7.x-1.0-beta3
Component:
User interface
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Dec 2011 at 02:05 UTC
Updated:
12 Dec 2011 at 15:42 UTC
I created a relation type several weeks ago called "donated to" that will track financial donations. When I go back to edit, manage fields, display fields, export, or delete this relation type, I am sent to a blank white page. There are no error messages displayed. The same thing happens when I try to add a new relation type.
Comments
Comment #1
tuehaste commentedI just installed relation on D7. I cannot create any relation types. Clicking on save results in a blank white page and nothing gets saved
Comment #2
alexiswatson commentedCan't seem to duplicate this. If you're getting a blank white page, have you checked your server's error_log to see what might be causing it? See http://drupal.org/node/158043 for information on how to go about this.
Comment #3
gramoun_kal commentedSame here.
Context: A website I'm heavily building since a week or two, no users but plenty of modules turning on an off all the time. No performance enhancing (caching).
I just tried creating my first relation type and ended up on a white page every time I save. Coming back to the relations list, I see nothing has been created. Directional, symmetrical, I tried a couple of configuration, they all lead to a white page after saving, and nothing gets saved.
This is what I extracted from the error log:
There's a line like that for each time I tried to save a new relation type.
Anything else I can get you?
Comment #4
blitzd commentedI have the same issue with the same error. Tried enabling every ctools module but that doesn't fix anything.
Comment #5
tgshannon commentedFatal error: Call to undefined function ctools_export_crud_load_multiple() in /Applications/MAMP/htdocs/drupal-7.10/sites/all/modules/relation/relation.module on line 397
The very first time I created the relation, I was returned to the form and did not get an error. However, the relation was not created. When I tried to create it a second time I got the white screen with the above fatal error. I have report all errors defined in my ini file.
Comment #6
alexiswatson commentedThe dependency on CTools is in the process of being removed (see #1363622: Dependency on CTools 7.x-1.x-dev needs to be more clearly documented and #1361136: Roll back ctools dependency). In the meantime, make sure that you're running the latest dev release of CTools, as 7.x-1.0-rc1 is incompatible.