| Thread | Last Post | Replies |
|
| CF5 and CFMAIL | 14 Apr 2005 20:53 GMT | 1 |
Hi, im having a problem with the differences in CFMAIL and CF5.0 and CF6.1. I have a cfmail tag that sends the username and password to the mail server. But if soemone that has CF5, the tag errors out because Cf5 doesent support username or password in CFMAIL. I created a CFIF ...
|
| Custom tag failure after CF 7 upgrade | 14 Apr 2005 20:50 GMT | 1 |
We are receiving the following error on all our custom java tags since our upgrade to CF7 Error processing CFX custom tag "CFX_cfx_text2Query.jar". The CFX custom tag "CFX_cfx_text2Query.jar" was not found in the custom tag
|
| Get IP Addr or Hostname of CF server | 14 Apr 2005 20:11 GMT | 2 |
I need to write some ColdFusion code that will do things a little differently based on what ColdFusion server it is running on. Is there any way in ColdFusion you can get the IP address or host name of the ColdFusion server? As long as it doesn't return 127.0.0.1 and localhost ...
|
| client-side code to require ssl | 14 Apr 2005 19:23 GMT | 4 |
Hi everyone, I am looking for a way to require (redirect) users to access the page they are on via SSL. The reason why I want to do this on the client-side is because I don't have access to the server and also because I want to have portions of the web site that do not require ...
|
| CFChart causing server error in CF7 | 14 Apr 2005 19:13 GMT | 1 |
When I try to use even the simplest cfchart in CF 7 (the simple pie chart from the docs...), i get the following: Server Error The server encountered an internal error and was unable to complete your
|
| Regular expression bug? | 14 Apr 2005 17:38 GMT | 2 |
All of CF's RE functions act in a weird way, contrary to the documentation (both CF's own, and the underlying Java Regex docs). The special characters ^ and $ are defined as: 'Boundary matchers ^ The beginning of a line $ The end of a line' But, CF will only match the ...
|
| Months &Years | 14 Apr 2005 13:34 GMT | 1 |
I'm trying to create an archive page of links to articles added to a database, and I would like to group these by months and years. So, for example my first page would look something like; April 2005 March 2005 February 2005 January 2005 Decemeber 2004 etc etc Now, the code ...
|
| zip code trig, radius calculations | 13 Apr 2005 16:49 GMT | 2 |
i have the code below to find the distance between two zips....but i want to find all the zips around another in a given distance (say 10 miles around 10015), anyone know how to calc? this is code to find the distance between two zipcodes (you must have a
|
| displaying file list in browser | 13 Apr 2005 16:11 GMT | 2 |
How do you create a tree control that displays your computers folders and files? Should be similar to the control that is in the ColdFusion Administrator that pops up when you click the "Browse Server" button when setting up an Access datasource. Where can I find tutorials?
|
| SMTP mail retreival | 13 Apr 2005 14:55 GMT | 3 |
I am using CF 6.1, and need to connect to an exchange mail server running SMTP, to read emails. I have tried CFPOP, but it doesn't seem to work, I assume because it is meant for POP3 accounts(?). Is it possible to use CF to read emails via SMTP? Do I need to ask our techies to ...
|
| "multi-threaded" CF processing | 13 Apr 2005 13:46 GMT | 4 |
I have researched the following CF options: Custom Tags CFC's CFX
|
| Detect Login Attempts | 13 Apr 2005 12:08 GMT | 1 |
I am trying to think of a technique to lock the user out say 5-10 minutes if that user failed to authenticate three times consecutively within a minute. I am thinking of implement using session variables only, and not using the sql server tables. If anyone can post their good ...
|
| Error - system registry | 13 Apr 2005 11:11 GMT | 2 |
I have a problem with a hosted site. There is a search facility, the result set can be very large. So I created a sp to only return 1000 records at a time. There is also a next/previous naviagation to traverse through the 1000 records.
|
| Re: Coldfusion Short URL links | 13 Apr 2005 06:16 GMT | 1 |
I don't know if this is how macromedia do it, but my guess is that you would use the missing template handler to take any 404s received in the GO folder and forward those requests to the appropriate KB article.
|
| The request has exceeded the allowable time | 13 Apr 2005 05:48 GMT | 1 |
Has anyone seen this error before? The request has exceeded the allowable time limit Tag: cfoutput Thanks
|