views - Wrong label for a nodereference in Drupal content-type -


We have content types manufactured using CCK. One of the fields is the node reference. The node picker is using a view to create the options.

A few days ago, everything was working well.

Today, it seems to use ideas like all the node reference fields, the selection options are displaying the wrong label. Every label in the option is `` A, '' but the actual node number is correct, the form actually works, only the labels are incorrect.

We still have a big list, edit / save, disable / enable, reboot, clean cache, cloning view, reconstruction of view, new view, etc., but we still have a big list.

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

Some backup / restoration 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 good amount of work which we can do in parts of the database.

We have enabled mysql query logging, and the view is actually being called properly, but we can not see in that situation where the problem is running (CCK / Scene / Drupal Pipeline Highlighting a challenge).

The install was made with the latest stable versions as of April. The problems specified in

are similar, but our code versions patch mentio ned.

Any ideas will be appreciated. Thank you.

Shortly after pulling the hair, I had a similar problem in using ideas for node reference It turns out that my caching layer was messed up I was using memcached, but the memcached server was not truned on it might be worth checking it


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -