I had NodeReview installed in my system and it worked fine (no hard testing though) until I installed Taxonomy Context. When I open up a "taxonomy context" page I get the following error from NodeReview.

warning: Missing argument 3 for nodereview_link() in
/modules/nodereview/nodereview.module on line 81.

Comments

enzipher’s picture

Title: NodeReview + Taxonomy Content = :-( » NodeReview + Taxonomy Context = :-(

For now I commented out the whole function nodereview_link() and it seems to work despited that. I have no idea what the function does, so I don't really feel good about this.

I just found out that there is a duplicate of this.
http://drupal.org/node/160569

Fayna’s picture

So does that duplicate mean this is fixed as well?

kingandy’s picture

Status: Active » Closed (duplicate)

AFAIK, the fixed nodereview_link function in the dev branch (with the third argument defaulted to FALSE) should stop the "Missing Argument 3" error in all instances.

Marking as duplicate.