I'm not sure if this is a views or a CCK issue, I've also posted it under CCK.
I have one content type (products) that references another (colour_options) via a select list. I need the list to display more than just the title of the nodes. So I created a view to retreive more data. Now I get an error when trying to add or edit products, or edit the field "field_colour_options". The error is:
Fatal error: Call to a member function render() on a non-object in C:\blahblahblah\sites\all\modules\views\theme\theme.inc on line 168
The view is working fine (when I look at the page version of it and in preview), and my content type was fine as a straight list. It only starts erroring when I use the view.
Comments
Comment #1
merlinofchaos commentedCan you please export the view and paste it here in between
tags?
Comment #2
yelloroadie commentedComment #3
salopa commentedI have the problem too. Pls any resolution?
Comment #4
merlinofchaos commentedI *think* this is a CCK issue. Can you please paste the link to the CCK issue you filed?
Comment #5
merlinofchaos commentedComment #6
andershal commentedSame issue as a CCK bug: http://drupal.org/node/256440
--
Anders Hal
Comment #7
yelloroadie commentedI get a slightly larger error message after updating a few modules: now it shows the views query (sort of)?
although that's not a valid query on it's own. I presume it's getting parsed somewhere/how before actually being run...? otherwise this could be the source of the error.
Comment #8
karens commentedThe CCK issue has been marked fixed, and this appears to be a duplicate of that issue.