error assigning user role in people

9 years 4 months ago - 9 years 3 months ago #1 by secloo
Hi, after the updates i am unable to assign user role. Error message as attach is shown.
Attachments:
The following user(s) said Thank You: geoffc

Please Log in or Create an account to join the conversation.

9 years 4 months ago - 9 years 3 months ago #2 by geoffc
Thank you for reporting this.

I have duplicated the problem and the solution is to change the index type of the index '#__it_people_phone_number_uk' in the database so that it is not unique.

There are two possible ways to do this. The easiest is to use myphpadmin to edit the INDEX type: so that it is 'INDEX' and not 'UNIQUE'. changing 'xxxx' for your database suffix.

Alternatively issue the following MySQL command:
ALTER TABLE `xxxx_it_people` DROP INDEX `xxxx_it_people_phone_number_uk`, ADD INDEX `xxxx_it_people_phone_number_uk` (`phone_number`);

The fix will be in the next 1.6.6 release.

Regards
Geoff

Please Log in or Create an account to join the conversation.

Time to create page: 0.145 seconds
Go To Top

Joomla! Debug Console

Session

Profile Information

Memory Usage

Database Queries