I installed Accounts plugin for situations such as deleting and editing users. I said delete the accounts I opened demo. It did not delete immediately and there is a warning like this.
“Account deletion was scheduled and would be done in a few minutes.”
I'm still waiting for it to be deleted. It hasn't. Should I wait longer?
Comments
Hello @MuhammeT !
You need to check how work the Cron Jobs. It can be done via the Studio->Dashboard->Server audit area. Find the "Last cron jobs execution" line and if it has the value far from the present moment of opening it then you need to fix it.
M
and it says None. What should I do in this case?
You should run the command like
cd [path to your UNA]periodic; [path to your PHP]php -q cron.php
every minute * * * * *
M
https://unacms.com/wiki/Cloud-FAQ
Do you add cronjob as described here? I don't know how to add it
Yes, the Set cron jobs chapter.
M
Problem solved. Thank you.