refinerycms_membership
refinerycms_membership copied to clipboard
Issues with creating/deleting users
I have installed RefineryCMS 0.9.9.15 and pulled in the changes from the current Pull Request.
I now have a situation where if I go to /memberships/new and sign up - it doesn't add the user under the memberships tab, it instead adds the user to my RefineryCMS Users tab. It also removes the option to delete the user.
If I go back to the Memberships tab, it doesn't show anything except the column headers, and under pages it does let me select which pages can be seen by Members only - however viewing the website without logging in shows these to not be working.
Did you create the membership role? Role.create(:id => 3, :title => "Members")
3 is unfortunately a magic number that is used in the back-end.
Oops.. I didn't mean to close this. If it's still a problem, please re-open.
I did create that role. I checked that it's there with an id of 3 - still getting the same issue.
I just tried a fresh install of RefineryCMS and the Memberships engine to test, getting the same issue.
Thanks for all the hard work. I didn't see all the commits you'd made before this message - obviously you knew about the role!
I'll try and look at this more. I had a brief reprieve from client work but I'm back on it again.
I have the same problem, if it helps I have Ruby 1.8.7 , Rails 3.0.7 and RefineryCMS 0.9.9.22