Skip to main content
Eduardo Athar
Participating Frequently
October 15, 2014
Question

Cfcontent with errors in CF10 update 14?

  • October 15, 2014
  • 2 replies
  • 676 views

I have a problem after installing Coldfusion 10 update 14.

I performed the installation and after making connections with IIS 7.5 on windows server 2008 R2 platform tag cfcontent not display images that are enclosed in another partition. In my case my environment contains CF10 in C:\

Applications on D:\ and the images in F: and when trying to retrieve a readable image inside the F:\ it simply does not display anything.


Example of code that I tried:

<cfcontent file="F:\app\2014\03\01f10-10-20.jpg" type="image/jpeg" reset="true" />

<img src="F:\app\2014\03\01f10-10-20.jpg" />


I believe it is a bug because before the update worked correctly!

Anyone have this problem too?

Wanted to know before reporting bugs at the base of the Adobe.

Thank you!

This topic has been closed for replies.

2 replies

Participating Frequently
December 23, 2014

I am having the same exact issue. It is occurring with different file types DOCX, PDF, etc.

    <cfheader name="Content-Disposition" value="filename='#local.fn#'" >
    <cfcontent type="application/unknown" file="#variables.filePath#">

Gives either a corrupt file in DOCX or a message in Adobe Reader saying "There was an error opening this document. The root object is missing or invalid"

The update 14 was applied to the Development environment only. The Staging environment is still with update 13 and it is running the same exact code and it is having no issues.

Adobe Team, please confirm the bug and let us know when you will be fixing it. I think we will reverse the update 14 until we hear back from you.

Anit_Kumar
Community Manager
Community Manager
December 23, 2014

Here is the Bug#3850990 - coldfusion 10 update 14. failed to load pdf document. This would be fixed in the upcoming update for CF10.

Regards,

Anit Kumar

Participating Frequently
October 17, 2014

Hi Eduardo,

I can not exactly say if it is a bug or not. If you can share your logs, I will quickly scan it and reply back.

Please share your connector logs and server logs.

For connector logs make sure the log_level=debug.

You will find this setting in "isapi_redirect.properties" under connector directory "c:\coldfusion10\config\wsconfig\magicnumber\".

If it is set as "log_level=info" then change it to "log_level=debug" and hit the same cfm again.

Thanks,

Milan.

CF Engineering team.