Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

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.

Site: Adobe - Forums - ColdFusion (site profile, domain info adobeforums.com)
Title: ColdFusion
Url: http://forums.adobe.com/community/coldfusion/co...
Users activity: 26 posts per thread
Forum activity: 64 active threads during last week
 

Posting activity on ColdFusion:

  Week Month 3 Months
Threads: 64 319 874
Post: 151 901 2,254
 

ColdFusion Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
ianskinner
19
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.
paulricot
14
user's latest post:
A generic CFTable output for all...
Published (2009-12-04 02:46:00)
EUREKA! Its works           many many thanks
Dan Bracuk
12
user's latest post:
CFQUERY - SELECT works, DELETE...
Published (2009-12-06 08:56:00)
You can only output select queries.
Daverms
7
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
BKBK
6
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...
jochemd
4
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.
brianism
4
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 "...
mchedester
4
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.
cannedRadio
4
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.
ericson3000
4
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::

Adobe - Forums
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 ...
Thread:  Show this thread (2 posts)   Thread info: Upgrading from 6.1 to 9 Size: 1,480 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Upgrading from 6.1 to 9 :: ColdFusion :: Adobe - Forums"
Adobe - Forums
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...
Thread:  Show this thread (2 posts)   Thread info: Bug #80975 - doctype breaks html grid checkboxes in last gridrow (except
for right-most box) in IE8 Size: 4,665 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Bug #80975 - doctype breaks html grid checkboxes in last gridrow
(except for right-most box) in IE8 :: ColdFusion :: Adobe - Forums"
Adobe - Forums
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 ...
Thread:  Show this thread (3 posts)   Thread info: CFmail problems, log file not functioning properly Size: 1,533 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: CFmail problems, log file not functioning properly :: ColdFusion :: Adobe - Forums"
Adobe - Forums
Started 1 day, 16 hours ago (2009-12-06 08:56:00)  by Dan Bracuk
You can only output select queries.
Thread:  Show this thread (4 posts)   Thread info: CFQUERY - SELECT works, DELETE gives attribute error Size: 433 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: CFQUERY - SELECT works, DELETE gives attribute error :: ColdFusion :: Adobe - Forums"
Adobe - Forums
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...
Thread:  Show this thread (2 posts)   Thread info: SQL Server 2000 - Before Commiting the transaction. Size: 969 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: SQL Server 2000 - Before Commiting the transaction. :: ColdFusion :: Adobe - Forums"
Adobe - Forums
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...
Thread:  Show this thread (4 posts)   Thread info: CFDocument and trouble converting to pdf Size: 809 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: CFDocument and trouble converting to pdf :: ColdFusion :: Adobe - Forums"
Adobe - Forums
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" ...
Thread:  Show this thread (12 posts)   Thread info: dreamweaver cs4 moving/breaking code! Size: 922 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: dreamweaver cs4 moving/breaking code! :: ColdFusion :: Adobe - Forums"
 

Hot threads for last week on ColdFusion::

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.
Thread:  Show this thread (24 posts)   Thread info: Another newbie question: Passing variables Size: 482 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Another newbie question: Passing variables :: ColdFusion :: Adobe - Forums"
ColdFusion
Re: cfif in an array - 10 new posts
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 ...
Thread:  Show this thread (10 posts)   Thread info: cfif in an array Size: 1,298 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: cfif in an array :: ColdFusion :: Adobe - Forums"
ColdFusion
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....
Thread:  Show this thread (8 posts)   Thread info: cfmail using cfset Size: 869 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: cfmail using cfset :: ColdFusion :: Adobe - Forums"
ColdFusion
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....
Thread:  Show this thread (6 posts)   Thread info: trying to send form information via Size: 1,419 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: trying to send form information via :: ColdFusion :: Adobe - Forums"
ColdFusion
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?
Thread:  Show this thread (5 posts)   Thread info: xmlParse is fast, reading the array is not so fast. Size: 706 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: xmlParse is fast, reading the array is not so fast. :: ColdFusion :: Adobe - Forums"
ColdFusion
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?
Thread:  Show this thread (5 posts)   Thread info: UPC, EAN, or ISBN Size: 677 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: UPC, EAN, or ISBN :: ColdFusion :: Adobe - Forums"
ColdFusion
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, ...
Thread:  Show this thread (5 posts)   Thread info: Single quotes and google maps Size: 1,227 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Single quotes and google maps :: ColdFusion :: Adobe - Forums"
ColdFusion
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
Thread:  Show this thread (5 posts)   Thread info: Array notation help Size: 911 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Array notation help :: ColdFusion :: Adobe - Forums"
ColdFusion
Started 1 week ago (2009-11-30 10:26:00)  by jochemd
So is there a jrun process in the task list?
Thread:  Show this thread (4 posts)   Thread info: Could not connect to JRun server Size: 442 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Could not connect to JRun server :: ColdFusion :: Adobe - Forums"
ColdFusion
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).
Thread:  Show this thread (4 posts)   Thread info: CF7 IIS 7: getting 500 - internal error instead of cf error output - but
not when run locally Size: 915 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: CF7 IIS 7: getting 500 - internal error instead of cf error output -
but not when run locally :: ColdFusion :: Adobe - Forums"