Questions
Als letztes aktiv
GreetingsWe recently upgraded from CF8 to 10- (IIS win 2008 R2)We also recently moved the intranet from an older server to a virtual environment (VM ware).Since these changes were made, quite a number of people who are trying to login to various apps across the organization are experiencing one or both of these issues:1) they enter their UN & PW- it simply disappears and goes nowhere2) they get "request_uuid undefined in session" errorI have: <cfset Session.request_uuid=createUUID()> at many login pages Some are having the issue, some are not. All are using either IE 7 or 8, and 95% win 7. There is no evidence that the IE versions play any role in this.There are 320 people in the org.Any help would be greatly appreciated.Norman
ColdFusion 10.0 - Bug 3488063: When will this be fixed?
I have two scripts that have been running happily for a couple of years. The last couple of days they have thrown "The request has exceeded the allowable time limit Tag" -- one for a cfquery and another for a cfftp. Can anyone tell me if these cfdumps contain any useful information that would help me identify why they timed out? There are no entries in the application.log or exception.log related to these two incidents.MessageThe request has exceeded the allowable time limit Tag: cfftp StackTracecoldfusion.runtime.RequestTimedOutException: The request has exceeded the allowable time limit Tag: cfftp at coldfusion.tagext.net.FtpTag.checkTimeout(FtpTag.java:650) at coldfusion.tagext.net.FtpTag.doStartTag(FtpTag.java:674) at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2661) at cfsendLLfile2ecfm923917397.runPage(E:\Inetpub\wwwroot\scheduledTasks\processLMS\sendLLfile.cfm:27) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:196) at coldfusion.filter.CFVar
This topic gets beaten to death here, but it's such an annoying CF Builder function.Here's my rant. Maybe someone can give some insight.If focused on a page Ctrl-F brings up a search within the page. I have gotten used to the quirks doing this, so I won't discuss that here.If focused in the Navigator pane Ctrl-F brings up a multi-file dialog. Here is what I typically do:Scope: ProjectsProjects: Select the project I want to updateFile extensions: I select "CFM and CFC only" which shows as *.cfm, *.cfml, *.cfcSearch: TextFind: somethingReplace: with something elseI click the Replace All button. When it works, it works well. However it often will start scanning ALL files. I see it hitting jpg, cvs, js, and every other type of file. This could take a good ten minutes or more on some of my bigger sites. I click the "Cancel" button, but it just keeps going. So I give it the three finger salute and end the program. Typically, after s
I am trying to accept JMS messages on my CF9.01 server from a queue on a remote server running ActiveMQ 5.7The examples event gateway uses a Topic rather than a Queue.I keep getting:"Error","Thread-94","02/11/13","13:43:30",,"Error starting gateway MyTestActiveMQGateway: Queue.ABS"javax.naming.NameNotFoundException: Queue.ABS at org.apache.activemq.jndi.ReadOnlyContext.lookup(ReadOnlyContext.java: 235) at javax.naming.InitialContext.lookup(InitialContext.java:392) at examples.ActiveMQ.JMSConsumeSession.<init>(Unknown Source) at examples.ActiveMQ.JMSConsumer.start(Unknown Source) at examples.ActiveMQ.JMSGateway.startGateway(Unknown Source) at coldfusion.eventgateway.GenericGateway.start(GenericGateway.java:118) at coldfusion.eventgateway.EventServiceImpl$GatewayStarter.run(EventServ iceImpl.java:1428)Any ideas or examples?Thanks,Steve
I have two cfselect. Both cfselect have first option being blank (nothing selected). These two cfselect are working as mutually Exclusive OR (i.e. if a non-blank option selected in one cfselect, then another cfselect will be set to the first option (nothing selected) before submitting the cfform. Yet, the javascrip function for onClick event is not called (tested with alert message in the javascript function).
I am new to installing hotfixes in our ColdFusion installation. The hotfixes have been installed successfully, but I have noticed that on the Adobe Security bulletins and advisories web page that a hotfix can be updated days or weeks after it was originally posted. What does this mean if the hotfix was updated After you have already installed it? Do you have to reinstall the hotfix? Or is this some sort of other update (comments, documentation, etc. ) that does not affect the installation. Any help would be much appreciated. Thanks.
What can be done when 64-bit Cold Fusion 9 ODBC Service will not install on a Windows Server 2008-R2 64-bit machine? Yes, most of the things in other discussions have been tried.
Hi Guys,We are working on implementing TOTP Two-factor Authentication in Coldfusion. We are refering a code which is in PHP and is working fine and is validating the token.Here is the link for the same: http://www.idontplaydarts.com/2011/07/google-totp-two-factor-authentication-for-php/But our coldfusion version is not authenticating tokens. It always returns false.Here are the few points which we feel can cause issue:1. Difference in the timestamp of server and our client: Is there any method to find out the same, so that we can make adjustments to the timestamp value on our side?2. In PHP there is a code $binary_timestamp = pack('N*', 0) . pack('N*', $timestamp);and they said "The time-stamp first needs to be reduced into a binary string of 8 bytes. Since pack doesn’t support 64bit integers we use two unsigned 32 bit integers to make up the binary form."How to convert the above line of code to Coldfusion syntax.Right now, we are doing this<cfset binarystring = left(for
I have a page that controls our staff directory, including uploading photos of staff members.I have a form with a browse button, and it successfully uploads the picture. Where it fails is resizing both the photo and the thumbnail.Here's the code I'm using for the resize:<cfset source = "D:\Inetpub\staffnet_test\hep\bios\#lcase(filename)#"><cfset destination = "D:\Inetpub\staffnet_test\hep\bios\thumbs\#lcase(filename)#"><!--- resize main image ---><cfimage action="resize" height="180" width="240" source="#source#" destination="#source#" overwrite="yes"><!--- resize thumb ---><cfimage action="resize" height="90" width="120" source="#destination#" destination="#destination#" overwrite="yes">The "source" location is where the fullsize i
I get this error. I belvie it is refering to this code belowYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'leave, supervisor, description) VALUES('TRY2WitterMay-16-2013', '!' at line 1<cfif not form.company1 is ""><cfquery username='#username#' password='#password#' datasource='#datasource#'> INSERT INTO jobappemp(jobappid, company, busphone, empfromdate, emptodate, startwage, endwage, leave, supervisor, description) VALUES(<cfqueryparam cfsqltype="cf_sql_varchar" VALUE="#jobappid#"/>, <cfqueryparam cfsqltype="cf_sql_varchar" VALUE="#form.company1#"/>, <cfqueryparam cfsqltype="cf_sql_varchar" VALUE="#form.busphone1#"/>, <cfqueryparam cfsqltype="cf_sql_varchar" VALUE="#form.empfromdate1#"/>, &nb
Have a Developer edition CF10 working otherwise normally. New install. However, debugging output ... set to show EVERYTHING; so am used to seeing web page followed by all variables on screen. Told it to show to 127.0.0.1 and when I print cgi.remote _Addr on screen I get ::1Cannot add that ... when I tell it to add current IP to list get 0.0.0.0.0.0.0.1CF10 must be confused by local IP address? Never had this problem before ... using CF since verion 4.5!
I have a CF form that when posted sends an email with an attachment from our website to an email specified in the form.The email is sent using the CFMAIL tag.Pretty straight forward.Now for compliance reasons I need to keep records of what was sent to whom and when.Ideally I'd like to run the emails though our mail server and not the CF server.Is something like that possible?
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec17576-7ffd.html
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec17576-7ffc.html
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/Admin/WSe61e35da8d318518-33adffe0134c60cd31c-7fff.html
Hi,I have the form with div to hide and show. When i click on radio button two, enter city name then hit submit, but validation still asked for name is required from div0.The problem is that when these fields are hidden (using display='none'), validate still looking for that field andwon't let the form submit if the fieldis is blank.Does anyone know of a way I can have it checks to see if the field is visible or hidden, and decide whether or not to let the form submit?function show(a,b) {document.getElementById(a).style.display = "block";document.getElementById(b).style.display = "none";}function hide(a,b) {document.getElementById(a).style.display = "none";document.getElementById(b).style.display = "none";} <cfform action="test.cfm" method="post" name="form" id="form"> <cfinput type="radio" name="approve" value="1" onclick="show('d0','d1'); ">One<br> <div id="d0"> &nbs
Trying to do a brand new install of CF10 on Win 7. As soon as I tell it to use all IIS websites, it bombs telling me to Ebable the required options under ASP.NET, CGI, ISAPI extensions. Clearly IIS did not install correctly under Windows. Tried uninstalling IIS, reinstalling. No dice. Or is this indeed a CF10 problem?
Normally when I connect a database resource, we use a user specific to the MSSQL server. However, I have a new resource that requires putting in domain-based credentials. I've tried inputting domain\username for the domain-based db user in the regular username field, but that bounces me to the "invalid login" error. Surely it is trying to interpret that username as a regular MSSQL user account. How do I tell it that the account is in Active Directory instead? Maybe there is something I should add to the "Connection String" field?Alternatively, I imagine I could set up a JDBC "other" driver, though that's more of a pain of course.Thanks,Chuck
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/Developing/WSe61e35da8d318518767eb3aa135858633ee-7ffd.html
Oracle & Sybase Database drivers are not in the pulldown list when installed Coldfusion 10 standard in 2008 R2 Server.I saw the drivers in other windows operation system, XP, server 2003. Can I import Oracle & Sybase drivers to the Data Sources instead of using ODBC?Thanks,
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/Developing/WSc3ff6d0ea77859461172e0811cbec22c24-78cc.html
Under development server, CFGRID show data , all is fine , correct. (CF9.0 version dev)Under production server , CFGRID does not show data, only a grey line (like a HR).How to debug this ?Thanks,
I have written an app for a client which sends emails as part of confirmation. We have noticed that some domains will block the email ie btinternet.com email addresses will block the emails. However, if the client emails from their own email address the customer will receive this email. What could be blocking this email? We are using CF9 Here is my email code: <cfmail to="#customer_email#" from="#from_email#" bcc="#blankemail#" subject="#email_subject#" type="html"> <cfmailpart type="text/plain"> <cfoutput>#plain_email_text#</cfoutput> </cfmailpart> <cfmailpart type="text/html"> <cfoutput>#html_email_text#</cfoutput> </cfmailpart> </cfmail>
When installing Coldfusion 10 standard in 2008 R2 Server, at the final stage asking me to enter admin password. Although I knew the password I entered is correct but it still said it is invalid.Searching in the internet, some said to disable the admin.security in 'neo-security.xml' to bypass the login page. It works, but when update the password, it happened again. This issue seems applyinig to 2008 R2 Server only.Is there any patch to solve this issue? Thanks.
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.