Empty Response

Hey, I'm running a few sites on a LAMP stack on Ubuntu 10.04. They are different kinds of sites including a Drupal 6 and one built on Kohana 3.

My customers keep seeing a empty response (Error 324 on Chrome, but this happens in other browsers as well). I've looked at apache2, mysql, and Drupal and Kohana log files and I don't see anything that sticks out as a problem to cause this.

Has anyone dealt with this before? How do I go about debugging this and fixing it? The empty response is not reliably reproducible.

Thanks,

Diwant

2 Replies

Hi,

I'd recommend turning PHP debugging on to see what the error is, your PHP is likely configured to not display errors at the moment but I'm betting this will be a good place to start

Thanks, I've set that up and I'll keep an eye on those and post back here with what happens.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct