Hello,
since a few days I am getting these error prompts, more or less often, in some views (in others there's nothing). http://cl.ly/26073A09013v3x151b38
Unfortunately I am »just« the »developer«, not the maintainer of the Drupal installation. Therefore I am not aware, if there was an update or if there was a change on the module or the database. (And by now there is no chance to get these informations...)
The strange thing is, that I am not using relevant content in these views and on the other hand where I am using relevant content (as a field) everything works fine. But the lists of the prompts are getting longer and longer and it's really uncomfortable to handle the views with these huge error lists.
Would you be so kind and give me a hint, where I can look up to prevent the prompt and solve the error? What happend, what causes the problem?
Many greetings and thank you in advance,
Maria
Comments
Comment #1
fuse commented+ 1
Comment #2
fuse commentedI get this error when there is a related content field that does not contain any items.
I solved it by doing the following:
relevant_content.module line 625
So I added two if-statments to check if values are set. If someone now could make this a patch...
Comment #3
maerys commentedworked so far. thanks!