• Resolved jgoullet

    (@jgoullet)


    Hi guys,

    Thanks for the great job with the plugin.

    I’m encountering an issue with the plugin. My php cron jobs disappear regularly. Do you have any idea why they could disappear and so not working anymore?

    thanks

    J

    The page I need help with: [log in to see the link]

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author John Blackbourn

    (@johnbillion)

    WordPress Core Developer

    Did you set them up with a recurrence or just a one-off event?

    Thread Starter jgoullet

    (@jgoullet)

    Yes with a recurrence (every ten minutes) and they keep disappearing every five-six days I think

    Thread Starter jgoullet

    (@jgoullet)

    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?

    Thread Starter jgoullet

    (@jgoullet)

    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

    Plugin Author John Blackbourn

    (@johnbillion)

    WordPress Core Developer

    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 www.ads-software.com support forums instead.

    Bumping this!

    I have the same issue of PHP script regularly disappearing.

    Plugin Author John Blackbourn

    (@johnbillion)

    WordPress Core Developer

    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 www.ads-software.com support forums instead.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Php cron job disappering’ is closed to new replies.