cfselect passing mutiple field values to database
I have a table that lists a class schedule and a table for people who register for a class. I use a query to populate the cfselect drop-down. My question is: Can I pass fields from the session query...
View ArticleCould not initialize class coldfusion.monitor.event.RequestMonitorEventProcessor
We are getting a Could not initialize class coldfusion.monitor.event.RequestMonitorEventProcessor error. We cannot access the CF Administrator either. We are running CF 9.0 Standard Edition on Windows...
View ArticleCF 10 gives wrong CGI.SERVER_PORT value
Here is how to reproduce the issue. Platform: Redhat Linux 6 Step 1: Install Apache HTTPD 2.2.24 in /web/httpd, use the normal port 80Step 2: Install CF 10 in /web/coldfusion10 and connect it with...
View ArticleCurrently running ColdFusion enterprise version 8 need to upgrade.
I'm currently running ColdFusion Version 8. we are in the process of purchasing "Adobe Coldfusion Enterprise 10 Platinum Annual Support Subscription" will that cover the upgrades and updates to the...
View ArticleGenerate graphic to mobile application with cfchart?
Hi Folks, Here I am, one more time to ask the gurus how create graphics with the tag cfchart to mobile application. Anyone know or would developed some app this type? Hugs from Brazil Fabiano Magno...
View Articleconfigure upload file
I use following code to have upload file contorols on the form.I has a button which has caption "choose file" on the left and have a label to show file name when user select the file. I want to have...
View ArticleCan CF10 be configured to use a non-jakarta directory?
Long story short, we are installing Groupwise WebAccess on our ColdFusion 10 web server to offer webmail, and it is hard-coded to use the jakarta directory for it's own ISAPI_redirect.dll. ColdFusion...
View ArticleCF Service continuously restarts every 25 seconds
After my laptop froze yesterday I rebooted, and now the ColdFusion 9 Application Server service starts and restarts endlessly! Although it's set to start automatically, upon bootup it does not start....
View ArticleEncode and decode password
In my LOGIN and LOGOUT module I am calling a cfc method using javascript ajax. But I want to pass password after encoding. Is there any way to encode the password to be send to CFC method so that I...
View Articleget attachment directory
I want to user to upload attachement to my upload directory like following C:\inetpub\wwwroot\MySite\Test\uploadFile <cfset strPath = ExpandPath( "./" ) /><cfset strPath =...
View Articlecfdirectory create diretory
I want to create a sub folder at run time and want to use cfdirectory to create new diretory.I do not see override option on the cfdirectory tag, it seems that I need to use FileExists to check before...
View ArticleCF8 to CF10 Migration: CFloginUser Failing
Here are the environments: OLD SERVERServer Product: ColdFusionVersion: 8,0,1,195765 Edition: Enterprise Operating System: Windows Vista* OS Version: 6.0 Update Level: .... hf801-00007.jar IIS...
View ArticleFile size cffile upload
Folks, How do I to know file size in an image file before upload? I have a form and these can only accept image files with until 2mb, and jpg extension. Anyone have a tip for this? tksFabiano Magno...
View ArticleIsolating / finding bug in CF and cflayout
Ok, I give up. So soon? So I am using cflayout, cflayoutarea stuff. And in my code I have a bug. But I can't find it. Why? Because CF10 is not showing it to me. It is hidden. Normally when...
View ArticlePDFDocException after optimization in CF10
I have a page that first generates a PDF using cfdocument: <cfdocument name="doc1" format="PDF" marginbottom="1" > After this, I am merging this with other PDF files: <cfpdf action="merge"...
View ArticleColdfusion 9 syslog setup
What exactly does this setting do in the CF admin configuration under the "Logging Settings" section? "Use operating system logging facilities "
View Articlealternative for coldfusion.util.DateUtils ?
I need to get a java.util.Calendar object for a webservice.Using CreateObject("java", "coldfusion.util.DateUtils").getCalendar(Now()) works fantastic, except I have to allow access to internal...
View Articleauto sugesstion
Hi there, I need to pass the companyId into the cfc but i keep gettting an error, does any know?- thanks You cannot specify more arguments to a CFC function than it declares. Error parsing bind...
View ArticleSecuring a remote CFC
Hello, I'm in the middle of a project that is using AJAX and remote CFC's to allow data from the client side to interact with the server. This is an add-on for an existing application and am having a...
View ArticleCFSELECT change order
I have a CFSELECT like following and I need sometime sort by MyCode and sometime sort by MyName like following code <cfif (isDefined("form.MyID") AND form.MyID EQ...
View Article