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.
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
Comment #1
ChrisKennedy commentedThis is a Decisions bug - advpoll's votes tab is fine.
Comment #2
anders.fajerson commentedIt'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.
Comment #3
anarcat commentedThis 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).