When you click a node and click Reviews, the reviews don't show up. However, you can go from the review back to the original node.
When you click a node and click Reviews, the reviews don't show up. However, you can go from the review back to the original node.
Comments
Comment #1
colanI'm getting this too. Can you preview a review? That doesn't work for me either. I noticed that first. Maybe they're related. With previewing I get:
warning: Attempt to assign property of non-object in [path to module]/nodereview/nodereview_node_nodereview.inc on line 249.With viewing, I get:
PHP Fatal error: Cannot use string offset as an array in [path to site]/includes/theme.inc on line 505, ...There seems to be some confusion between keeping the data as an array versus an object. I'm still trying to figure it out.
Comment #2
colanI've tracked this down to http://drupal.org/node/64565 (I hope). I've come up with an updated version of that patch that I'll post over there as soon as I get a chance to test it.
Comment #3
colanI switched from Drupal 4.7.0 to 4.7.4 and it now works for me. That's using views-4.7.x-1.1 and nodereview-4.7.x-1.x-dev.
Comment #4
colanComment #5
Crell commentedPreviews weren't broken, per se, they just weren't implemented at all which made it look like they were broken. :-) That has been fixed.
Comment #6
colanActually, I believe that this issue is about reviews themselves, not the preview of a review. PHP would actually crash in an older version of Drupal, and no reviews would show up. It's fixed now so this issue is rightly closed. Sorry about my confusing this with http://drupal.org/node/102070. That's the one about previews.
Comment #7
(not verified) commented