Hi,

I use this module on a Drupal 6 install without any problems.

I made a website based on Drupal 7 and I can not get it to work.
On two differents content types I've created a field "references" with a list created on the basis of a view. I tick both content types in the list of those that can be referenced. In admin/config/system/corresponding_node_references I tick all the boxes.
But when I select a reference to a node in a content, the link appears on the node in question but not the one referenced ...

What did I do wrong?
Thanks you,

Thib '

Comments

czigor’s picture

Have you tried clearing the cache? If that does not help and you're using a multilanguage site, you should use the dev version.

marktheshark’s picture

Same here, using 7.x-4.22.

My use case:

Products are sold at Events. An Event references several Products. A Product references several Events where it is sold at.

After configuring these fields for auto-updating through CNR, I referenced 2 Products from an Event. I saved the Event and none of the Products received a reference to the Event.

Thib’s picture

Category: support » bug

The bug is still active. I actually use the multilanguage. I tried to clear the cache but nothing has changed. I have not tried with dev version because my website is online ...

ArtoRovie’s picture

I have the same problem

juanramonperez’s picture

I had the same problem,

The multilanguage feature needs review. my temporal solution was open the "corresponding_node_references.crud.inc" and search-replace "$referenced_node->language" with "'und'".
If I have a bit of time I will upload a patch ;)

majusz’s picture

Same problem here. All settings as described, but no back reference showing up.

I don't use multi-language - any suggestions what the problem could be?

juanramonperez’s picture

@majusz, If you are using Drupal in another language (not english), try with the solution that I have posted in #5

majusz’s picture

@juanramonperez, thanks for the suggestion!

I actually solved the problem by installing the dev version. Works like a charm now.

I'm on a single language (non-English) site, so if anyone has similar problems with the stable release, I'd suggest installing the dev version as well.

Thib’s picture

If the dev version works well, why don't have now a release version from it ?