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
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
Comment #1
johnhanley commentedThanks 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[] = userbut 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.
Comment #2
johnhanley commentedOn 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.
Comment #3
Mindexperiment commentedThanks 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
Comment #4
johnhanley commentedI 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.
Comment #5
johnhanley commentedClosing this issue. Please reopen if the problem persists.