I have dowloaded the new version of this module, tranfert the files via ftp and under admin/build/modules I can't activate it.

Drupal say: "This version is incompatible with the 6.13 version of Drupal core."

Need a review..
Thanks

Comments

johnhanley’s picture

Thanks for reporting this.

I quickly figured out the problem: the brackets on the dependencies field in the .info file got removed with the latest release.

It should read

dependencies[] = user

but instead reads

dependencies = "user"

The project file in my contributions folder is correct, but somehow this got changed during check-in or packaging.

I will commit a fix, but in the meantime the quick fix is to make the above change to the .info file.

johnhanley’s picture

On second thought I'm going to completely strike the dependencies field from the .info file since the user module is part of the required core.

Mindexperiment’s picture

Thanks for the reply, I changed the brackets and enabled the module, after that I got a warning:

warning: Missing argument 1 for user_selectable_roles_menu() in /mypath/modules/user_selectable_roles/user_selectable_roles.module on line 25.

Thanks

johnhanley’s picture

Status: Active » Fixed

I just released 6.x-1.3 for Drupal 6 to remedy the file version incompatibility problem. Somehow (by my own doing) the Drupal 5 files got checked into the Drupal 6 branch.

Thanks for bringing this to my attention and I apologize to everyone for the inconvenience.

johnhanley’s picture

Status: Fixed » Closed (fixed)

Closing this issue. Please reopen if the problem persists.