Did you set them up with a recurrence or just a one-off event?
Yes with a recurrence (every ten minutes) and they keep disappearing every five-six days I think
I added Two php cron events of this type with the plugin :
$file = ‘/home/cabinetbwi/www/wp-content/uploads/wpallimport/files/maison.ZIP’;
$path = pathinfo(realpath($file), PATHINFO_DIRNAME);
$zip = new ZipArchive;
$res = $zip->open($file);
if ($res === TRUE) {
$zip->extractTo($path);
$zip->close();
echo “WOOT! $file extracted to $path”;
} else {
echo “I couldn’t open $file”;
}
It works well but disappear several time in a month and I don’t know why
Good morning,
I have the same problem, has it been solved?
nop I didn’t have any feedback about the problem :/
I am having this issue on a site as well. Version 1.6.2 on WordPress 4.9.9
Hello Everyone,
I have used two plugins
1) Advance Cron Manager
2) WP Control
I have added cron in both plugins, but removes from queue after some time, that time is till when I am active on website.
Cron Type: Recurring after 1 minute.
Here is screenshot of schedule event.
https://prnt.sc/n9e5x2
Does anyone know if this is specific to WP Crontrol? It seems that this is a core WordPress problem, as the WP Crontrol plugin is just an interface to its cron events, and particularly because the problem also occurs with the Advanced Cron Manager plugin.
It might be best to post this as a support thread in the main ww.wp.xz.cn support forums instead.
Bumping this!
I have the same issue of PHP script regularly disappearing.
This doesn’t appear to be an issue specific to WP Crontrol, as users of other cron management plugins are reporting the same issue. As per my comment above, it might be best to post this as a support thread in the main ww.wp.xz.cn support forums instead.