Hi I just installed this module but it doesn't seem to work.
I'm using D7.7. Basically what I'm building is a jobs site and I want to show possible candidates matches when viewing a job post based on the title and description of both candidate and Job. I installed it following it's instructions but as soon as I go to Edit the view it creates I get the following message.

Strict warning: Declaration of similar_handler_argument_nid::query() should be compatible with that of views_handler_argument_numeric::query() in require_once() (line 11 of PATH\sites\all\modules\similar\views\similar_handler_argument_nid.inc).

And of course it doesn't display anything on the block.
Please let me know if there is something I need to be aware of. Or if there's anything special I need to do.

Thanks

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jordojuice’s picture

Status: Active » Needs review
FileSize
566 bytes

Okay. The argument handler's query() method apparently doesn't comply with the abstract method or interface's signature. Here's a patch.

jordojuice’s picture

Status: Needs review » Fixed

Committed to 7.x-2.x.

By the way, the 7.x-2.x branch has had a lot of bug fixes recently and should be pretty stable. I encourage you to try out the latest development snapshot and report any bugs so we can improve its stability more.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.