Crons Help


How can I schedule a cron job for my WordPress site?

To schedule a cron job for a website running WordPress enter the following URL replacing example.com with your domain name:

http://example.com/wp-cron.php?doing_wp_cron

If it doesn't work try removing the doing_wp_cron part of the URL:

http://example.com/wp-cron.php

What is a User-Agent?

A user agent is a line of text identifying the the client accessing the URL to the web server. It's not used much these days but some scripts require it to be a specific value.

The default user-agent if you do not provide one is: Cronless/2.0 (+http://cronless.com)

To learn more about user-agents please read this wikipedia page.

Disable paging in crons list

You can temporarily disable paging in the crons list by clicking the button at the bottom right corner of the table called All.

Download cron job logs

You can download a cron job's log records by clicking the Download button at the top right corner of the logs page. The downlaoded file will contain all the log records in CSV format with the following details:

  • The first line is the header and contains the names of columns
  • Subsequent lines contain the logs with each record in a separate line
  • The fields are:
    1. HTTP status code
    2. Error
    3. Description
    4. Load time
    5. Time stamp

What are the status messages in the logs?

Cronless saves the HTTP status code if the cron job returned an error. These are the statuses you will most likely encounter; hover mouse for more details:

  • 0: Unknown error
  • 1: Unsupported protocol
  • 2: Failed initialization
  • 3: URL not formatted properly
  • 4: Unsupported protocol
  • 5: Could not resolve proxy
  • 6: Could not resolve host
  • 7: Could not connect
  • 8: FTP weird server reply
  • 9: Remote access denied
  • 10: FTP accept failed
  • 11: FTP weird password reply
  • 12: FTP accept timeout
  • 13: FTP weird PASV reply
  • 14: FTP weird 227 format
  • 15: FTP Can't get host
  • 16: HTTP2 error
  • 17: FTP could not set type
  • 18: Partial file
  • 19: FTP could not RETR file
  • 21: Quote error
  • 22: HTTP returned error
  • 23: Write error
  • 25: Upload failed
  • 26: Read error
  • 27: Out of memory
  • 28: Operation timeout
  • 30: FTP PORT failed
  • 31: FTP could not use REST
  • 33: Range error
  • 34: HTTP post error
  • 35: SSL connect error
  • 36: Bad download resume
  • 37: FILE Could not read file
  • 38: LDAP cannot bind
  • 39: LDAP search failed
  • 41: Function not found
  • 42: Aborted by callback
  • 43: Bad function argument
  • 45: Interface failed
  • 47: Too many redirects
  • 48: Unknown option
  • 49: Telnet option syntax
  • 51: Peer failed verification
  • 52: Got nothing
  • 53: SSL engine not found
  • 54: SSL engine set failed
  • 55: Send error
  • 56: Recieve error
  • 58: Local SSL certificate problem
  • 59: SSL cipher
  • 60: SSL CA certificate error
  • 61: Bad content encoding
  • 62: Invalid LDAP URL
  • 63: File size exceeded
  • 64: Use SSL failed
  • 65: Send fail rewind
  • 66: SSL engine init failed
  • 67: Login denied
  • 68: TFTP file not found
  • 69: TFTP permission problem
  • 70: Remote disk full
  • 71: Illegal TFTP operation
  • 72: TFTP unknown ID
  • 73: Remote file exists
  • 74: TFTP no such user
  • 75: Conversion failed.
  • 76: CONV REQD
  • 77: SSL CA cert bad file
  • 78: Remote file not found
  • 79: SSH error
  • 80: SSL shutdown failed
  • 81: Try again later
  • 82: SSL CRL bad file
  • 83: SSL issuer error
  • 84: FTP PRET failed
  • 85: RTSP CSeq error
  • 86: RTSP session error
  • 87: FTP bad file list
  • 88: Chunk failed
  • 89: No connection available
  • 126: Unknown error
  • 200: OK
  • 203: Non-Authoritative Information
  • 204: No Content
  • 205: Reset Content
  • 206: Partial Content
  • 300: Multiple Choices
  • 301: Moved Permanently
  • 302: Found
  • 305: Use proxy
  • 307: Temporary redirect
  • 400: Bad request
  • 401: Unauthorized
  • 403: Forbidden
  • 404: Not found
  • 406: Not Acceptable
  • 408: Request Timeout
  • 409: Conflict
  • 410: Gone
  • 412: Precondition Failed
  • 429: Too Many Requests
  • 500: Internal server error
  • 501: Not implemented
  • 502: Bad gateway
  • 503: Service unavailable
  • 504: Gateway timeout
  • 505: HTTP version not supported
  • 506: Variant also negotiates
  • 507: Insufficient storage
  • 508: Loop Detected
  • 509: Bandwidth limit exceeded
  • 510: Not extended
  • 520: Origin Error
  • 521: Web server is down
  • 522: Connection timed out
  • 523: Proxy Declined Request
  • 524: A timeout occurred
  • 525: Unknown error
  • 555: Unknown error

Shortcuts

Contact Form

Have a support question or concern? Log in and submit a ticket.

Recent Posts

IP Addresses Changed Help Section Updates Disable Paging in Listings