See title.

warning: call_user_func(decisions_format_votes_binary) [function.call-user-func]: First argument is expected to be a valid callback in W:\www\drupal-5-0\sites\demoex.localhost\modules\decisions\decisions.module on line 663.

Comments

ChrisKennedy’s picture

Project: Advanced Poll » Decisions
Version: master » 6.x-1.x-dev

This is a Decisions bug - advpoll's votes tab is fine.

anders.fajerson’s picture

Status: Active » Closed (won't fix)

It's actually caused by the two using the same menu path: "votes". This would most likely also show up on results, electoral_list etc. It would be nice of the modules used unique names for menu paths, but I'm not counting on it... In a sense it's a shortcoming of Drupal.

anarcat’s picture

This sounds weird to me because decisions registers this menu item only if the node is an actual decisions, first, and second, the path is on node/nid/votes, so it would again apply only a relevant node...

I wasn't able to reproduce, but I'd like to have advpoll and decisions play well with each other and this is probably an issue we should fix (if it is an issue at all).