Skip to main content
Inspiring
July 22, 2011
Question

Error Opening pdf

  • July 22, 2011
  • 1 reply
  • 584 views

I have some code that:

creates a number of variables with cfdocument.

combines all those variables into one pdf file with cfpdf action=merge

downloads the file with cfheader/cfcontent.

The final result is ok, but there is room for improvement.  If I select Save from the download dialog and then open the file, life is good.  If I select Open, the file opens in the browser, but the label on the tab says "Error Occurred While Processing Request".

How do I go about finding what that error is?

    This topic has been closed for replies.

    1 reply

    Inspiring
    August 14, 2011

    Hi Dan

    Can you implement a stand-alone repro case for this?

    Have you looked @ your logs to see if more detail on the error is returned?

    The CFCONTENT and CFHEADER might be masking an error that would otherwise be displaying to screen remove those lines and see if you get the actual error.

    --

    Adam