Quantcast
Browsing all 21760 articles
Browse latest View live

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 Article


Data 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 Article


Re: 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 Article

CF 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 Article

Re: Data type mismatch in criteria expression

Tried changing it and same error.

View Article


Re: Data type mismatch in criteria expression

On line 13, what about using the val() function? What is datatype in table?

View Article

Re: 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 Article

Image may be NSFW.
Clik here to view.

Re: 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 Article


Re: 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 Article


Image may be NSFW.
Clik here to view.

Re: 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 Article

What 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 Article

Re: 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 Article

Re: What to use for feature testing

If the Windows server is running Apache, you can get the PHP version to work. ^_^

View Article


Re: 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 Article

Re: 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 Article


Re: 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 Article

Image may be NSFW.
Clik here to view.

Post 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 Article


Re: 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 Article

Re: 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 Article

Re: 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
Browsing all 21760 articles
Browse latest View live