cfquery object undefined
Hey Everyone I am experience something really unsual with CF9 connecting to MS SQL 2005 using the "Microsoft SQL Server" driver provided. Heres the code: <cfquery name="test1" datasource="#dsn#">...
View ArticleCF10 Debugging IP Addresses not working. Any known issues?
I just installed CF10 on my company's Intranet and debugging output is displayed on the server (127.0.0.1). I've gone to Debugging & Logging > Debugging IP Addressesand added my client PC IP...
View ArticleFinding the Oracle data source (ColdFusion application)
I inherited a ColdFusion 10 application with an Oracle 11g back end. Recently, I began receiving java.sql.SQLSyntaxErrorException: [Macromedia][Oracle JDBC Driver][Oracle]ORA-00942: table or view does...
View Article<cfdocumentitem type="footer" > ignores CSS
Looks like the <cfdocumentitem type="footer" > tag which is part of<cfdocument> ignores all attempts to style it with CSS.I can't change the font family,...
View ArticleChart with two Y Axes in CF11
Hi, I need to generate a chart with two Y axes.Is there an easy way to do that in CF11? Thanks and best regardsClaudia
View ArticleModifying neo-datasource file to change datasource IP to a similar SQL server...
If I modify the file to point a data source database to a similar SQL server hosting a copy of the same database, can this work without breaking CF? CF version: 9 standard.
View Articlewhat's the value of an autosuggest input field?
Under normal circumstances, I can copy the content of the users's form field input into another field, just by simply javascripting (using onChange, and this.form.field.value). In a CFInput field that...
View ArticleVery Slow SQL query - Fast in SSMS
We have a very simple query that executes instantly in SSMS, returning about 45,000 rows. Whenever I run the same query on a CFM page it takes about 47 seconds to execute. I've tried reindexing,...
View ArticleHow to Set up HTTPOnly and SECURE FLAG for session cookies
Hi All, To fix some vulnerability issues (found in the ethical hacking , penetration testing) I need to set up the session cookies (CFID , CFTOKEN , JSESSIONID) with "HTTPOnly" (so not to access by...
View ArticleNeed help understanding security scan results.
My agency recently started using HP's Fortify Scan tool, which is designed to scan CF code directly, rather than the rendered page. The scanner always seems to flag our pages for a certain error when...
View Articlegmail smtp mail server verification
I have lately upgraded to CF10 from CF9. Just lately I have noticed that I cannot get gmail smtp mail server verification within CFAdmin. I am using the same settings as before. In fact, on an old...
View ArticleColdFusion 11 new installation; service won't start on 2008 R2
I've just installed ColdFusion 11 on a clean Windows Server 2008 R2 machine and the ColdFusion application service looks like it starts, but then a minute later, shows that it is not running (in the...
View ArticleCF 10 continues to crash on Windows 2008 R2 64 bit
I have had CF 10 running on my VM for about a week now. The VM is Windows 2008 Enterprise, 64 bit. CF 10 is 64 bit. The error that I keep getting is: Service Temporary Unavailable!The server is...
View ArticleDreamweaver CC Coldfusion 10 extension?
Hi I'm on the road trying to configure Dreamweaver CC for a CF10 project on my laptop. Back in my office on my server i have DWCC configured using the CF10 extensions and I remember that I used an...
View Articlerestarting the ColdFusion 10 Application Server
I am having a problem with restarting the ColdFusion 10 Application Server.Normally this happens onze a year and restarting the service resolves it.
View ArticleLog Files" data?">How to easily export/download "Debugging & Logging > Log Files" data?
In the Debugging & Logging > Log Files screen/page, are there workarounds for easily export/download the data that's listed in that screen? I do not want to download the log. Basically, all I...
View ArticleInserting Image Name into the database
I have created a form with a file field to upload an image and insert its name directly into the mysql database. The column type is varchar where the name will be inserted through the form. Now i am...
View ArticleCFIMAGE captcha issue - Cannot find /CFFileServlet, possibly because server...
CFIMAGE captcha was working on my DEV system, where the wwwroot is in the same folder as CFServer is installed. It is NOT working when I move it to staging, which is identical to production - including...
View ArticleHow do I get CF10 to traverse symlinked directories on Apache?
Gentlepersons of Adobe.com,We have an application that uses symlink'ed directories in a CF webroot on Apache. This has worked fine on CF8, and CF9, but is now broken on CF 10. By broken, I mean...
View ArticleJVM Path - Error loading jvm.dll
I am performing a new installation on the following:Windows 2008 R2 service pack 1CF Enterprise 9.0.2Single Web Server installation using IISSQL Server I am getting an 'Error loading: C:\Program...
View Article