RE: Detect a 301 redirect

2009-05-06 Thread Hugo Ahlenius
| I'm curious, does one have to have a file name for get variables to work | correctly? | CFLOCATION URL=http://newDomain/newUrl.cfm?rd=oldUrl.cfm; | STATUSCODE=301 works fine | BUT | CFLOCATION URL=http://newDomain/?oldUrl=oldUrl.cfm; STATUSCODE=301 | does not. | Is there a standard reason for

RE: Embedded colour profile killing server

2009-05-06 Thread Adrian Lynch
This cumulative hot fix is specific to ColdFusion 8.0.1 and should not be applied to any other releases Completely missed that! Cheers James... -Original Message- From: James Holmes [mailto:james.hol...@gmail.com] Sent: 06 May 2009 03:49 To: cf-talk Subject: Re: Embedded colour

Re: Getting a count from a group in cfquery

2009-05-06 Thread Jason Fisher
Try a sub-query. Pretty sure this will get you what you're looking for (or close): SELECT sub.thisCount, sub.emailID, e.emailAddress sub.emailDate, sub.groupID FROM log_email e RIGHT OUTER JOIN ( SELECT COUNT(emailAddress) AS

Re: Getting a count from a group in cfquery

2009-05-06 Thread Scott Stroz
You could try count(distinct emailID). On Wed, May 6, 2009 at 8:42 AM, Jason Fisher ja...@wanax.com wrote: Try a sub-query.  Pretty sure this will get you what you're looking for (or close): SELECT sub.thisCount,        sub.emailID,        e.emailAddress        sub.emailDate,        

Re: Apache and ColdFusion Trouble

2009-05-06 Thread Tom Chiverton
On Tuesday 05 May 2009, Steven Erat - Webapper Services wrote: The built-in JRun webserver is not production quality and lacks many features of a full blown web server such as Apache. From the Adobe (formerly Macromedia) article: Why was Adobe (until the last few years) selling JRun as

RE: Embedded colour profile killing server

2009-05-06 Thread Adrian Lynch
Tried this and still no joy. Out of interest, should the version number change after applying that hotfix? My version is still 8,0,1,195765. Thanks. Adrian -Original Message- From: Pete Freitag [mailto:p...@foundeo.com] Sent: 05 May 2009 20:53 To: cf-talk Subject: Re: Embedded

Re: Apache and ColdFusion Trouble

2009-05-06 Thread James Holmes
JRun and the JRun web server (JWS) are different things. JRun is the J2EE Application server; JWS is the development-quality webserver that runs inside it. mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/ 2009/5/6 Tom Chiverton tom.chiver...@halliwells.com: On

Re: Detect a 301 redirect

2009-05-06 Thread Ian Skinner
Hugo Ahlenius wrote: But - can't you look at the referrer, and if the referrer is in a list of outdated URLs - then you display a message? That was my first thought but early testing did not show referrer showing anything earlier.

CF CMS Opinions

2009-05-06 Thread Brent Nicholas
Hi all, I'm looking at the following CMS systems. I don't need them to be super fancy, they just need to scale well and easy to use for end users. I'm curious about peoples thoughts, experiences, and hard lessons learned with them. I'm not looking for in depth responses, but more for tid bits

RE: CF CMS Opinions

2009-05-06 Thread Jake Churchill
Farcry has always been a great option for me. Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 -Original Message- From: Brent Nicholas [mailto:brentnicho...@hotmail.com] Sent: Wednesday, May 06, 2009 11:19 AM To: cf-talk

(ot) Need your thoughts

2009-05-06 Thread Don L
I have a cf app package which is also bundled with sql server express 2005 at a hosting company for download, a large number of users are able to download and install it. HOWEVER, a few of them most recently reported crashing their systems, even deleting their system files. What do you think

Re: (ot) Need your thoughts

2009-05-06 Thread Gerald Guido
By super intelligent, I meant, having two identical packages there (one is BAD and the other good), depending on XYZ to make one of them available for downloading? Or am I nuts? Personally, I would go with the latter ;o) Hey, you asked! While my training is science had taught me never to rule

Need to import database from filemaker Pro

2009-05-06 Thread Claude Schneegans
Hi, I have a new customer for whom I must import most data as I can from their Filemaker Pro database to my own CMS. I plan to import their data (mostly tables for members and organizations) into an Access database, then work from there and collect what I can. Has any one here some

Re: (ot) Need your thoughts

2009-05-06 Thread Don L
Thank you for your thought. More info: on scenario one, part of the installation package was removed from the process (not by the installer itself), hmm? By super intelligent, I meant, having two identical packages there (one is BAD and the other good), depending on XYZ to make one of them

Re: Apache and ColdFusion Trouble

2009-05-06 Thread Dave Watts
JRun and the JRun web server (JWS) are different things. JRun is the J2EE Application server; JWS is the development-quality webserver that runs inside it. Well, to go a bit off-topic, you can certainly use JWS in production. I know several shops that have done this - if I recall, Macromedia

RE: Server just.... stops?

2009-05-06 Thread brad
What does fusion reactor say is happening on the server when it stops. How many running threads are there? How many database calls are happening? Get a full thread dump and look at everything that is running. What are you memory levels? Hard drive usage on the box? (perfmon) Does fusion

Re: File upload suddenly stops working

2009-05-06 Thread Brent Nicholas
If you have access to the server, try taking the offending code and reducing it to just the bare bones to get it to work while staying in line with what the original code does. Once you get it to work in an 'uncluttered' manner, you can add everything else back in. Yeah, it's a pain in the

Re: directorywatcher event gateway...doesn't work for me

2009-05-06 Thread funand learning
Is the gateway instance running in Coldfusion admin? You are saying that you have changed a file in the directory?.Was it running fine before the changes? Is the CF path in the admin same as the one in the configuration directory? On Fri, May 1, 2009 at 6:02 PM, Yuliang Ruan

RE: Server just.... stops?

2009-05-06 Thread Justin Scott
What does fusion reactor say is happening on the server when it stops. How many running threads are there? How many database calls are happening? Get a full thread dump and look at everything that is running. What are you memory levels? Hard drive usage on the box? (perfmon)

RE: Server just.... stops?

2009-05-06 Thread Tony Ferraro
Justin Can you help me out here, Im stuck... I have been struggling with a problem for the past day and was hoping anyone could lead me into the right direction. Example of problem: I have one field where the user types in a the cost of Tool, Lets say 75. Based on the cost of the tool 75, I

Coldfusion - Running Calculation

2009-05-06 Thread Tony Ferraro
I have been struggling with a problem for the past day and was hoping anyone could lead me into the right direction. Example of problem: I have one field where the user types in a the cost of Tool, Lets say 75. Based on the cost of the tool 75, I have two other fields that needs update

Re: Coldfusion - Running Calculation

2009-05-06 Thread Barney Boisvert
Untested, but it should get you going... jQuery(input[name='ToolCost']).change(function() { jQuery(input[name='display']).val(jQuery(input[name='']).val() * jQuery(this).val()) }); In real life you'd want to use contextual/semantic selectors to grab the elements in question, rather than the

Coldfusion - Running Calculation

2009-05-06 Thread Tony Ferraro
I have been struggling with a problem for the past day and was hoping anyone could lead me into the right direction. Example of problem: I have one field where the user types in a the cost of Tool, Lets say 75. Based on the cost of the tool 75, I have two other fields that needs update based

Re: unable to log in via DB auth

2009-05-06 Thread Brent Nicholas
Joe, We do something similar over here, though I just grab the AUTH_USER var passed from IE's Integrated Auth. Eitherway though, try this for your CFLOGINUSER cflogin cfloginuser name=#USR# Password=#PWD# roles=#ROLES# /cflogin In short, wrap your CFLOGINUSER with CFLOGIN. It drove me nuts

Re: CF CMS Opinions

2009-05-06 Thread Brent Nicholas
@ Jake - Yeah, i was reading the FarDry QuickStart guied and really like what they've got going. I'm planing on installing all of these over the next few weeks and testing them out. So far I like Speck (for super simple) and FarCry for a well thought out way to build a frameworks and CMS,

Re: CF CMS Opinions

2009-05-06 Thread Larry Lyons
Brent, At my work I'm about to deploy (as soon as we get the client OK) a Sava based site for a similar client (medium traffic government public site). I found Sava very easy to work with. Within 10 minutes of downloading the app I was entering content. Setting up the basic templates (html

Re: Need to import database from filemaker Pro

2009-05-06 Thread Larry Lyons
Hi, I have a new customer for whom I must import most data as I can from their Filemaker Pro database to my own CMS. I plan to import their data (mostly tables for members and organizations) into an Access database, then work from there and collect what I can. Has any one here some

Capturing requested URL in CFML

2009-05-06 Thread Ian Skinner
If you set up a ColdFusion template as a custom 404 error page in your web server. Is there a way for this code to know what URL was requested that resulted in the 404 error? I've dumped the cgi scope and the getHTTPRequestData() structure and neither of these seem to offer up the url of the

Store / Cart technical best practices and resources

2009-05-06 Thread Nick Gleason
Hey folks, We are planning some enhancements on a cart / ecommerce system for a store and other online purchases. I think we have a pretty good idea of the direction to go in, but I think it would be a good idea to review any other technical best practices for building cart or store systems.

cftextarea onChange doesn't fire

2009-05-06 Thread Scott Stewart
Hey all. I have a cftextarea with an onChange. Javascript: function discardChanges(gotoURL) { if (document.theForm) { if (document.theForm.savebut) { if (document.theForm.savebut.disabled == false) { var checkSave =

Re: Store / Cart technical best practices and resources

2009-05-06 Thread John M Bliss
Check out http://www.coldfusionbloggers.org (search for shopping cart) Other (potentially useful) stuff: http://articles.techrepublic.com.com/5100-10878_11-1058748.html http://www.cartweaver.com http://www.cfshopkart.com http://www.cf-ezcart.com http://www.cfwebstore.com

Re: Need to import database from filemaker Pro

2009-05-06 Thread Claude Schneegans
There's a driver that's included with filemaker and several available on the web. Simply install the driver on your copy of CF and create a datasource. Ok, but then I still need to install the Filemaker database on my development server. Is it possible to just copy one file, like with an

Re: cftextarea onChange doesn't fire

2009-05-06 Thread Charlie Griefer
On Wed, May 6, 2009 at 12:36 PM, Scott Stewart sstwebwo...@bellsouth.net wrote: Hey all. I have a cftextarea with an onChange. I believe an onchange in a textarea doesn't fire until the textarea loses focus (e.g. the user tabs or clicks out of it). try onkeyup instead. -- I have failed as

Re: CF CMS Opinions

2009-05-06 Thread Patrick Santora
Larry, I work for Mura (formally known as Sava) and we have just created a great automated install script that will keep the pathing issue you brought up from happening again. We are pleased to hear as always that it was simple to implement as that is our goal (make it easy for our users).

Re: Capturing requested URL in CFML

2009-05-06 Thread Tony Bentley
If you set up a ColdFusion template as a custom 404 error page in your web server. Is there a way for this code to know what URL was requested that resulted in the 404 error? I've dumped the cgi scope and the getHTTPRequestData() structure and neither of these seem to offer up the url of the

Re: Capturing requested URL in CFML

2009-05-06 Thread Scott Weikert
Ian Skinner wrote: If you set up a ColdFusion template as a custom 404 error page in your web server. Is there a way for this code to know what URL was requested that resulted in the 404 error? I've dumped the cgi scope and the getHTTPRequestData() structure and neither of these seem to

Re: Server just.... stops?

2009-05-06 Thread Brad Wood
If Fusion Reactor is like SeeFusion, I have actually seen more examples of where the monitoring application is still available even when the CF Server does not seem responsive. The most common cause of this is due to the CF server being out of active threads to respond to requests with due to

Re: Capturing requested URL in CFML

2009-05-06 Thread Ian Skinner
Scott Weikert wrote: Try the combo of cgi.server_name, cgi.script_name, and cgi.query_string (in that order). I've looked at all those variables, I dumped out the entire CGI structure. And I am getting the information of the 404error.cfm file itself not the request the generated the page.

Re: Capturing requested URL in CFML

2009-05-06 Thread Scott Weikert
Ian Skinner wrote: I have this line set up for the Apache server. We're on IIS. So that may make a difference. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

Re: Server just.... stops?

2009-05-06 Thread Maureen Barger
Turn on the internal webserver for FR and you will bypass jrun. Make note of its port and you can hit http://yourserverhere.com:12345/fusionreactor/fhtml.cfm?mode=login and get right in. Do you have FR set up to send you alerts when values you specify (ie requests, memory, cpu) are met? Enable

Re: Apache and ColdFusion Trouble

2009-05-06 Thread Maureen Barger
Jason Slack, are you still stuck? Your personal email address fails for me. On Mon, May 4, 2009 at 19:46, Jason Slack applesl...@gmail.com wrote: Hi Maureen, OK, so I did: [r...@server1 ~]# apachectl stop [r...@server1 ~]# /opt/coldfusion8/bin/coldfusion stop [r...@server1 ~]# nano

Re: Capturing requested URL in CFML

2009-05-06 Thread Ian Skinner
Scott Weikert wrote: We're on IIS. So that may make a difference. Apparently it does. I found this link talking about the diference in Apache not providing the original URL in the query_string variable.

where I can post a question?

2009-05-06 Thread David J. Torres
Thanks, David ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive:

Re: where I can post a question?

2009-05-06 Thread Alan Rother
You just did... On Wed, May 6, 2009 at 3:23 PM, David J. Torres djt...@yahoo.com wrote: Thanks, David ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

Re: where I can post a question?

2009-05-06 Thread Charlie Griefer
On Wed, May 6, 2009 at 3:23 PM, David J. Torres djt...@yahoo.com wrote: ...I think you just did? -- I have failed as much as I have succeeded. But I love my life. I love my wife. And I wish you my kind of success. ~| Adobe®

Re: where I can post a question?

2009-05-06 Thread David Torres
Sorry for that. I did ask that question from my yahoo. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive:

Returning a CFSTOREPROC from a CFFUNCTION

2009-05-06 Thread David Torres
I have been doing a lot of reading about stored procedures. I have worked w/ SPs in MS SQL. Now I am using ColdFusion. Well, with my reading done I have been able to call a SP from a cffunction. I have all my functions in a CFC file, and I would like to keep it that way. Now, I need to

Re: Returning a CFSTOREPROC from a CFFUNCTION

2009-05-06 Thread Charlie Griefer
On Wed, May 6, 2009 at 4:32 PM, David Torres djt...@yahoo.com wrote: I have been doing a lot of reading about stored procedures. I have worked w/ SPs in MS SQL. Now I am using ColdFusion. Well, with my reading done I have been able to call a SP from a cffunction. I have all my functions

Re: Capturing requested URL in CFML

2009-05-06 Thread Maureen Barger
Are you using apache 2.2? set LogLevel to debug and restart, see what apache tells you in error.log. Also you can have a rewrite_log written that can be fun to interpret. That is I assume you are using their suggested .htaccess rules? On Wed, May 6, 2009 at 18:02, Ian Skinner h...@ilsweb.com