Re: Is it just me or are this.mappings acting funny?
Fair points. Learning is always good. -Carl V.
View ArticleRe: Is it just me or are this.mappings acting funny?
Some just told me "Telling isn't Teaching", and I couldn't agree more. Lecture has it's place but it's not an interactive experince with the student. For me, I learn best when I am actively engaged...
View Articlecfcookie problem between computers
I am migrating websites from a server using CF 8 to a new one using CF 10. In this one site, I have a query that looks up talent and then writes the resulting list to a cfcookie. On my computer with...
View ArticleRe: The SHA-256 algorithm is not supported by the Security Provider you have...
Hi. I found the same message once I upgraded WebSphere Application Server to version 7.0.0.31.Our customer installed the application on IBM AIX 54 bit platform, the system worked fine before this...
View ArticleRe: Cfstat Coldfusion 10 isn't working properly
I think they wont change the current CFSTAT to the old CFSTAT. We are now using FusionReactor and dont have this problem anymore. FusionReactor shows in realtime all requests and has many more nice...
View ArticleRe: Send data complext to Net Webservice
Good news! Do you mean the discussion I mentioned earlier? In any case, please kindly mark this question as answered. Invoking web services with complex types is a common task. Your solution will...
View ArticleRe: cgi.auth_user not staying set
Hey there, we're running into the same thing. When you mean Server level, are you talking about the IIS Site itself? Sites->{site name}->Authentication->Windows Authentication = Enabled We...
View ArticleRe: cgi.auth_user not staying set
Above sites... at the server (whatever the server is named) as well as the site. Both need to have anonymous enabled as well as windows authentication enabled. Then the folder you want to protect...
View ArticleRe: Is it just me or are this.mappings acting funny?
Mappings cannot be referenced within the pseudo-constructor. That is the ONLY solution I have come to. They simply. do. not. work. in the pseudo-constructor. The moment I moved my line <cfset test =...
View ArticleRe: Coldfusion Builder 2 Server Setup Problem
I'm in the same boat, I ran the basic installer after watching some tutorial videos so that is all set correctly. I had to use the following to get the version to appear...Server Home:...
View ArticleRe: Is it just me or are this.mappings acting funny?
I'm only speculating here, but there must be some kind of chicken-or-egg thing going on here. Maybe the "this" scope can't be read until the Application.cfc object is actually instantiated (which...
View ArticleRe: Is it just me or are this.mappings acting funny?
That's feasible, Carl. It's the inaugural run of the application, and the application.cfc's methods are only automatically called AFTER the file's pseudo-constructor runs. And even though 1 line tells...
View ArticleRe: cgi.auth_user not staying set
Has anyone been able to get this to work with CF10 and IIS 8.5 (Win Server 2012 R2)? When we do this on IIS 8.5 the session still drops.
View ArticleRe: Is it just me or are this.mappings acting funny?
Aegis Kleais wrote: <cfdump var="#fileExists( expandPath( '/path/to/models/utils/Config.cfc' ) )#" /> <!--- This dumps YES. ---> <cfset this.mappings[ '/model' ] = expandPath(...
View ArticleRe: cfcookie problem between computers
My guess is that the cookie tag fails to run. The reason is that the variable getTalent.recordcount is undefined. In any case, this points to a potentially bigger problem. It appears from your...
View ArticleAdobe Lens Profile Creator v 1.0.4- Does Not Work on a Mac
Hi, I downloaded Adobe Lens Profile Creator v 1.0.4 and tried to install it on a mac and installation failed because of a corrupted dmg file.I tried it several times on 4 differnet macs with different...
View Articledomain registered with namecheap.com, published basic home page using Muse
How do I find what settings to set or instructions on which DNS to set at namecheap's side? There is no chat on weekends for Muse!
View ArticleComplex object types are getting up my nose. Have a look...
So, you do the research on how to get a CFGRID to update via SQL update because there isn't much control in the CFGRIDUPDATE function. You follow the online assistance and still get: Complex object...
View ArticleRe: Query outputting all rows, I just want one.
What you observe is in fact the expected behaviour. By default, when a form is posted, all input form-fields of type 'hidden' are submitted. My suggestions are as follows: 1) Use cfselect. It fits the...
View ArticleNull Pointers are another name for undefined values
The system has attempted to use an undefined value, which usually indicates a programming error, either in your code or some system code.Null Pointers are another name for undefined values.The error...
View Article