• e_panagio

    (@e_panagio)


    I have been getting lots and lots of errors:

    
    2017-11-04 12:46:18: (request.c.1301) POST-request, but content-length missing -> 411 
    2017-11-04 12:49:14: (request.c.1301) POST-request, but content-length missing -> 411 
    2017-11-04 12:55:29: (request.c.1301) POST-request, but content-length missing -> 411 
    2017-11-04 13:03:14: (request.c.1301) POST-request, but content-length missing -> 411 
    2017-11-04 13:03:45: (request.c.1301) POST-request, but content-length missing -> 411 
    2017-11-04 13:04:22: (request.c.1301) POST-request, but content-length missing -> 411 
    2017-11-04 13:07:41: (request.c.1301) POST-request, but content-length missing -> 411 
    2017-11-04 13:09:00: (request.c.1301) POST-request, but content-length missing -> 411 
    2017-11-04 13:11:51: (request.c.1301) POST-request, but content-length missing -> 411 
    2017-11-04 13:14:12: (request.c.1301) POST-request, but content-length missing -> 411
    

    I have this error happening with all of my wordpress installations.

    I disabled define(‘DISABLE_WP_CRON’,true) to make these errors go away but I think this is not the proper way of fixing this.

    Any suggestions?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Moderator t-p

    (@t-p)

    This issue apparently was fixed 2.8
    See https://core.trac.www.ads-software.com/ticket/8605

    I disabled define(‘DISABLE_WP_CRON’,true) to make these errors go away

    Have you also tried:
    Flushing any caching plugins you might be running, as well as server and/or browser caches. Not just your browser, but any op cache or content network cache as well such as Cloudflare. If you are using SiteLock, manage your caching there.
    Flushing Managed host caches. Managed WP hosting often has special caches. If your host has a “Purge Varnish” or “Flush Memcache” tool, try that. You can ask your provider to flush memcache and Varnish for you if necessary.
    – deactivating ALL (yes all) plugins temporarily to see if this resolves the problem (plugin functions can interfere). If this works, re-activate them individually (one-by-one) to find the problematic plugin(s).
    – switching to the unedited default Theme (Twenty Seventeen.) for a moment using the WP dashboard to rule out any theme-specific issue (theme functions can interfere like plugins).
    – If the above steps do nt resolve the issue, try MANUALLY updating. Download WordPress again and unzip it. Access your server via SFTP or FTP, or a file manager in your hosting account’s control panel (consult your hosting provider’s documentation for specifics on these), and delete then replace your copies of everything on the server except the wp-config.php file and the /wp-content/ directory with fresh copies from the download. This will effectively replace all of your core files without damaging your content and settings. Please read the Manual Update directions first.

    Thread Starter e_panagio

    (@e_panagio)

    Like I said, I am running several installations with different plugins and themes. All installations are running different themes and plugins.

    Here is a demo site I have with 4.8.3 and no plugins. The errors are happening:

    2017-11-04 14:24:17: (request.c.1301) POST-request, but content-length missing -> 411

    I am sorry but the flushing of all those cashes will not happen.

    I did the right thing by posting this issue here.

    Thanks for providing WordPress for free.

    Moderator t-p

    (@t-p)

    Please check if your cURL are up-to-date.
    Because the last time that error popped up was caused by outdated cURL binaries.

    Moderator t-p

    (@t-p)

    If you find cURL to be up-to-date, I recommend installing the health check plugin and pastebin the debug info and paste the link in the post.

    • This reply was modified 7 years ago by t-p.
    Thread Starter e_panagio

    (@e_panagio)

    Here is the information about cURL.

    curl 7.38.0 (x86_64-pc-linux-gnu) libcurl/7.38.0 OpenSSL/1.0.1t zlib/1.2.8 libidn/1.29 libssh2/1.4.3 librtmp/2.3
    Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smtp smtps telnet tftp
    Features: AsynchDNS IDN IPv6 Largefile GSS-API SPNEGO NTLM NTLM_WB SSL libz TLS-SRP

    Is this up do date?

    Moderator t-p

    (@t-p)

    I believe the most recent version is 7.56.1

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘POST-request, but content-length missing -> 411’ is closed to new replies.