Closed (duplicate)
Project:
Relation
Version:
7.x-1.0-rc2
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Dec 2011 at 11:30 UTC
Updated:
7 Mar 2012 at 03:23 UTC
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
Comment #1
naught101 commentedSorry, 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?
Comment #2
lcgrs commentedI 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.
Comment #3
POVYLAZZZ commentedYup 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.
Comment #4
naught101 commentedHrm. 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?
Comment #5
POVYLAZZZ commentedAs 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.
Comment #6
naught101 commentedok, try adding
to the drupal index.php just below the opening
<?phptag. then try again. this should print the errors in your browser, so we can at least get a hint of what's going on.Comment #7
naught101 commentedComment #8
POVYLAZZZ commentedThis 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 397It 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.
Comment #9
naught101 commented#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.
Comment #10
lcgrs commentedOK. 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.
Comment #11
POVYLAZZZ commentedFor me the issues still persists.
Comment #12
maxplus commentedHi,
I had the same issue and I solved it also with installing the current latest dev version of c-tools.