Perhaps I am not understanding the functionality of this module correctly, but I have a content type 'cartoon' and then a view with various displays related to that content type. One is a views_attach "Node Content" display to show other cartoon nodes with the same author using a token to a CCK field. I can test this view perfectly fine in the view preview and it correctly pulls the nodes I want. The problem is when I select the content type 'cartoon' under node types and save the view, it effectively kills all cartoon nodes. The $content variable becomes null on the full node page and neither the node content or the view attachment is shown. As soon as I change the node type to a different content type (essentially disabling it), the cartoon $content comes back on the node page.

I have successfully done this before on another site using the same module version, but for some reason on this site it not working. I have no errors in the watchdog table and have been beating my head against the wall on this. Both sites are running the same Pressflow 6.22 so I don't think that's the issue. Any suggestions on why the node content display would clear out my node content?

Comments

AccessiveApps’s picture

Subscribing ... same here and makes no sense.

I ve really nailed it down to views attach since on any other displays its working fine just that one is crashing views. sometimes its even ruining my menu_router table.

servantleader’s picture

Component: Miscellaneous » Code
Category: support » bug
Priority: Normal » Critical

Exact same problem. The site was actually working, but then we updated modules with security fixes (Views, Date, Token), and this started happening. This module has some great functionality, sad to see it die (no commit since get migration).