Hello,

I can't active permission for this module to all roles anonymous / authenticated user.

I don't get any error message, but the permissions are not stored.

Didier

Comments

did1979 created an issue. See original summary.

drunken monkey’s picture

Project: Search API Autocomplete » Drupal core
Version: 7.x-1.4 » 7.x-dev
Component: User interface » user.module

That sounds like an issue of Drupal Core, not of this module.
Is there anything helpful in Drupal's logs after saving them? Or do you maybe have a module installed that prevents you from changing any permissions?

David_Rothstein’s picture

Does the permissions page on this site have a huge number of checkboxes (either because there are a large number of permissions or a large number of roles or both)? If so it could be running into the max_input_vars limit or similar (see for example #1565704: Core interfaces can go over max_input_vars or http://2bits.com/drupal/drupal-not-saving-admin-pages-large-number-input...).