Topic: Print Statements

When I select "Print Statements" in customer reports a blank screen pops up and no report is shown.
Screen_shot_1 : http://i.imgur.com/1yUTBMh.png
Screen_shot_2 : http://i.imgur.com/0zxawjC.png
Please Help.

Re: Print Statements

On debug settings I get:
http://i.imgur.com/yEiqUL5.png

Re: Print Statements

Set your PDF association in your browser to display (with appropriate application) or download as you wish.

Check if non zero pdf files get created in company/0/pdf_files/ folder is created.

If the file size is zero, the there is an error in your report file generating script repXXX.php

Re: Print Statements

PDF association is set to display.
non zero pdf files get created in the folder you mentioned.
the file size is 1.53 KB.

Re: Print Statements

Then the size of the PDF file created is too big. Check your memory_limit and post_max_size and other apache conf and php.ini settings and change accordingly and restart your web browser and try again.