Hi,
Then I try to create a new relation I select the node types fill out the fields and hit submit but it just shows me a blank white page. Of course relation is not created.
I tried to uninstall your module but there I ran to another problem. Relation field module shows that there is some fields still in use but there aren`t. I read the note in UNINSTALL.txt file that it may take several corn launches, so I kept nagging run corn for button for about 20 time with no effect.
Could you give me some tips how to delete this module from database so that I could try a fresh installation of it.

Comments

naught101’s picture

Status: Active » Postponed (maintainer needs more info)

Sorry, are you trying to create a relation, or a relation type? These are two different things. If you are trying to create a relation, how are you creating it, and how is the relation type defined?

lcgrs’s picture

I suppose that Povylazzz wants to create a relation type. I have the same problem here, trying to create a relation type "participant" between a node type "Activity" and a user.

POVYLAZZZ’s picture

Yup lcgrs is right I was trying to create a relation type. For me it happens not only between user and node content relation type creations but with node and node type relation type creations.

naught101’s picture

Hrm. I've never seen this. Can you try re-installing with the latest dev version, and trying again? Do you have any other contrib modules installed?

POVYLAZZZ’s picture

As I have posted in my previously I can not uninstall the module fully.
I am using mostly standard modules: Views, Panels, Location, Date. Not so common could be Profile2, Homebox and Better Exposed Filters.

naught101’s picture

ok, try adding

ini_set('error_reporting', E_ALL);
ini_set('display_errors', "1");

to the drupal index.php just below the opening <?php tag. then try again. this should print the errors in your browser, so we can at least get a hint of what's going on.

naught101’s picture

Title: White screen then creating relations » White screen then creating relation types
POVYLAZZZ’s picture

This time then I tried to create a relation type it returned this error:
Fatal error: Call to undefined function ctools_export_crud_load_multiple() in /modules/relation/relation.module on line 397
It seams to be Ctools compilability problem. I checked it out and found out I just have to update Ctools to current dev version it it should be fine. But for me and some other people it does not seam to be working.
There is an issues about the same error here.
There also are some patches which supposed to help here.
Have not tested them yet.

naught101’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)

#1323054: undefined function ctools_export_crud_load_multiple()

Thanks for that. We'll soon be getting rid of the ctools dependance, so this won't be a problem.

lcgrs’s picture

OK. The good news: this problem can be solved with the dev version of Ctools. I was able to create a relation between an activity and users of my side. Keep up the good work! :)
The only thing to do for me now is to find out how to use relation to create a subscribe option so that users can subscribe to an activity.

POVYLAZZZ’s picture

For me the issues still persists.

maxplus’s picture

Version: 7.x-1.0-beta3 » 7.x-1.0-rc2

Hi,

I had the same issue and I solved it also with installing the current latest dev version of c-tools.