Want more timely Centmin Mod News Updates?
Become a Member

Wordpress Quite sure wp cron does not work

Discussion in 'Blogs & CMS usage' started by JarylW, Aug 8, 2016.

  1. JarylW

    JarylW Active Member

    216
    41
    28
    Jun 19, 2014
    Singapore
    Ratings:
    +103
    Local Time:
    6:17 AM
    I just read Wordpress - WP Cron is not working | Centmin Mod Community

    Think I am experiencing the same issue. You mentioned you got it working with updraft plus? I tried installing it.


    Ran command
    Code:
    wget -O - -q -t 1 https://www.fondle.com.sg/wp-cron.php?doing_wp_cron=1 > /dev/null 2>&1
    Too and it doesnt make updraft schedule the backup. I visites the wp-cron.php in my PC browser and it works tho. Perhaps setit is an issue with wget command?
     

    Attached Files:

  2. eva2000

    eva2000 Administrator Staff Member

    55,380
    12,255
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,835
    Local Time:
    8:17 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  3. JarylW

    JarylW Active Member

    216
    41
    28
    Jun 19, 2014
    Singapore
    Ratings:
    +103
    Local Time:
    6:17 AM
  4. eva2000

    eva2000 Administrator Staff Member

    55,380
    12,255
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,835
    Local Time:
    8:17 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    indeed...

    maybe install wp query monitor plugin and see what's going on or wp debug mode

    other possibility is cloudflare ECDSA ssl certs getting in the way via wget ? i.e. cloudflare blocking non-human requests ?
     
  5. JarylW

    JarylW Active Member

    216
    41
    28
    Jun 19, 2014
    Singapore
    Ratings:
    +103
    Local Time:
    6:17 AM
    I am suspecting this too actually - easyengine sets up curl cron instead of wget . maybe with curl can define the ecdsa ciphers.
     
  6. eva2000

    eva2000 Administrator Staff Member

    55,380
    12,255
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,835
    Local Time:
    8:17 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    try and see :)
     
  7. JarylW

    JarylW Active Member

    216
    41
    28
    Jun 19, 2014
    Singapore
    Ratings:
    +103
    Local Time:
    6:17 AM
    I will try and report back - problem is updraft free version only allows 4 hours scheduled backups haha.