Skip navigation

Login or Register to find out more about WolfShade
WolfShade has no profile image available
Status Level:

Recent Activity

WolfShade replied to Sandbox security denying CFINDEX from indexing a collection (Solr/CF9)

"The CFINDEX is not erroring, and it's contained within a CFTRY that will dump "cfcatch" if anything did error.  But the collection remains d"

in ColdFusion 1 replies
1 day ago
WolfShade replied to Query help, direct and indirect reports

"I've never worked with Access as a database, before.  But, if this were SQL (and it might work), then, yes, a LEFT OUTER JOIN would do the t"

in ColdFusion 4 replies
1 day ago
WolfShade replied to No debug output from CF10 on Apache

"Not sure about the code.  But, if you're experiencing slow performance, when it starts "bogging down", open Task Manager on both your dev sy"

in ColdFusion Server Administration 3 replies
1 day ago
WolfShade replied to CFContent open file with # in filename

"Have you tried escaping the # ?   #replace(file_location,"#","##","all")#   OR   In the URL: #URLEncodedFormat(qryGetFileNames.ServerFile"

in ColdFusion 1 replies
1 day ago
WolfShade asked Sandbox security denying CFINDEX from indexing a collection (Solr/CF9)

"Hello, everyone.   I did fix the last Sandbox security related issue with Solr collections - it was in the "Files/Dir" section, I had to pu"

in ColdFusion 0 bookmarks
2 days ago
WolfShade replied to No debug output from CF10 on Apache

"In your application.cfc/cfm, do you have <cfsetting showdebugoutput="yes">?   ^_^"

in ColdFusion Server Administration 3 replies
2 days ago
WolfShade replied to ImageScaletoFit Issue

"According to Adobe CF docs, resizing an image is done as:   <cfimage     required     action = "resize"     height = "number of pixels|pe"

in ColdFusion 3 replies
4 days ago
WolfShade replied to ImageScaletoFit Issue

"You scale the image, first, then use CFIMAGE action="writetobrowser" to display it.   ^_^"

in ColdFusion 3 replies
4 days ago
WolfShade replied to show and hide with radio button

"Write JavaScript that will check the status of the radio button upon form.cfm load, then show/hide accordingly.   ^_^"

in ColdFusion 2 replies
4 days ago
WolfShade replied to cfcollection action='create' permission denied "read" (what???)

"It is NOT related to Java 7.  I uninstalled Java 7 from my dev machine and tested.  The issue still remains.   I thought there might be a p"

in ColdFusion 4 replies
4 days ago
WolfShade replied to coldfusion 10 mandatory update run as root

"I don't think there is a way to do it, UNLESS there is another user added with admin rights.   If you're not the root, you'll have to find"

in ColdFusion 2 replies
5 days ago
WolfShade replied to onchange

"<cfparam name="form.location" default=""> ... <select name="location" id="location" onchange="this.form.submit();">   <cfloop query="qlocati"

in Getting Started 1 replies
5 days ago
WolfShade replied to cfcollection action='create' permission denied "read" (what???)

"The account that CF runs under has full control of the folders, and in the sandbox security the settings are for Read, Write, Execute for th"

in ColdFusion 4 replies
5 days ago