The MU forums have moved to WordPress.org

Blog truncated (3 posts)

  1. dredg
    Member
    Posted 17 years ago #

    I've noticed that some blogs on my wpmu setup don't display correctly - the output is terminated permaturely. When I run the same page through the W3 validator or using the LWP 'GET' command, I get this error:
    500 EOF when chunk header expected
    This only affects certain blogs and is neither theme specific nor browser dependant. Any ideas?

    - Niall

  2. drmike
    Member
    Posted 17 years ago #

    Haven't seen the occurance. Anything in your WPMU error log or in your webserver's?

  3. drmike
    Member
    Posted 17 years ago #

    Actually I just figured it out. It's tied to my "Page taking a long time ot load issue" I think.

    I turned off the Object cache. Something wrong with it on my install.

    - Open up wp-config.php
    - Comment out the enable cache line and stict in a disable cache line. For example:

    /* Stop editing */

    define('ABSPATH', dirname(__FILE__).'/');
    require_once(ABSPATH.'wp-settings.php');
    //define('ENABLE_CACHE', true);
    define('DISABLE_CACHE', true);
    ?>

    is at the end of my file now.

    There's also a mention of this in wp-settings.php. The instructions for WPMU-Feed mention putting the enable cache line in there. Double check that you hadn't.

    Really would like to know why the object cache is slowing down stuff for me. I would like to have it running.

    -drmike

About this Topic