The install file fails to create the database tables because on TABLE buddylist it tries to create a UNIQUE KEY using a field that doesn't exist in the field list (called label).

Also, even when you solve this bug (either by creating an arbitrary field called label or removing it from the key), the module still causes the error posted here (last entry).

Comments

robertdouglass’s picture

Status: Active » Fixed

Thanks.

Patrick Nelson’s picture

Status: Fixed » Closed (fixed)

Thanks Robert