Re: Where are the settings located to set the path for CFC Components in CF9?
You can map a path to components in each instance application.cfc. this.mapping["/components"] = "C:\ColdFusion9\wwwroot\sitename\components\"; for example. ^_^
View ArticleData type mismatch in criteria expression
Hey Folks. Having an issue with updating the database. here is the code plus error --- UPDATE FUNCTION ---<cfquery datasource="#APPLICATION.dataSource#">UPDATE CompanySET...
View ArticleRe: Data type mismatch in criteria expression
Have you tried changing the SQL type from numeric to integer? ^_^ PS. You really should be using CFQUERYPARAM on all the form inputs.
View ArticleCF Admin login fails (invalid pw) for Windows User other than the one used to...
I installed CF 10 on a server running Windows Server 2008 R2 Standard having logged into the server as a Windows user in the administrator group. I set up CF 10 Administrator to use a single password...
View ArticleRe: Data type mismatch in criteria expression
On line 13, what about using the val() function? What is datatype in table?
View ArticleRe: Data type mismatch in criteria expression
Just tried it and some result. What i don't understand is i'm using the same code (minus values) in another process page and it works perfectly. Datatype: UserID = Number and CompanyID is autoNumber...
View ArticleRe: Data type mismatch in criteria expression
I occasionally get issues like this, and it always turns out to be something really, really simple that I just overlooked the first thousand-and-a-half times. Frustrating! I don't see it, either....
View ArticleRe: Data type mismatch in criteria expression
WolfShade wrote: PS. Are you absolutley positively sure that the value is a number, no spaces or other spurious stuff?You wouldn't believe it was something as simple as a single quote instead of dbl...
View ArticleRe: New Coldfusion Server Setup in Flashbuilder and Coldfusion Builder not...
Anit, Somewhere along the line with the un-installs and installs I now have CF+Tomcat Bundle in the Application Server Dropdown. That option was not there before (I swear) I had looked for it....
View ArticleWhat to use for feature testing
I have searched high and low and cannot figure this one out. My boss has tasked me with creating a feature test for the CF site I manage and suggested using Cucumber since that's what they're using to...
View ArticleRe: Data type mismatch in criteria expression
Just curious.. single quote, where? I'm looking over your code and not seeing it. ^_^ UPDATE: AH!!! I see it.. "Paul's Place"... what version of CF are you using?? I know that CF9 cfqueryparams will...
View ArticleRe: What to use for feature testing
If the Windows server is running Apache, you can get the PHP version to work. ^_^
View ArticleRe: New Coldfusion Server Setup in Flashbuilder and Coldfusion Builder not...
That is great. CF+ Tomcat is applicable for ColdFusion 10. Please mark the reply as “the answer”, to help others who may read the thread in the future, if you think that may be helpful. RegardsAnit Kumar
View ArticleRe: What to use for feature testing
I tried cuke4php and it wouldn't work because it was claiming a fork() function was unimplemented and all my searching told me that you can't really get the fork() function to work on Windows. I'm...
View ArticleRe: cftextarea
Taking out the <head> tag didn't work for me. I see the problem is also addressed here http://stackoverflow.com/questions/15439926/cftextarea-richtext-editor -not-working-in-ie10but I don't...
View ArticlePost ColdFusion Security Hotfix APSB13-10 - Administrator no longer accessible
Hello, I installed the CF hotfix APSB13-10 hotfix to my CF 9.00 installation. I am aware of the three different versions for 9.01 and 9.02 and used the version for 9.00. In addition, as I had already...
View ArticleRe: What to use for feature testing
I've never worked with cuke4php. I've only installed (once) XAMPP on a WinXP SP3 system, and don't really know how to configure it (I'm a ColdFusion developer who took some PHP tutorials out of...
View ArticleRe: What to use for feature testing
I'm confused as to what you're saying. What do you mean "use PHP for feature testing"? I have PHP installed and up and running fine on my machine. I'm looking for some sort of actual feature testing...
View ArticleRe: CFCOMPILE and CF version compatibility
Hi, Can you tell me if there will be a code incompatibility if the development environment uses the CFCOMPILE utility has coldfusion 10, 64 bit Windows 7 and the deployed environment of the files has...
View Article