0

In Magento when I try to print an invoice, I get a blank page with no error, and PDF is not generated.

It is fine on my local PC, however on server it shows this behavior. I convert permission of var folder to 777, what sub folders in var need to be 777 permission for printing invoices ?

Or is this issue other than permissions ?

Sohail
  • 2,058
  • 7
  • 33
  • 57
  • enable error reporting from index.php or inspect your server php error log – Anton S Jan 11 '12 at 14:22
  • 1
    Impossible to tell from the information you've provided. A blank page usually means an error. Setup error logging in PHP and exception/system logging in Magento and see what's being sent to the logs. Failing that, find the main entry point of the controller that generates the PDF and trace the code path until you get to your error point. – Alana Storm Jan 11 '12 at 15:57
  • You mean error_reporting(E_ALL) in index.php file ? – Sohail Jan 12 '12 at 06:39

0 Answers0