Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Jordy Meow

    (@tigroumeow)

    Did you check your PHP logs? I am pretty sure something happened.

    Thread Starter dbhynds

    (@dbhynds)

    I checked the error and access logs. The access log has the following entry:
    [10/Apr/2015:16:05:59 -0400] “GET /portfolio/project/gift-theatre HTTP/1.1” 204 – “-” “Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36”

    There is nothing in the error logs (even with error reporting set to all and WP in debug mode.

    Plugin Author Jordy Meow

    (@tigroumeow)

    That’s weird, I mean you error logs is really empty? Nothing at all from anything? Error logs always have a few warnings at least.

    Is this a big page? I would suggest try to rewrite it. Maybe delete all the content (keep it somehwere else), just write a simple sentence. Try. Does it work? Then try to add the content. If the HTML is malformed I could see why it’s broken… maybe.

    Thread Starter dbhynds

    (@dbhynds)

    Well, no, the error_log wasn’t empty, but it was all errors or warnings from other issues that I know to be unrelated. Some were from another plugin that I’ve already disabled, and a few are undefined offsets where I’m incorrectly looping through an array in the theme.

    I tailed the error_log and access_log and accessed the url. It recorded the 204 in the access log, but there was nothing in the error log. This is true for our production enviro and on my local.

    I’ll try editing the content, renaming the post, etc. and see what that turns up. I’ll keep you posted.

    Plugin Author Jordy Meow

    (@tigroumeow)

    Let me know. I believe something in the HTML makes the plugin crashes. It wouldn’t be surprising since I read the document with a DOMDocument, if it is badly formatted it might end like this. But there should be an error logged somewhere 🙂

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Plugin causes 204 Apache Response code on one post’ is closed to new replies.