It's not really a bug but a very annoying error.
When I change the membership level of a member and click on 'save' it just goes back to the previous membership level. I have to change it twice or 3 times before it accepts the new level.
It's not really a bug but a very annoying error.
When I change the membership level of a member and click on 'save' it just goes back to the previous membership level. I have to change it twice or 3 times before it accepts the new level.
|
I am having same issue when confirming a new member....... Csampson |
Perhaps an error message? if we are doing something wrong? Csampson |
I don't think I am doing something wrong, it's just not being accepted immediately.
I also can't find those membership levels in the profiles table in the database. It would be easier to change them there instead of going through the admin panel and change the profiles one by one. |
I also noticed that every time I change a membership level, the number of members with that level multiplies with 2 (view picture below). Notice that I'm having only 145 members.
So the counting is not correct.
|
I found the error. In the database table sys_acl_levels_members, membership levels are created multiple times. Every time you change the membership level it creates a new record instead of changing it, which explains the amount of members in the different membership levels. It definitely is a bug.
|
Interesting it does that in the admin panel only or does it also carry to the site stats? Csampson |
It only shows in admin panel, you won't see it on site stats. |
It just duplicates in the database instead of changing. |