Questions
Als letztes aktiv
Documentation says that this version of CF should recognize tif images. I am trying to retreive images using imageNew from a url and CF 9 says that the .tif file is not an image. When I run GetReadableImageFormats() tif is not supported. CF 10 works fine, but this install is still in testing so I am unable to upgrade at this time. I need this to work on my CF 9 legacy install.How do I get CF 9 to support tif files? I can find nothing about this anywhere. So if someone has the solution please post?Thanks!
Hi,I am trying to install Coldfusion 7 in the server. But by the end of the installation, I am getting a message like the installation is completed with error. The Coldfusion application service is not started and is not able to be started in the windows services.The server is Win 2003 R2 SP2Windows firewall is found to be set as 'off'As there was error, it showed a message at the end of installation that a log has been created for the error. The error portions in that file are as below.Installation: Successful with errors.1754 SUCCESSES0 WARNINGS3 NONFATAL ERRORS0 FATAL ERRORSAction Notes:Web Server Connector Configuration Error: Run the Web Server Configuration Tool (wsconfig) to configure your web server after the installation completes.ANT Script Error: Status: ERROR &nb
Hello All, This was brought to my attention that when we have a toggle switch that either displays or hides cells below, it completely ruins the look. Everything has always worked correctly in previous versions but not now. Here is the code: <table class="editTable groupEditTable editTableGroup" cellpadding="0" cellspacing="0"> <tr> <td class="editLabel"><span>*</span>Social Media:</td> <td class="editField"> <input type="radio" name="socialmedia" id="socialmedia"<cfif editstate and item.socialmedia eq 1> checked="checked"</cfif> value="1" onclick="document.getElementById('facebook_name_row').style.display='inline'; document.getElementById('facebook_url_row').style.display='inline'; document.getElementById('facebook_app_id_row').style.display='inline'; document.getElementById('facebook_action_name_ro
CF 10 Developer Edition.Windows XP SP3When submitting a page that worked fine in CF 7 on this machine, I get an error I've never seen before:==================HTTP STATUS 500-description: The server encountered an internal error () that prevented it from fulfilling this request.exception:javax.servlet.ServletException: ROOT CAUSE: java.lang.IllegalStateException: Cannot call sendError() after the response has been committed at org.apache.catalina.connector.ResponseFacade.sendError(ResponseFacade.java:451) at javax.servlet.http.HttpServletResponseWrapper.sendError(HttpServletResponseWrapper.java:120) at coldfusion.tagext.io.cache.ehcache.GenericResponseWrapper.sendError(GenericResponseWrapper.java:91) at coldfusion.filter.FormScope.parseQueryString(FormScope.java:501)etcetera, which ends innote The full stack trace of the root cause is available in the Apache Tomcat/7.0.23 logs.===================I can't seem to be able to debug or localize this error: cfabort placed in strategic places
Hi all,in certain cases it is necessary to me to instantiate objects like this:<cfcomponent...><cfset this.myObj = new myCFC() /><cffunction...>some code</cffunction></cfcomponent>I think to remember that I've read recently that this kind of instantiating isn't recommended. So I just wanted to ask the veterans about it.Mostly I use this way in cases where recursion are used so I do not need to reinstantiate the objects with each recursive call of a function.Thanks in advanceHurga
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusionBuilder/Using/WS0ef8c004658c1089-1a5748a01250bd15dfa-8000.html
Hi all, I have a difficulty removing this code "<p> </p>" with replace.The code in the cfdump is:</p> <p> </p> <p>in the html output it is:<p> Tijdens de volle maan vanavond wordt een optische illusie zichtbaar die mensen al sinds de tijd van Aristoteles voor een raadsel stelt.</p><p> </p><p> De maan lijkt een stuk groter te zijn naarmate deze zich dichter bij de horizon bevindt dan wanneer deze hoger aan de hemel staat.</p><p> </p>Any idea's?
It's been awhile since I've done any CF and I'm baffled by the results I'm getting. I want to select all the records where the date is greater than or equal to today. This is with CF8 and an Access database. There are records for 9/25 thru 9/30. I can't get the record for today to show. <cfset dateToday = createODBCDate(Now()) /><cfoutput>DateToday: #DateFormat(dateToday,'yyyy-mm-dd')#</cfoutput><br /><br /><cfquery datasource="survey" name="test"> SELECT * FROM Images WHERE StartDate >= <cfqueryparam value="#DateToday#" cfsqltype="cf_sql_timestamp" /></cfquery><cfoutput query="test">#startdate#<br /></cfoutput>DateToday: 2013-09-26Results: 2013-09-27 00:00:00.0 2013-09-29 00:00:00.0 2013-09-28 00:00:00.0 2013-09-30 00:00:00.0Furthermo
Hi all,New serveur on W7. CF9 installed.Every day, need to kill JVM process saturing up to 1,5Go to liberate memory.How come that it does not come down. How to tune it in order to fit my trafic needs ?Thanks for your help,
Hi everyone. I have what I think is a simple query (see below) that pulls date information from a table. As you can see from the query, I want it to pull dates for anything greater than and equal to today's date and anything less than and equal to a date one week from today's date. This works, however, CF does not output any events on today's date; it begins outputting tomorrow's events. Can someone point me in the right direction as how to fix this so dates for today are output as well? Thanks!
I am considering migrating a ColdFusion 9 application from SunOS 5.10 Generic_148888-04 sun4u sparc SUNW,Sun-Fire-V890 to ColdFusion 10 running Red Hat Linux on commodity PC hardware in a Cloud server farm. Does anyone have any experience with this or something similar that they could share? Documentation would be much appreciated.
I need put some information on the report footer which data from other tables then the main report.It seems that report builder only accept one query, are there any way to let my report footer data to link another table or data source,Because they are differrnt structure, it will be difficult to put in same table structure.If I hard code the report footer then I need update the report cfr file every time the data change.Your help and information is great appreciated,Regards,Iccsi,
Back in June I installed the CF Builder trial on my work machine. 2 days later I had to uninstall it due to our software compliance policies. I *maybe* used it twice, and have been using our standard Eclipse (Juno) with CFEclipse plugin IDE. We are planning on migrating away from DW and will either stick with Eclipse/CFEclipse or move to CF Builder, if we can trial it!Fast forward to last week. All the issues have been taken care of, I'm free to install CF Builder and evaluate it for possible purchase by my team. I download latest trial install, go through installation, and am promptly told at first activation of the new install my trial period has expired!Yes, I did install it over 60 days ago, but I almost immediately uninstalled it once I was notified it was a no-no and did not use it.
translating word perf.w60from: wordperfect documentTo: word 4.05.0.5.1
Hello,So i have this fusebox3 application and i want to create friendly url's.. However i want to have a solution that works on both sides, on my development machine i have a local coldfusion installed with the internal server,on my prod envirionment it uses iis.. I was playing with the idea of adding a sort of FriendlyUrlServlet in the Jrun/cf chain so it can translate it into a correct path to processdid anyone tried this already? if this is possible ofcourse..or i could overload the 404.jsp page which should translate and redirect it to the correct page but i can't seem to find how to do it using the internal server.. or if somebody has a correct translation htaccess defenition for fusebox3?any other working idea's?ty
I have following code to use cffile upload a file.I am able to upload the file from client machine to server machine.The only thing is after upload file, browser refresh my screen using url string without paramer like http://www.myserver.com/myapp.cfmbut my original url ishttp://www.myserver.com/myapp.cfm?MyParam=1because it change url string, the browser data refresh, no more their and it does not recognize paramter either that I can not save information to database.I would like to know if there is any configuration need to do or coding to make file upload keep on the same screen or I have to have a separate form to upload the file.Your help and information is great appreciated,Regards,Iccsi,client side code:<cfinput type="file" name="fleAttachment" id="filAttachment" > <cfinput type="submit" name="btnAttach" id="btnAttache" value="upload"> <cfif isdefined("MyUpload")> file uploaded!
I have followign code to have my dropdown list, it seems that it does not refresh the list until re start the application.I have a create new button beside the list to let user create new records if it does not exsit.The create new record works, but the list does not refresh until next time to restart application.I would like to know is it possible to refresh cfquery on the select control when user add new record.Your help and information is great appreciated,Regards,Iccsi,<select name="Mylst" id="Mylst" > <cfoutput query="MySP"> <option value="#MySP.MyID#" <cfif (isDefined("form.MyID") AND form.MyID EQ MySP.MyID) >selected="selected"</cfif>>#MySP.MyName#</option> </cfoutput> </select>
In my continued attempts at learning ColdFusion, I've stumbled upon an area of components which has me asking more questions than the book is answering, so I am looking for clarification if possible. (Please correct me if I'm wrong)A component has a VARIABLES scope. This scope is private to the component and its methods. It also has a THIS scope, which contains variables which can be accessed by other components. Each method within the component has a LOCAL scope, which are variables that are seen by that method only. Hopefully I'm on the right track.I just got into a lesson on Accessors. So, these are get___() and set___() methods which are created once we put the accessors="true" attribute on our component. And they look at properties that are defined to determine which accessors to create. So, I've tested and I can call a component from another location, like: REQUEST.coms.response.getPropertyName() and sure enough, it returns the value.&nbs
Hi everyone,FYICf Job in Sydney Australia.http://nswhealth.erecruit.com.au/ViewPosition.aspx?Id=151494RegardsKen
I created simple Coldfusion forms for online use that have been working for a long time with no problems. Suddenly I have been getting blank Coldfusion forms through email along with the valid Coldfusion forms. They are coming in like spam. I noticed that javascript which I didn't have in my form is being added in the head tags after I have uploaded the form to the server. When the valid Coldfusion forms come through email they contain only a portion of the page which is the form field with information entered by the user. The valid forms contain no logo/graphics, etc. When I receive the forms that are blank contain, they contain the whole web page logo/graphics, etc. I have enclosed 2 images of the script that has been injected into the head tags on one of the forms. Does Coldfusion add javascript to the head tags after you upload forms to the server as I have never noticed this before?
Hi,Both of 1 and 2 are basically the same and should be working, but # 1 is not working. Can someone please tell me why # is not working?<cfset variables.objq = createObject("component","cfc.query").init(compID=request.compID)>1. NOT WORKED. <cfselect name="custName" id="custName" multiple="false" bind="cfc:variables.objq.getCustName()" bindonload="true" value="t_bpid"display="name"/> 2. WOKRED <cfselect name="custName" id="custName" multiple="false" bind="cfc:cfc.getCustName(compID=request.compID)" bindonload="true" value="t_bpid"display="name"/>Thanks
Can I run Adobe Flahs Media Ver 5.0 on VM servers?
Using CF to create a PDF via <cfdocument> and finding that the font sizes within the header do not scale properly. I've researched the web for hacks or solutions and cannot find any. Has anyone been able to make the headers in CFDOCUMENT work? I've adj the topmargin size and the font will adj once you get to 3 inches or greater but then there is huge white space at the top of the document.if anyone has any suggestions, would appreciate the feedback.
I have a cf9 app that just has a few ajax calls. They are from a prev/next button and if a person just sits and presses the next button for 20 minutes they get timed-out because our 20 minute session timeout setting. What can I do to reset the cf session timeout when they click on the "next" button?$(document).ready(function() { $("#PaymentPlanTrackingListNextButton").live ('click', function() { $.get('payment_plans_tracking_list.cfm', { PaymentPlanTrackingAdvisor:$("#PaymentPlanTrackingAdvisor").val(), PaymentPlanTrackingDueDateStart:$("#PaymentPlanTrackingDueDateStart").val(), PaymentPlanTrackingDueDateEnd:$("#PaymentPlanTrackingDueDateEnd").val(), PaymentPlanTrackingListCurrentPage:parseInt($("#PaymentPlanTrackingListCurrentPage").val()) + 1 }, // Sends to div id=PaymentPlanTrackingList&n
Hello,I have a customer using Coldfusion 9. Our ODBC driver is not working with Coldfusion and I was wondering what version of ODBC standard is used with this product.Thank you.
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Sie haben bereits einen Account? Anmelden
Noch kein Konto? Konto erstellen
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.