isValid throws 403 error
Hello, I am attempting to use this isValid code: <cfparam name="myVar" default=""> <cfif (myVar NEQ "") AND NOT (isValid("string",myVar))> Failed<p><cfelse>...
View Articlepass grid row values to a form
New to grids.--- Can you select a row in a grid and pass those field values to a registration form? or use an href in each row to pass field values to an action page containing a fom? Thank you --- jim
View ArticleUnable to configure IIS connector error ColdFusion 10
I am trying to get CF 10 installed on a Windows Server 2008 IIS 7 machine. I could not get the install to go through. Everytime I tried to bind to IIS All Sites it threw an error: "Unable to configure...
View Articlecoldfusion.sql.DataSourcePermission Error
Hi, I have been programming in CF for 10 years. I set up my umteenth database (copied an exsiting one) and connected the datasource. I received this error: coldfusion.sql.DataSourcePermission right...
View ArticleColdFusion ORM
I have query which should filter the where clause condition depends on the URL parameter to the page? With CFQuery: <cfquery name="GetUser" datasource="Sample"> Select *from Users where...
View ArticleNULL POINTER error when using ObjectLoad(ObjectSave())
Hi there. I've already posted this up on stackoverflow, but thought it might be worth posting here too in case anyone here had some information. The SO link is...
View ArticleCF 10 update 9 PDF issues?
Since applying update 9 to CF 10 files generated via CFPDFFORM are no longer valid PDF. They can be viewed in the browser but not opened by Reader, Acrobat or other pdf viewers. Nothing has changed in...
View ArticleCF10 Upgrade - Now Forms Acting Screwy Not Accepting Mime Types On Uploads
We have some sites in production that were working fine before we went from CF8 to CF10. We upgraded to CF10 yesterday and our data analysts couldn't update the site with HTML files. We were getting...
View ArticleAPSB13-10 causing an error with spreadsheetFormatCell tag
I loaded hotfix 4 and jdk-7u17 earlier in the week. All was well. Loaded APSB13-10 this morning on my development server and now I am getting a...
View ArticleSQL Query on an XMLObject CaseSensitive Resultset
Hi there,I make aSQLqueryonan object withdbtype= query<cfqueryname="qry_catalog"dbtype="query">SELECT * FROMcatalogqueryWHEREcountryLIKE '# art #'</ cfquery>Whatalsogoes without problems,...
View ArticleDisplaying multiple PDF's on screen
Hi, I can create a single PDF. But when I try to combine multipe PDF creations, getting a 500 message.The code below was being used to try display multiple PDF's on the screen: <cfinclude...
View ArticleI'm trying to remove the html from my solr collections.
I've tried HTMLStripCharFilterFactory and StandardTokenizerFactory in the schema.xml BUT not working.
View Article2 hours 23 min on hold
I'm calling ******** on Adobe. Had I waited longer, it would have gone on all day. I'm glad I sold their stock.
View ArticleWhat is the 'Server Host' for a newly installed copy of ColdFusion 10 on...
Just installed my first copy of ColdFusion 10. I am an experience web developer and system administrator. This installation is on a Windows 7 laptop with no other develpment tools and no IIS. I...
View ArticleColdFusion not handles HTTP OPTIONS requests for CFC
Scenario:- A webserver which hosts a frontend application based on ExtJS.- A ColdFusion 10 server (with apache) that hosts backend services.- Frontend application make AJAX requests to ColdFusion...
View ArticleDisallow access to certain directories
I have a directory on my server named "documents" that I need to make sure users are authenticated (logged in) before they can access this directory. The directory contains PDF documents. Whats...
View ArticleHelp Needed: Inserting Hyperlinks into
All - I have into an issue in which we can enter the hyperlink address into a <cftextarea richtext = "true"> but the hyperlink doesn't become active after entering it and/or hitting the space...
View ArticleCF10 and CFB2: Why I cant add server?
Hi Guys, I installed CF10 developer edtion on my MAC OSX and working fine. I installed as well purchased CF Builder 2 nad trying to add server but i cant enter the correct server home even i point it...
View Articlehow to loop through queries for different time zones
I am working on a script that will send out daily messages to an individual who has subscribed to a particular company’s daily message. The subscribers table has:FirstnameEmailCompany ID Delivery...
View ArticleUnable to use Datasource.cfc in Admin API - The current user is not...
Hi Everyone,I am having some issues accessing the methods in the datasource.cfc in the adminAPI. I can successfully load the administrator CFC and am told that I have successsfuly logged in; But when I...
View Article