Please Log in or Create an account to join the conversation.
You either select from the durations available or provide one. It works backwards from the current date. So if you set -1 YEAR it will subtract and year from the current date and anything older than that should be deleted.How does the Cleanup work?
It always works off UTC so it may not be exactly 2 days based off the datetime shown when viewing the activity on frontend.I tryed setting the Activity Duration to "-2 DAYS" and waited 2 days but no activity was removed.
Yes, the link must be used for the clean up to trigger. If you need it ran regularly typically you do so using a CRON task.Do I need to use "Click to Process" for the cleaningprocess to start?
I'm not seeing any errors in my tests. That error means a call to a plugin is trying to be made that doesn't exist. Within CB > Plugin Management what plugin has an ID of 507?When I use the "Click to Process" link I get a blank page with this:
Notice: Undefined offset: 507 in /libraries/CBLib/CB/Legacy/cbPluginHandler.php on line 871 Notice: Trying to get property 'published' of non-object in /libraries/CBLib/CB/Legacy/cbPluginHandler.php on line 871
Please Log in or Create an account to join the conversation.
It's the CB Activity plugin that has id 507I'm not seeing any errors in my tests. That error means a call to a plugin is trying to be made that doesn't exist. Within CB > Plugin Management what plugin has an ID of 507?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Yes, a blank page is normal. It's meant to be as lightweight of an operation as possible and primarily to be used with a CRON task.It shows a blank webpage after clicking the link but I assume that's normal?
Correct, that's why it was not working while logged out.I see that I have set the Activity plugin as access level - Registered. Maybe that's why?
Please Log in or Create an account to join the conversation.