string(100) "SQLSTATE[HY000] [1203] User d01ddbd6 already has more than 'max_user_connections' active connections"
string(133) "SELECT a FROM Downloads_Entity_Download a JOIN a.category c WHERE a.category = :category AND a.status = :status ORDER BY a.title DESC"
array(2) {
  ["category"]=>
  int(9)
  ["status"]=>
  int(1)
}
string(565) "SELECT d0_.lid AS lid0, d0_.status AS status1, d0_.uupdate AS uupdate2, d0_.title AS title3, d0_.url AS url4, d0_.filename AS filename5, d0_.description AS description6, d0_.ddate AS ddate7, d0_.email AS email8, d0_.hits AS hits9, d0_.submitter AS submitter10, d0_.filesize AS filesize11, d0_.version AS version12, d0_.homepage AS homepage13, d0_.modid AS modid14, d0_.objectid AS objectid15, d0_.cid AS cid16 FROM downloads_downloads d0_ INNER JOIN downloads_categories d1_ ON d0_.cid = d1_.cid WHERE d0_.cid = ? AND d0_.status = ? ORDER BY d0_.title DESC LIMIT 10"