Re: Check form input against a list of data
Thanks again, p.sim. I was way overthinking this. For some reason I thought I would have to output all dates from the DB and create script for CF to look over them all. This is just what I was looking...
View ArticleRe: Packaging and Deployment Section Not Visible in CF 9 Standard
Hello bknerien, Thank you for your post. "Packaging & Deployment" is a feature of Enterprise version. You will not get the same setting under CF standard edition. Regards,Anit Kumar
View ArticleRe: Packaging and Deployment Section Not Visible in CF 9 Standard
If you temporarily remove the serial number, you can revert your server to CF 9 Developer edition, which has the same features as CF Enterprise. Do your packaging and deployment stuff, then put the...
View ArticleRe: CF10 and IIS 7.5 - cfheader in 404 custom error handler not working...
Hi Lars, Did you try reinstalling the IIS connector as suggested here? http://blogs.coldfusion.com/post.cfm/coldfusion-10-does-the-connector- need-to-be-re-installed-for-update-11 Just installing...
View ArticleRe: Packaging and Deployment Section Not Visible in CF 9 Standard
Carl can you tell me how to do this? I will give it a try.
View ArticleRe: Packaging and Deployment Section Not Visible in CF 9 Standard
I believe you have to modify the license.properties file (In CF 10 it's in \ColdFusion10\cfusion, I'm not sure where it is in CF9). Make a backup copy first, then open the file in a text editor....
View ArticleMislabeled Virus?
I was doing my maintenance on my laptop and it flagged 2 paths in my CF instal as virus'. Is this a false flag or did it really find something?
View ArticleElement " " is undefined
Any idea about the below error. I am getting this while submitting a form but this happens only in production. 'Element '' is undefined in a Java object of type class coldfusion.filter.FormScope'...
View ArticleRe: Element " " is undefined
It's a bit difficult to say anything without the full error message and the code it relates to. But what does the error say: you're trying to reference a form variable, that doesn't exist. I suspect...
View ArticleRe: Mislabeled Virus?
Hello MIGhunter, We apologize for the inconvenience caused. Please send an email to Adobe Security team at psirt@adobe.com with all the details. Regards,Anit Kumar
View ArticleRe: Element " " is undefined
Thanks Adam.... I got the issue. I was following the way you showed me. Actually a value returning from LDAP is using inside a form structure but it was empty. Really appreciating your help.
View ArticleRe: URI for REST Services
Hi Check this article http://stackoverflow.com/questions/9914265/can-rest-be-used-instead-of -url-rewrite-in-cf10 ThanksVJ
View ArticleDisabling GZIP Compression on CFM pages for Google Analytics Code
In order to put Google Analytics (GA) on all CF-generated pages, without having to edit 1000's of CFM pages, I am trying to use an IIS URL Rewrite Outbound rule to add the GA code. Outbound rules...
View ArticleWhen configuring a datasource for Oracle using the thin client, I get an...
We have had no problems using Oracle up to this point, and have been using ColdFusion and Oracle very happily for a long time. Due to security requirements where the ColdFusion server is hosted, the...
View ArticleRe: Disabling GZIP Compression on CFM pages for Google Analytics Code
Rick, Are you using Application.cfc in your applications? If so, you could add the GA stuff to the end of the onRequest() method. That should cause it to be executed on every page request You might...
View ArticleRe: Disabling GZIP Compression on CFM pages for Google Analytics Code
See #2 in the original question.....too many applications.cfm/cfc on that server, don't want to edit them all, and new apps are added all the time.
View ArticleRe: Disabling GZIP Compression on CFM pages for Google Analytics Code
Yeah, I saw that. You didn't say exactly how many applications you have running - editing a handful of Application.cfc files would still be preferable to editing thousands of CFM files overall. But I...
View Articlesession varibles not working
HI, I am using a cf 9.1 app, and session variables are not working. testpage.cfm sets a session.rage variable and has a button to go to page 2 where i cfdump the session and there is no rage variable...
View ArticleRe: session varibles not working
Have you checked the CF Administrator to see if sessions somehow (accidentally) were disabled at the server level?-Carl V.
View ArticleRe: session varibles not working
checked CF admin, using CF variables, session and application are both enabled. not using jsession variables.
View Article