Dompdf Memory Error

April 12th, 2010

Folgendes Problem beim Export von PDF-Dateien mit Dompdf
{code type=TEXT}
Fatal error: Allowed memory size of xxxxxx bytes exhausted (tried to allocate xxxxxxxx bytes) in /var/www/vhosts/domain.net/httpdocs/itpage/system/application/libraries/dompdf/lib/class.pdf.php(1969) : eval()’d code on line 5914
{/code}

Lösung (nicht die Beste Lösung)
öffen die Datei:  libraries/dompdf/lib/class.pdf.php
Zeile 1969
{code type=PHP }
@ini_set(‘memory_limit’, ’128M’);
{/code}

Das hilft bis eine gut Lösung gefunden ist

Uncategorized | Comments | Trackback Jump to the top of this page

Leave a Reply

  •  
  •  
  •  

You can keep track of new comments to this post with the comments feed.