[cfaussie] Re: Coldfusion 8 and CFfile problem?

2007-09-11 Thread Andrew Scott
Ok, I did find the problem. It was a directory did not exist, Drive C became Drive D on Coldfusion 8 and I missed that small detail. But I am confused why Coldfusion 8 did not throw an Exception back to the browser, the line debugger didn't report an exception thrown either... Oh well An

[cfaussie] Re: Coldfusion 8 and CFfile problem?

2007-09-11 Thread Andrew Scott
Yes. Andrew Scott Senior Coldfusion Developer Aegeon Pty. Ltd. www.aegeon.com.au Phone: +613 8676 4223 Mobile: 0404 998 273 -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Scott Thornton Sent: Wednesday, 12 September 2007 11:38 AM To: cfauss

[cfaussie] Re: Coldfusion 8 and CFfile problem?

2007-09-11 Thread Scott Thornton
Is your CF 8 server running under the same domain account as 7.02? >>> Andrew Scott <[EMAIL PROTECTED]> 12/09/2007 11:35 am >>> Has anyone seen an issue with Coldfusion 8, and uploading a file to the server? Here is what is happening to me, I have an application that works fine under cfmx7.

[cfaussie] Coldfusion 8 and CFfile problem?

2007-09-11 Thread Andrew Scott
Has anyone seen an issue with Coldfusion 8, and uploading a file to the server? Here is what is happening to me, I have an application that works fine under cfmx7. But when I put this onto a server with Coldfusion 8, it appears to work except the file is not uploaded at all. I did a line debug,

[cfaussie] REMIND: QLD CFUG ... tonight

2007-09-11 Thread Barry Beattie
thankyou for all those that have RSVP'd already for tonight if there are any more RSVP's, please feel *strongly encouraged* to send them now... cheers. At this months we have some "Fusioneers Handy Tools - keep your coding on track and projects steaming along" First up we have Charlie Areh

[cfaussie] Re: ajaxCFC and IE7 Issue

2007-09-11 Thread jonny_noog
Hi guys, Thanks for your replies. mizdog, I would love to use firebug and get some useful debugging info, firebug was very useful when I was first putting together everything and for doing this kind of ajax related stuff I find it invaluable. But the issue is that there is no error in Firefox :),

[cfaussie] Re: CFCAMP have been postponed!!

2007-09-11 Thread Geoff Bowers
On Sep 11, 10:22 am, Pat Branley <[EMAIL PROTECTED]> wrote: > what happened to CFCAMP ? was it lack of attendance, speakers or venus > that caused the postpone ? I believe it was a desire to be more inclusive of other cities. Unfortunately, I have nothing more to report with respect to new dates

[cfaussie] Re: ajaxCFC and IE7 Issue

2007-09-11 Thread grant
it might be an unescaped string On 11/09/2007, jonny_noog <[EMAIL PROTECTED]> wrote: > > > Hello, > > I've been working a fair bit lately on a project that uses ajaxCFC, > and I have just come across a strange bug that I was hoping someone > may be able to shed some light on. I have a page where t

[cfaussie] Re: ajaxCFC and IE7 Issue

2007-09-11 Thread Greg Misdom
Hi Jonny, I played with this a little a while back and found that using firebug on firefox was a good way to get a better interpretation of the js error messages. regard mizdog! On 9/11/07, jonny_noog <[EMAIL PROTECTED]> wrote: > > > Hello, > > I've been working a fair bit lately on a project t

[cfaussie] ajaxCFC and IE7 Issue

2007-09-11 Thread jonny_noog
Hello, I've been working a fair bit lately on a project that uses ajaxCFC, and I have just come across a strange bug that I was hoping someone may be able to shed some light on. I have a page where the main scripts that make up the JS side of ajaxCFC are present, when a user clicks on a element o