I’m using DOM PDF to convert a simple html page to a PDF–everything works on mac, but on PC I get the message: 
Is there a log I can check? What could make this work on mac (using preview) but not adobe on windows?
Edit
As bfavaretto suggested, I opened the PDF in textedit. Here’s the error:
<p>Message: Function set_magic_quotes_runtime() is deprecated</p>
<p>Filename: lib/class.pdf.php</p>
<p>Line Number: 4332</p>
Here is my CI code:
function pdf($id)
{
// Setup fields
$this->load->helper('htm_to_pdf');
$data['data'] = $this->home_model->getReport(array('id'=>$id));
$html = $this->load->view('HTML2PDF/Code/index', $data, true);
pdf_create($html, 'filename');
}
Some wiki usage information
–
Instead of force download you could use