Website is loading partially

I was having problems with certain pages in the backend of my site. This happens in multiple browsers (Firefox, Chrome, Safari). The website uses Zend Framework 1.11 and runs in a shared hosting environment (PHP, Apache)

When I try to load certain pages, Chrome just displays a blank page. It downloads HTML, but sometimes only partially. When I check my web inspector I see the following (see screenshot). Also, when I try to load the page through Chrome, I get the following error: "curl: (18) transfer closed with read data left left." (and indeed, only a portion of the HTML was loaded)

Screenshots:

I also noticed that failed requests are not showing up in the Apache access / error logs.

Any help would be great!

Thank,

Martijn

+3


source to share


1 answer


Could this be caused by a while loop that never ends?



0


source







All Articles