tracker issue : CF-4198740

select a category, or use search below
(searches all categories and all time range)
Title:

Missing cftimer image in debug output

| View in Tracker

Status/Resolution/Reason: Closed/Withdrawn/UserError

Reporter/Name(from Bugbase): Richard Davies / Richard Davies ()

Created: 05/22/2017

Components: Debugging, CFDump

Versions: 2016

Failure Type: Comestic Issue

Found In Build/Fixed In Build: 2016.0.04.302561 / NA

Priority/Frequency: Normal / Some users will encounter

Locale/System: / Win 2012 Server x64

Vote Count: 0

Problem Description:

Images added to debug output by <cftimer type="debug"> result in "404 Not Found" errors in browser console.

Steps to Reproduce:

<cftimer label="Timestamp" type="debug">
   <cfdump var="#Now()#">
</cftimer>

Actual Result:

http://domain.com/CFIDE/debug/images/information_16x16.gif [HTTP/1.1 404 Not Found 40ms] reported in browser console and no image appears next to cftimer result in debug output.

Expected Result:

Image should appear next to cftimer result in debug output and there should not be any errors reported in browser console.

Any Workarounds:

Unknown.

Attachments:

Comments:

Hi Richard, I tried in ColdFusion 2016 HF3 as well as in HF4 and didn't encounter issue with image not found in browser console . 1. Can you please check image file exists or not at location : CFIDE/debug/images/information_16x16.gif . 2. Are you using any webserver and if yes , which one ? 3. Can you also attached screenshot as well ? -Mukesh
Comment by Mukesh K.
701 | July 07, 2017 10:24:00 AM GMT
So apparently the problem was the IIS website did not have a CFIDE virtual directory. After configuring the virtual directory the image now appears as expected. I wasn't the one who installed CF on the server so I'm not sure if the installer didn't properly configure the virtual directory or if our sysadmin removed it for some reason (perhaps he thought it was no longer necessary now that the CF Administrator runs on another port.)
Comment by Richard D.
702 | July 07, 2017 03:12:46 PM GMT
Hi Richard, Thanks for information . We will be closing the bug as it working now for you. -Mukesh
Comment by Mukesh K.
703 | August 02, 2017 09:14:16 AM GMT