as suspected, the problem was a plugin that was not supported was uploaded.
I have also added a couple lines to the screenshot file to prevent timeouts, this will be included in 1.0 as well.
screenshots.php
find:
error_reporting(0);
add this after:
set_time_limit(0)...