Questions
Als letztes aktiv
We've just recently implemented a self-signed SSL on the coldfusion webserver and find that the scheduled tasks are not running.They don't even appear to "kick off". I'm not receiving an error or notice.I've attempted pulling-in the cert directly into the Coldfusion JRE folder, and running through the most common answers on the internet regarding use of the cert keytool import - no luck.
I have been using SQL 200 for many years but now have a SQL 2008 server setup and all of my JavaScript is falling apart?When I use ColldFusion9 to save HTML containing JavaScript with back-to-back quotes - SQL is deleting one of the quote marks?IE: input type="text" onfocus="if (this.value=='Enter Email for Ranchlands News') this.value='';this.style.color='grey';return;" onblur="if (this.value=='') this.value='Enter Email for Ranchlands News';this.style.color='grey';return;" value="Enter Email for Ranchlands News" name="email" class="email-sign-up-field"This is a simple example form a clients form that is getting deconstructed - but I have many cases in complex JavaSctipt calls that are also falling apart.I know that I can change his.value=='' to his.value==''' and it will save properly - but the next time a SAVE is preformed it strips out another quote rendering the code useless.I have
My users need to type whole web URL including cfm extention to get the web site like www.myserver.myhome.cfm.I would like to know are there any way to let user enter the URL without cfm extention.Your help and information is great appreciated,Regards,Iccsi,
Hello community,I am experiencing a problem in context with ColdFusion 10 and webservices.My webservice creates some XML content, parses it with the XMLParse() function and returns it with returntype="xml".Testing it with an additional .cfm script (I invoke the webservice with cfinvoke, as you can see below) I noticed that the root element of the xml is missing - so does every child of the document root except the first one.If I run my test script on a ColdFusion 8 server everything works fine and the xml content is just as expected.Some information about my local server configuration:Windows 7IIS 7ColdFusion 10Here is my webservice.cfc<cfcomponent output="false"> <cffunction name="testFunction" access="remote" returntype="xml" &n
The XML feed looks great, but when I do a simple http call to get the data, it is "encrypting" it or doing something odd. Anyone know what causes this and what to do to fix it?This here is what I am doing:<cfset feedURL="http://api.walmartlabs.com/v1/feeds/items?apiKey=xxx&categoryId=xxx&format=xml"><cfhttp method="get" url="#feedURL#" result="feedItems"></cfhttp><cfdump var="#feedItems#">
In my CF app, I've used the CF OAuth code at riaforge to get request token and access token from QuickBooks Online and it works fine. After I tried to make a QBO API call by starting to build the http headers of the call (I followed the instructions on the section "HTTP Authorization Header" here: Implement OAuth in Your App). Then built the http header based on the methods of the code at riaforge because it worked. In addition, I've respected the order of the parameters given by Intuit in the previous link).When I launched the API Call, I received the response: "signature_invalid"I really want directions on how to sign the QBO online API Call with CF 9 if I have ready the 6 header parameters: oauth_token oauth_nonce oauth_consumer_key oauth_signature_method oauth_timestamp oauth_version(But if possible a working code would be better)Thank you in advance for your time and help
We want new hires to click a link on our website where a pdf comes up. They fill out the fields in the pdf and then the pdf gets emailed to HR. It would also work if I could somehow save that filled-out pdf to the server. I could have the form submit to another page that triggers cfmail and attaches the pdf. Just can't get the pdf saved to the server after having it filled out. Any ideas?
I was running CF 6.1 on two servers behind a load balancer. They both use a common database for the client variables. I have been getting a lot of error that appear to be lost sessions. As a test I took down one of the servers and almost all the errors have gone away. I though the use of a common database would allow multiple servers. Anyone have any ideas what might be wrong?PS. I didn't write the software and we can not upgrate CF.
I am upgrading to CF10/SOLR and finding that <cfsearch> fails when I specify multiple collections. I am not doing a category search. The search works fine for any single collection, but specifying multiple collections delimited by commas generates the failure...Diagnostics: There was a problem while attempting to perform a search. Error executing query : read past EOF java.io.IOException: read past EOF at org.apache.lucene.store.MMapDirectory$MMapIndexInput.readByte(MMapDirectory.java:278) at org.apache.lucene.store.DataInput.readVInt(DataInput.java:105) at org.apache.lucene.index.TermBuffer.read(TermBuffer.java:64) at org.apache.lucene.index.SegmentTermEnum.next(SegmentTermEnum.java:131) at org.apache.lucene.index.SegmentTermEnum.scanTo(SegmentTermEnum.java:166) at org.apache.lucene.index.TermInfosReader.get(TermInfosReader.java:274) at org.apache.lucene.index.TermInfosReader.get(TermInfosReader.java:210) at org.apache.lucene.index.SegmentTermDocs.seek(SegmentTermDoc
So, I'm trying to install the CF10 Mandatory update. I've run the command line arguments and run through the GUI steps and all appeared fine. However, in the admin my CF version is still set at: ColdFusion 10,282462. According to Adobe, my build number should be ColdFusion 10,283111 or ColdFusion 10,282913.I've tried re-running the update but now it tells me it's already installed? OK....so I try to install the other available hotfixes but they won't install...I'm assuming because my build number is not what it should be. They "go through the motions" but nothing happens and I'm still at the same build number and update level.Before this attempt, i was at Update level 2. Running on Windows.Not sure what to do now.Ideas?
The bug report (https://bugbase.adobe.com/index.cfm?event=bug&id=3593673) says that this is fixed in build 286333. That seems like it would be in update 11, or update 12. But I don't see the bug number listed in the changelogs for either of those releases. Can anyone confirm that it was in a particular update or not? And if not, when the fix will be released?
I see some web site has an icon to present the web site.ASP.Net has favicon to present the web site.I would like to know does ColdFsuion has similar function to have my web site an icon to present.Your information and help is great appreciated,Regards,Iccsi,
We have a multitude of Scheduled Tasks. When moving from one server to another, we currently manually re-enter the tasks. This is fraught with problems the least of which is my typing ability. Are the tasks saved in an XML or other type file that I could just copy from one server to another instead of re-keying?Thanks!
I can download the files as specified, but cannot proceed from there
I'm loving CF9's spreadsheet functions but I've noticed that if the content of a cell would be clipped (visually), setting the column width using spreadsheetSetColumnWidth is not working. Anyone have a clue how to approach this?
I keep losing connection while trying to code a program in CF Builder. Keep getting the following error:
I recently upgraded from ColdFusion 8 to ColdFusion 10. I did not had any issues but lately some of the end users are complaining that the cfgrid does not shows any data and is blank. They don't get any error message but the grid is empty and there is no data.We are not able to recreate the issue at our end. I have tried on couple of machines, different browsers and it works everytime.I was wondering if this is a known issue or bug. Is there a hotfix available to this problem?Thanks
Hi,I'm trying to use CFGRID with groupfield attribute to display search results on a page. The results data depending on the criteria being used by a user may result to many different product category. Each product category has many different fields although there are some fields that are common to all product category. So far I was able to display the result in group; however, it only displays the columns based on the first group. Below is my code as my test. There are 100+ fields, but have to simplify for testing purposes.<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>Untitled Document</title></head><body><cfquery name="qGetProductsCategory" datasource="#application.DSN#"> SELECT referenc
windows 2008/iis 7x
Hi, I'm still confuse with the use of init() with cfc.If I only have the init function on my cfc but I don't set anything within the init(), for example:<cfcomponent> <!--- For example I have this init() within my component but I don't set anything ---> <CFFUNCTION name="Init" access="public" returntype="any" output="false" hint="Returns an initialized component instance."> <cfreturn THIS ></cfreturn> </CFFUNCTION> <!--- Then I have many more functions below ---> <CFFUNCTION name="ValidateEmpId"> <!---- validation codes here ---> </CFFUNCTION> <CFFUNCTION name="ValidateEmpSal"> <!---- validation codes here ---> </CFFUNCTION> <CFFUNCTION name="ValidateAddr"> <!---- validation codes here ---> <CFRETURN Sal> </CFFUNCTION> </cfcomponent> <!--- When I call this init() from my .cfm this way, what will happen? I d
I have some valid JSON data that's being converted successfully by DeserializeJSON... until it gets to a certain size, or that's certainly what appears to be happening. The breaking point seems to be somewhere in the neighborhood of 35,000 characters... about 35KB. When the conversion fails, it fails with a "JSON parsing failure: Unexpected end of JSON string" message. And when the conversion fails, the JSON data is deemed to be valid per tools like this one: http://www.freeformatter.com/json-validator.html.So, is there a limit on the size of the JSON data that can be converted by DeserializeJSON?Thanks!
Hello All, I am having a problem with one of our applications. It is written in ColdFusion and uses SQL server. The problem that we are having is when we use the URL Http://bma.com (that is not actually the site name) we cannot see all the data that it is suppose to pull in. I get an error on page and when I select to view the error this is what I getMessage: 'WddxRecordset' is undefined Line: 184 Char: 2 Code: 0 URI: http://bma.com/user_maintenance.cfm and Message: 'jsusersTLV' is undefined Line: 3208 Char: 6 Code: 0 URI: http://bma.com/user_maintenance.cfmIf I put the IP address in the URL for example http://165.83.109.246/bma/login.cfm all of the data is displayed as it should.Any thoughts or sugguestios on how to correct this? Thanks
I have a devotional that goes out daily from a MOBILE table containing:mob_idcalendardatetitlescripturebody The same devotional goes out to 3 different churches.I have a second TABLE called EDITED that holds an edited version of the daily devotional, containing:edit_idcalendardateetitleescriptureebody The query should look in the edited table for a devotional first to see if it matches the current date then send it out. Otherwise it sends out the default devotional that corresponds with the current date.I would like to send out in replacement of the default devotional to the church that edited the devotional.I am using the following outer Join but it doesn’t work. It sends the same devotional to everybody.<cfoutput><cfloop query="getClients"><!--- determine if there is an edited version of the devotional available for this day ---><cfquery name="getDevotional" datasource="#application.dsn#">SELECT mobile.mob_id, mobile.display_date, mobile.title, mob
Hi,My ColdFusion 10 server is not responding to http POST requests with XML body (like you use for web services or soap requests).I need to setup a web services interface on my server that allows to accept XML form submits from the Adobe DPS server.(http://www.adobe.com/devnet/digitalpublishingsuite/articles/dps-entitlement.html)I have been using Ben Nadel's posting to get up to speed on XML post submits (http://www.bennadel.com/blog/745-Posting-XML-With-ColdFusion-CFHttp-And-CFHttpParam.htm), but I'm running into a problem because it seems my ColdFusion 10 server (on windows 7, with IIS) is not responding to XML POST requests. I've build a simple post cfm script, and a receiver cfm script, but any request is only timing out.If I do a simple POST with formfields, then it works:<!--- Set the URL. ---><cfset strURL = "my server" /><!--- Create the XML data to post. ---><cfsavecontent variable="strXML"> <credentials> &
I made a website and about a year ago the contactus.cfm page disappeared, although the other three pages were still visible. Would that be because I had not updated it? Or some other reason?
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.