I have members complaining that their allowed actions are not resetting. All actions are to reset in 24 hours. So, if that is leaving a poll, they should be able to leave a poll and then 24 hours later leave another poll.
Now, am I correct that this is handled by sys_acl_actions_track? If so, interpret this entry for a member:
IDAction |
IDMember |
ActionsLeft |
ValidSince |
104 |
183 |
0 |
2013-01-10 23:56:17 |
Is resetting actions handled by the cron job or some other method? What does ValidSince tells me?
Geeks, making the world a better place |
I could go in and manually reset the allowed actions but what should the ValidSince be set to when I do? What does that field control? If these actions are not resetting, eventually no one will be able to do anything on the site. Oh, and the IDAction number means nothing to me; where is a list that transcribe action number to the actual action. Geeks, making the world a better place |
A member complained that when they went to create a poll the message was "maximum number of polls reached". Yet, standard membership has no limit on the number of polls that one can create. Where did that message come from? In the actions for standard membership on polls, I have all fields blank, including the field "Number of actions is reset every:" Now the pop-up info on that field states "In hours, leave it blank if you don't want to reset counter". Is it possible that even though the number of actions allowed is unlimited with the counter reset field blank that it simply is not allowing the action because the counter is not allowing it; that the counter needs to be reset even on unlimited actions?
I found the answer to the poll thing. Seems the poll module has a setting for the number of allowed polls outside of the membership level for polls. WTF! You should only have one place for setting the number of allowed actions. Shake a stick in the rain!
Geeks, making the world a better place |
No Dolphin user that understands the "ValidSince" field? Geeks, making the world a better place |
Hi,
as far as I remember, this has not only to do with the time limit in which the action is reset, but in the action itself.
Last time I checked, and we are still using an older version of Dolphin, the number of actions allowed was not functioning has we wanted. Example: if we set 10 in action for photo upload to allow only 10 photos for a membership level, it would allow 10uploads, irrespective of the number of photos; this was only solved trough costumized programming.
Regards,
Sleepless |
I'm experiencing exactly the same issue. Actions are not being reset. I have no idea why. Anybody? |
This problem still exists several years later in dolphin 7.3.0
Members are complaining the action limits are not resetting after 24 hours.
Does anyone know how to fix this?
|
Thank you for bringing attention to it - https://github.com/boonex/trident/issues/284
To temporarily fix the problem - remove record from `sys_acl_actions_track` table for the particular user.
Rules → http://www.boonex.com/terms |