Wrong label for a nodereference in Drupal content-type

Posted by MPD on Stack Overflow See other posts from Stack Overflow or by MPD
Published on 2010-06-14T18:33:04Z Indexed on 2010/06/15 11:12 UTC
Read the original article Hit count: 190

Filed under:
|
|

We have a content-type built using CCK. One of the fields is a node reference. The node picker is using a view to build the options.

A few days ago, everything was working well.

Today, it looks like all node reference fields using views to populate the selection options are displaying the wrong label. Every single label in the option is ``A'', but the actual node number is correct. The form actually works, just the labels are incorrect.

We have tried just about every combination of edit/save, disable/enable, reboot, clear cache, clone the view, rebuild the view, new view, etc, but we still have a big list of As.

If we create a brand new content type with a brand new node reference field, we get the problem.

Through some backup/restore exercises, we have determined that the problem is actually in the database and not in the code.

We can restore our last good backup, but we will lose a decent amount of work we have put into other parts of the database.

We enabled mysql query logging, and the view is actually being called properly, but we cannot track down where the problem is creeping in after that (unraveling the CCK / Views / Drupal plumbing is a challenge).

The install was build with latest stable versions as of April.

The problems referred to in http://drupal.org/node/624422 is similar, but our code versions include the patches mentioned.

Any ideas would be appreciated. Thanks.

© Stack Overflow or respective owner

Related posts about drupal

Related posts about views