Server error when sending CF mail

2009-12-14 Thread Shaun Mccran
Hi all, I am sending a simple email through cfmail. Code looks like this: cfoutput cfmail from=myem...@doamin.com to=myem...@domain.com subject=test hi /cfmail /cfoutput The server error is: javax/activation/MimeTypeParseException The specific sequence of files included or processed is But

RE: Server error when sending CF mail

2009-12-14 Thread Will Swain
You don't need the cfoutput tags. cfmail works as a cfoutput. Try removing that and see what happens. w -Original Message- From: Shaun Mccran [mailto:h...@mccran.co.uk] Sent: 14 December 2009 10:02 To: cf-talk Subject: Server error when sending CF mail Hi all, I am sending a simple

Re: Server error when sending CF mail

2009-12-14 Thread Shaun Mccran
Hi, That doesn't make any difference. Looks like a server error, rather than a code error. Very weird. Thanks Shaun ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion

Re: Working With Images...Still looking

2009-12-14 Thread Barry Mcconaghey
Hello. I was able to upload an image and add it to my DB using CF8 and MySQl this weekend. Can somebody tell me if this is correct. There are no error messages and the DB is also correct. Thanks Barry cfset thisDir = expandPath(images) !--- Determine whether the form is uploaded with

RE: Working With Images...Still looking

2009-12-14 Thread Rick Faircloth
Hi, Barry...sorry I took so long to get back to you...busy weekend. The code looks good as far as I can tell...the proof is always in the results. You're now getting the correct filename in the db...are you also getting the image into the correct directory after uploading? Rick -Original

Re: Working With Images...Still looking

2009-12-14 Thread Barry Mcconaghey
Yes and Yes. The DB and the directory is perfect. I was just wondering if I was leaving a temp image on the server every time I upload an image. Hi, Barry...sorry I took so long to get back to you...busy weekend. The code looks good as far as I can tell...the proof is always in the results.

Re: Working With Images...Still looking

2009-12-14 Thread Leigh
I was just wondering if I was leaving a temp image on the server every time I upload an image. Yes and no. ColdFusion places uploaded files in a special temporary directory, like the path mentioned in your earlier message:

Re: Working With Images...Still looking

2009-12-14 Thread Tony Bentley
just sent a reply. Tony's link did not work and I sent him an email via his contact form. No reply so far. ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion

RE: Is Infusion Still In Business?

2009-12-14 Thread Brook Davies
Sorry for the delayed replay to this thread. Yes, their web site is up, but try to order something and you get a 404. How many people out there are using Infusion? I wish I could get in touch with someone who works there or knows the official word on this product Brook -Original

ColdFusion 9 Service failing on Startup

2009-12-14 Thread Dan Vega
This is really weird and I am still trying to hunt down any solutions to this problem. I have the service set to start automatically on startup. The service never starts and I see this in the {cf_root}\runtime\logs\coldufsion-out.log Starting Macromedia JRun 4.0 (Build 108795), coldfusion server

Re: Is Infusion Still In Business?

2009-12-14 Thread Jordan Michaels
Their DNS information appears to have a phone number associated with it: http://who.godaddy.com/whoischeck.aspx?Domain=COOLFUSION.COM Maybe the person on the other end of the line could say for sure... but... a company that doesn't respond to SALES requests doesn't seem too hopeful. Warm

Re: ColdFusion 9 Service failing on Startup

2009-12-14 Thread Dan Vega
Figured it out, virus protection was screwing us up. The policy was in place but our web server was never hitting it. Thank You Dan Vega danv...@gmail.com http://www.danvega.org/ On Mon, Dec 14, 2009 at 2:36 PM, Dan Vega danv...@gmail.com wrote: This is really weird and I am still trying to

Re: Is Infusion Still In Business?

2009-12-14 Thread Matt Quackenbush
On Mon, Dec 14, 2009 at 1:52 PM, Jordan Michaels wrote: a company that doesn't respond to SALES requests doesn't seem too hopeful. Bah. Sales are overrated. :D ~| Want to reach the ColdFusion community with something

RE: ColdFusion 9 Service failing on Startup

2009-12-14 Thread brad
Wow, that was a little weird. I didn't know Adobe ColdFusion has hit virus status. :) Is there any particular brand of anti virus software or settings we should look out for, or do you have one of those over-zealous admins who decided all executable code was bad? I think you'll have to admit,

RE: Is Infusion Still In Business?

2009-12-14 Thread Brook Davies
That phone number is out of service. Its weird though, I thought they had a decent customer base. They certainly had a good product as I believe anyone who used it would attest. Its also strange that the site is still up. Maybe they plan to come back at a later date? Maybe they are trying to sell

Re: Working With Images...Still looking

2009-12-14 Thread Barry Mcconaghey
OK...last newbie question. How do i add more than one photo to this code below. I added 4 new fields in the DB called (image2, image3, image4, image5) and 4 more cfinputs with the same names as the DB. Thanks Barry This code below works when adding 1 photo. cfset thisDir =

Re: Is Infusion Still In Business?

2009-12-14 Thread Kym Kovan
Hi Brook, you wrote: That phone number is out of service. Its weird though, I thought they had a decent customer base. They certainly had a good product as I believe anyone who used it would attest. Its also strange that the site is still up. Maybe they plan to come back at a later date?

RE: Working With Images...Still looking

2009-12-14 Thread Rick Faircloth
Try something like this, Barry... cfloop from=1 to=5 index=i !--- [ set the to= according to the number of upload fields you have ] --- cfset imageFileField = image#i# cffile action = upload filefield=imageFileField destination=your/destination/path etc... (run

SOT: Blue Dragon w/CF9 Multi Server

2009-12-14 Thread Leigh
Has anyone had any luck installing the Blue Dragon WAR file w/CF9 Multi Server Configuration on Windows? Using the following as a guide: http://corfield.org/blog/index.cfm/do/blog.entry/entry/Railo__ColdFusion_on_JRun Railo worked without a hitch. But with Blue Dragon only .jsp pages seem to