I've been having issues with certain pages in the backend of my website. It happens in multiple browsers (Firefox, Chrome, Safari). The website uses Zend Framework 1.11 and runs on a shared hosting environment (PHP, Apache)
When I try to load certain pages, Chrome simply outputs a blank page. It does download HTML, but sometimes only partially. When I check my web inspector, I see the following (see screenshot). Also, when I try to download the page through Chrome, I get the following error: "curl: (18) transfer closed with outstanding read data remaining". (and indeed, only part of the HTML was downloaded)
Screenshots:
- http://cl.ly/image/2K371a1p3Y3S
- http://cl.ly/image/442d2r1y2u2O
- http://cl.ly/image/3a1M060X182d
- http://cl.ly/image/0q1p17143F07
- http://cl.ly/image/2N2p3k0g3F1m
- http://cl.ly/image/2X371V1t093O
I've also noticed that the failing requests don't show up in Apache's access/error logs.
Any help would be great!
Thanks,
Martijn