After upgrading my local private instead of WebPageTest to version 2.6 none of the waterfalls are showing up. (Safari just shows a blue question mark.) Up till now the screen shots wouldn’t show up in the overview screen, but they would when you clicked on the click. (The thumbnail isn’t being generated.) I’ve been able to live with that, but can’t live without the waterfalls.
I’m on PHP 5.3. phpinfo() reports that gd is installed, version 2.0.34.
Matt[hr]
It’s dieing in file object_detail.inc in function AddResponseBodyFlags(), at the following line:
$zip = new ZipArchive;
I’ve recomplied PHP with --enable-zip and it’s still not working… trying to figure out what exactly is going on here. That constructor looks odd to me.
I just did a fresh install of CentOS 5.7, got it fully up to date, removed the php RPMs and installed the php53 versions instead. I have the following packages installed:
We have the same issue. Recently upgraded our server to 2.6 and the waterfalls now just show a white box with a red X in the upper right corner … anybody come up with any ideas yet?
Check to see if “zip” is installed. Apparently we introduced it as a dependency and I’m working on unwinding that now for the next release (sorry about that).