Closed (won't fix)
Project:
Vote Up/Down
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Sep 2011 at 01:20 UTC
Updated:
30 Sep 2011 at 21:03 UTC
visiting user/%/votes gives:
Warning: array_flip() [function.array-flip]: Can only flip STRING and INTEGER values! in array_flip() (line 353 of /work/drupal-contrib/clean-7x/includes/entity.inc).
Patch to fix attached and should be applied after patch in #1194274: Port vud_node to D7
| Comment | File | Size | Author |
|---|---|---|---|
| vud_user_load_0.patch | 508 bytes | drnikki |
Comments
Comment #1
franzkewd commentedThanks.
Comment #2
marvil07 commentedThanks for providing an alternative, and sorry to arrive here too late and not provide enough information on the project page or somewhere about the road-map for 7.x-1.x.
Please take a look to the patches already on 6.x-3.x and 6.x-2.x: #1246392: User's vote page cannot be accessed by anyone if they have been blocked(code) and #1024138: Namespace the user votes tab and move access check to access callback(code).
The real reason because I did not ported them to 7.x-1.x is because that code is vud_node specific, and the plan is to remove it: #1295574: Remove vud_{node,comment,term} modules in favour of vud_field