|
More site info...
ColdFusion | Forum profile
|
|
Forum profile page for ColdFusion on http://www.adobeforums.com.
This report page is the aggregated overview from a single forum: ColdFusion, located on the Message Board at http://www.adobeforums.com.
This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional forum profile information for "ColdFusion" on the Message Board at http://www.adobeforums.com is also shown in the following ways:
1) Latest Active Threads
2) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity on ColdFusion:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
64
|
319
|
874
|
|
Post:
|
151
|
901
|
2,254
|
|
|
ColdFusion Posting activity graph:
|
Top authors during last week:
user's latest post:
cfmail using cfset
Published (2009-12-02 13:46:00)
That is what Dan and I are saying, you can't just make the "EmailFrom variable to only output FirstName and LastName".? The ColdFusion e-mail engine is validating that field to be a correctly formated email address.? If it fails it will put "unknown sender" in there.
user's latest post:
CFmail problems, log file not...
Published (2009-12-06 23:44:00)
Hi, Make sure that your SMTP port (25) is open and is not being blocked by any firewall / antivirus
user's latest post:
MACHII_CONFIG_MODE
Published (2009-12-04 03:15:00)
Setting the MACHII_CONFIG_MODE to 0 forces the Mach II framework to reload dynamically, that is, whenever there is a change in the configuration file mach-ii.xml. Change the setting to -1 (never reload till server restart), and see what happens. However, I think there is another reason for losing session variables. You just cannot maintain sessions in the usual way when using Mach II. The 2 key characteristics of Mach II...
user's latest post:
cfsqltype error
Published (2009-11-30 13:52:00)
Don't pay to much attention to the line number, there are many reasons that line number can be wrong. Your problem is that you are trying to use an empty string as an integer. Some databases that are less strict about validation will automatically convert an empty string to a 0, but cfqueryparam is a bit more strict.
user's latest post:
cfif in an array
Published (2009-12-02 08:19:00)
Thank you everyone for your help, Dan you were right about the spacing. That is what was throwing it all off.? Since I was looping a select list to get my form.Descrip it was throwing in a space before outputting the info. This works now with the spaces: <cfif Form.Descrip EQ " s"><cfset Session.Cart.UnitPrice[ThisItem]=45></cfif> ? ? <cfif Form.Descrip EQ "...
user's latest post:
cfmail using cfset
Published (2009-12-02 07:42:00)
Right before your cfmail tag and right before you close your cfoutput put in #EmailFrom# <cfabort> and see what is there.? I think the problem is in this line <cfif '#Form.EmailAddress#' neq ''> Take away the single quotes from the left side.? For that matter, you don't need the pound signs either.
user's latest post:
xmlParse is fast, reading the...
Published (2009-12-02 07:49:00)
ha, figured it out. <cfset xmlshort = arrayNew(1)> <cfset xmlshort = xml.x.y> <cfloop from = "1" to = "#arrayLen(xmlShort)#" index = "i"> (to is ~3500) got throught the entire loop in 1.9 seconds! Thanks for the effort though.
user's latest post:
trying to send form information...
Published (2009-12-02 15:55:00)
Sorry, I didn't complete the message.? They are expecting url with the name / value pairs as query string.
|
|
|
|
Latest active threads on ColdFusion::
Started 23 hours, 45 minutes ago (2009-12-07 01:15:00)
by BKBK
In my experience, the key issue in migration has been the database. The database drivers that ship with Coldfusion MX6.1 are too old for Coldfusion 9. Fortunately, SQL hasn't changed that much. So, you should expect few changes in your query code. However, you have to pay attention to changes in the settings and configuration in Coldfusion's connection to the database. See where you could ...
Started 1 day ago (2009-12-07 00:55:00)
by itisdesign
I was just asked if there was a workaround. Since I don't yet maintain a blog, I'll just put my reply here - in case it helps anyone. For an IE8-only issue, Microsoft allows a developer to take advantage of IE8's "Compatibility View" in a couple of ways. One is via a META tag, and one is via a custom HTTP response header in IIS. FWIW, I found the IIS header to consistently behave correctly...
Started 1 day, 2 hours ago (2009-12-06 22:47:00)
by wtg
It looks like I'm having a problem with my mail spool... the error message below would be the indication. Any idea why this might be happening? Thanks "Information","scheduler-4","12/06/09","20:00:00", ,"[Mail respool not working now] Executing at Sun Dec 06 20:00:00 PST 2009" "Information","scheduler-3","12/06/09","20:00:01", ,"[OpenFence Content Alert] Rescheduling for :Sun Dec 06 ...
Started 1 day, 16 hours ago (2009-12-06 08:56:00)
by Dan Bracuk
You can only output select queries.
Started 3 days, 8 hours ago (2009-12-04 16:23:00)
by JR "Bob" Dobbs
I'm not sure I fully understand your issue, but I suspect that you will need to commit the transaction before that changes will be available to your web site. If your changes are in one UPDATE statement a transaction isn't usually required since this is a single statement. Database transactions are intended to group multiple SQL statements into a single block so that all changes will succeed...
Started 1 week ago (2009-11-30 10:34:00)
by A Cameron
Try these tests and report back pls: 1) create a very simple " hello world" sort of .doc file, and try the process with that instead; 2) if it still doesn't work with the simple .doc file via the UNC path, try it on a local path; 3) also try with a file that doesn't have a space in its file name. -- Adam...
Started 6 months ago (2009-06-09 14:11:00)
by TLC-IT
(Shrug...) I used DW as an HTML/ColdFusion editor and never employed any other part of that product. Eclipse, by the way, is absolutely free and does just as well. I just don't grok the notion that you can really expect "whizzy-whig" when there's code involved in the scenario. In short: it don't surprise me that you're seeing this, and I counsel you to avoid the "fee-chur" ...
|
|
Hot threads for last week on ColdFusion::
Started 1 week ago (2009-11-30 08:37:00)
by Dan Bracuk
Use session variables. Then you don't have to pass anything from page to page.
Started 6 days, 10 hours ago (2009-12-01 14:27:00)
by ianskinner
Do you really have different arrays for every structure cart key? It's allowed, it's possible, but I would sure find it confusing. I'm wondering if you don't have the array node and the structure node acidentily reversed. I would have expected to see something more like this... Seccion.Cart[ThisItem].SKU Session.Cart[ThisItem].Descrip Session.Cart[ThisItme].UnitPrice But ...
Started 5 days, 17 hours ago (2009-12-02 07:42:00)
by mchedester
Right before your cfmail tag and right before you close your cfoutput put in #EmailFrom# <cfabort> and see what is there. I think the problem is in this line <cfif '#Form.EmailAddress#' neq ''> Take away the single quotes from the left side. For that matter, you don't need the pound signs either....
Started 5 days, 11 hours ago (2009-12-02 13:26:00)
by ianskinner
First questions first. Have you taken the steps required to allow ColdFusion to make secure HTTPS requests of another server? There is a good chance that you need to import a security certificate into the key store so that ColdFusion and this server and exchange the desired information in the desired encryption. Here is the first blog I found on the topic. http://mkruger....
Started 5 days, 18 hours ago (2009-12-02 06:05:00)
by cannedRadio
I just ran the same test on a server I have a bit more control over with the same result. Xenon quad core processor 4 gigs of ram. nothing looked out of place as far as system processing and memory. Anyone have any ideas?
Started 4 days, 23 hours ago (2009-12-03 01:28:00)
by -==cfSearching==-
UPC, an EAN, or an ISBN (both -10 and -13) Have you checked cflib.org? I know they have a function for ISBN at least. Also, what type of UPC?
Started 5 days, 15 hours ago (2009-12-02 09:28:00)
by ianskinner
It's not Google Maps, its JavaScript which is the language in which you program the Google Map API that cares. The solution is to escape the single quotes in the maner that JavaScript likes, which the JSStringFormat() function is designed to handle. JSStringFormat http://livedocs.adobe.com/coldfusion/8/htmldocs/in dex.html Description Escapes special JavaScript characters, ...
Started 3 days, 20 hours ago (2009-12-04 04:23:00)
by Daverms
Use the "Evaluate" function http://livedocs.adobe.com/coldfusion/7/htmldocs/ww help/wwhimpl/common/html/wwhel p.htm?context=ColdFusion_Documentation&file=000009 45.htm HTH
Started 1 week ago (2009-11-30 10:26:00)
by jochemd
So is there a jrun process in the task list?
Started 1 week ago (2009-11-30 03:49:00)
by joecopley
Let me clarify a few things: First, most .cfm pages are working fine. The 500 error only seems to show up if CF throws an error on the page. Second, I do have friendly error messages turned on in IE. Third, I get the same results in IE and Firefox.On the server machine I am only running IE).
|
|