Closed (fixed)
Project:
Voting API
Version:
6.x-2.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Feb 2008 at 23:33 UTC
Updated:
23 Oct 2008 at 21:13 UTC
Jump to comment: Most recent file
Comments
Comment #1
cybernostra commentedI have the same error with votingapi + fivestars
Comment #2
nekobul commentedFor now you can manually edit the file. Open votingapi.module and on line 212, change:
function votingapi_add_votes(&$votes = array()) {
to this:
function votingapi_add_votes(&$votes) {
Regards,
Ivan
Comment #3
quicksketchSounds like a critical bug to me :)
Comment #4
ezra-g commentedWhile I wasn't experiencing this error when casting a vote, votingapi.module did fail php validation. This patch resolved the issue for me.
Comment #5
zilla commentedhi - saw this change and others and wonder if there's going to be a new roll-up for d6 with these assorted patches...i've manually edited line 212 in the module, but seems that there are some other hooks, a fix for uninstall, proper versioning and so on...
Comment #6
quicksketchEaton is currently returning from SXSW and DrupalCon. Just hang in there.
Comment #7
hallmark commentedthx you are a life saver ;)
Comment #8
eaton commentedThis one's an oldie that's been fixed for a while. Thanks!
Comment #9
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.