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

CommentFileSizeAuthor
vud_user_load_0.patch508 bytesdrnikki

Comments

franzkewd’s picture

Thanks.

marvil07’s picture

Status: Active » Closed (won't fix)

Thanks 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