Is anyone else having this problem? I get a duplicate uid error when visiting multiple profiles.

Comments

atuyo60’s picture

Weird that no one has reported this or did I miss something out?

Anyway I edited the .install file to not include uid as a key but as an index instead. I removed the "primary keys" entry and added this:

'indexes' => array(
      'uid' => array('uid'),
      'vuid' => array('vuid'),
    ),

Seems to work fine for now...

sanduhrs’s picture

Assigned: Unassigned » sanduhrs
Status: Active » Fixed

You're absolutely wright.
Fixed and commited to 6,HEAD.
Thanks.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.