Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.3.7, 4.4.0
-
Fix Version/s: 4.4.1
-
Component/s: CiviReport
-
Labels:None
Description
I'm getting either white screen or explicit fatal (see below) when trying to do PDF on SOME reports.
Examples:
Contribution Details on drupal 4.4 demo (http://drupal.demo.civicrm.org/civicrm/report/instance/7?reset=1) gives 503 error when clicking PDF
Constituent Summary on drupal 4.4 demo (http://drupal.demo.civicrm.org/civicrm/report/instance/1?reset=1) also 503
—
Repeat Contribution on my localhost (http://civicrm44/civicrm/report/instance/8?reset=1) throws this fatal:
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 97087 bytes) in /Users/dgg/git/crm_v4.4/packages/dompdf/lib/class.pdf.php on line 4916
My 4.3 localhost is also failing on Repeat Contribution and other reports
(maybe a bug introduced by merge for 4.3 -> 4.4 recently ??)