[cfaussie] 8.0.1 FCKEditor file upload issue

2008-04-28 Thread Kay Smoljak

Hey guys,

I posted this over on CF-Talk a couple of days ago, so apologies to
anyone who subscribes over there too. This is driving me mad and I've
tried everything I can think of.

Here's the summary:

  - when I enable file uploads in
/cfide/scripts/ajax/fckeditor/fckconfig.js I can upload images in
CFTEXTAREA, it works really nicely

 - if I copy the fckeditor folder from cfide to my site root and use
the basepath attribute of CFTEXTAREA to point to it, all the normal
stuff works fine but the "browse server" option gives me the following
error: File not found:
/jscripts/FCKeditor/editor/filemanager/connectors/cfm/index.cfm (the
requested URL was
 
http://localhost/jscripts/FCKeditor/editor/filemanager/browser/default/../../connectors/cfm/connector.cfm?Command=GetFoldersAndFiles&Type=Image&CurrentFolder=%2F&uuid=1209369303654)

 - i initially thought it was a config error due to my dev server
having the web root files in a virtual directory pointing to another
drive, but even copying the web root to the default c:\inetpub\wwwroot
folder (where the CFIDE folder actually lives) gives me the same
error. My shared hosting server also gives me the same error. Both
servers are CF 8.0.1 running on Windows and IIS.

 - I tried downloading FCKEditor 2.5 and 2.6 and using them in that
folder instead, same problem.

 Anyone got any ideas?

 Cheers,


K.

 --
 Kay Smoljak
 business: www.cleverstarfish.com
 coldfusion: kay.smoljak.com
 personal: goatlady.wordpress.com | heapsbad.com

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: 8.0.1 FCKEditor file upload issue

2008-04-28 Thread MrBuzzy
Hi Kay,

Sorry, I don't know enough about the FCKEditor to know if this is useful...
but I'll have a go anyway :)

Are you using the scriptsrc attribute on cfform?




This is generally how you handle it for other scripts (I believe you'll need
to copy the whole of /CFIDE/scripts)

Again I don't know much on this topic, but I'm wondering if scriptsrc
negates the need for "the basepath attribute" that you describe.

Cheers.

On Mon, Apr 28, 2008 at 7:01 PM, Kay Smoljak <[EMAIL PROTECTED]> wrote:

>
> Hey guys,
>
> I posted this over on CF-Talk a couple of days ago, so apologies to
> anyone who subscribes over there too. This is driving me mad and I've
> tried everything I can think of.
>
> Here's the summary:
>
>  - when I enable file uploads in
> /cfide/scripts/ajax/fckeditor/fckconfig.js I can upload images in
> CFTEXTAREA, it works really nicely
>
>  - if I copy the fckeditor folder from cfide to my site root and use
> the basepath attribute of CFTEXTAREA to point to it, all the normal
> stuff works fine but the "browse server" option gives me the following
> error: File not found:
> /jscripts/FCKeditor/editor/filemanager/connectors/cfm/index.cfm (the
> requested URL was
>
> http://localhost/jscripts/FCKeditor/editor/filemanager/browser/default/../../connectors/cfm/connector.cfm?Command=GetFoldersAndFiles&Type=Image&CurrentFolder=%2F&uuid=1209369303654
> )
>
>  - i initially thought it was a config error due to my dev server
> having the web root files in a virtual directory pointing to another
> drive, but even copying the web root to the default c:\inetpub\wwwroot
> folder (where the CFIDE folder actually lives) gives me the same
> error. My shared hosting server also gives me the same error. Both
> servers are CF 8.0.1 running on Windows and IIS.
>
>  - I tried downloading FCKEditor 2.5 and 2.6 and using them in that
> folder instead, same problem.
>
>  Anyone got any ideas?
>
>  Cheers,
>
>
> K.
>
>  --
>  Kay Smoljak
>  business: www.cleverstarfish.com
>  coldfusion: kay.smoljak.com
>  personal: goatlady.wordpress.com | heapsbad.com
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: 8.0.1 FCKEditor file upload issue

2008-04-28 Thread Kay Smoljak

Thanks Mr Buzzy, that's a good idea, I'm giving that a go...

On Mon, Apr 28, 2008 at 6:25 PM, MrBuzzy <[EMAIL PROTECTED]> wrote:
> Hi Kay,
>
> Sorry, I don't know enough about the FCKEditor to know if this is useful...
> but I'll have a go anyway :)
>
> Are you using the scriptsrc attribute on cfform?
>
> 
>  
>
> This is generally how you handle it for other scripts (I believe you'll need
> to copy the whole of /CFIDE/scripts)
>
> Again I don't know much on this topic, but I'm wondering if scriptsrc
> negates the need for "the basepath attribute" that you describe.
>
> Cheers.
>
>
>
> On Mon, Apr 28, 2008 at 7:01 PM, Kay Smoljak <[EMAIL PROTECTED]> wrote:
> >
> > Hey guys,
> >
> > I posted this over on CF-Talk a couple of days ago, so apologies to
> > anyone who subscribes over there too. This is driving me mad and I've
> > tried everything I can think of.
> >
> > Here's the summary:
> >
> >  - when I enable file uploads in
> > /cfide/scripts/ajax/fckeditor/fckconfig.js I can upload images in
> > CFTEXTAREA, it works really nicely
> >
> >  - if I copy the fckeditor folder from cfide to my site root and use
> > the basepath attribute of CFTEXTAREA to point to it, all the normal
> > stuff works fine but the "browse server" option gives me the following
> > error: File not found:
> > /jscripts/FCKeditor/editor/filemanager/connectors/cfm/index.cfm (the
> > requested URL was
> >
> http://localhost/jscripts/FCKeditor/editor/filemanager/browser/default/../../connectors/cfm/connector.cfm?Command=GetFoldersAndFiles&Type=Image&CurrentFolder=%2F&uuid=1209369303654)
> >
> >  - i initially thought it was a config error due to my dev server
> > having the web root files in a virtual directory pointing to another
> > drive, but even copying the web root to the default c:\inetpub\wwwroot
> > folder (where the CFIDE folder actually lives) gives me the same
> > error. My shared hosting server also gives me the same error. Both
> > servers are CF 8.0.1 running on Windows and IIS.
> >
> >  - I tried downloading FCKEditor 2.5 and 2.6 and using them in that
> > folder instead, same problem.
> >
> >  Anyone got any ideas?
> >
> >  Cheers,
> >
> >
> > K.
> >
> >  --
> >  Kay Smoljak
> >  business: www.cleverstarfish.com
> >  coldfusion: kay.smoljak.com
> >  personal: goatlady.wordpress.com | heapsbad.com
> >
> >
> >
>
>
>  >
>



-- 
Kay Smoljak
business: www.cleverstarfish.com
coldfusion: kay.smoljak.com
personal: goatlady.wordpress.com | heapsbad.com

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: 8.0.1 FCKEditor file upload issue

2008-04-28 Thread CyberAngel

I actually believe it does, however never have tried it myself.

Kay, maybe you can confirm this...



-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Kay Smoljak
Sent: Monday, 28 April 2008 9:49 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: 8.0.1 FCKEditor file upload issue


Thanks Mr Buzzy, that's a good idea, I'm giving that a go...

On Mon, Apr 28, 2008 at 6:25 PM, MrBuzzy <[EMAIL PROTECTED]> wrote:
> Hi Kay,
>
> Sorry, I don't know enough about the FCKEditor to know if this is
useful...
> but I'll have a go anyway :)
>
> Are you using the scriptsrc attribute on cfform?
>
> 
>  
>
> This is generally how you handle it for other scripts (I believe you'll
need
> to copy the whole of /CFIDE/scripts)
>
> Again I don't know much on this topic, but I'm wondering if scriptsrc
> negates the need for "the basepath attribute" that you describe.
>
> Cheers.
>
>
>
> On Mon, Apr 28, 2008 at 7:01 PM, Kay Smoljak <[EMAIL PROTECTED]>
wrote:
> >
> > Hey guys,
> >
> > I posted this over on CF-Talk a couple of days ago, so apologies to
> > anyone who subscribes over there too. This is driving me mad and I've
> > tried everything I can think of.
> >
> > Here's the summary:
> >
> >  - when I enable file uploads in
> > /cfide/scripts/ajax/fckeditor/fckconfig.js I can upload images in
> > CFTEXTAREA, it works really nicely
> >
> >  - if I copy the fckeditor folder from cfide to my site root and use
> > the basepath attribute of CFTEXTAREA to point to it, all the normal
> > stuff works fine but the "browse server" option gives me the following
> > error: File not found:
> > /jscripts/FCKeditor/editor/filemanager/connectors/cfm/index.cfm (the
> > requested URL was
> >
>
http://localhost/jscripts/FCKeditor/editor/filemanager/browser/default/../..
/connectors/cfm/connector.cfm?Command=GetFoldersAndFiles&Type=Image&CurrentF
older=%2F&uuid=1209369303654)
> >
> >  - i initially thought it was a config error due to my dev server
> > having the web root files in a virtual directory pointing to another
> > drive, but even copying the web root to the default c:\inetpub\wwwroot
> > folder (where the CFIDE folder actually lives) gives me the same
> > error. My shared hosting server also gives me the same error. Both
> > servers are CF 8.0.1 running on Windows and IIS.
> >
> >  - I tried downloading FCKEditor 2.5 and 2.6 and using them in that
> > folder instead, same problem.
> >
> >  Anyone got any ideas?
> >
> >  Cheers,
> >
> >
> > K.
> >
> >  --
> >  Kay Smoljak
> >  business: www.cleverstarfish.com
> >  coldfusion: kay.smoljak.com
> >  personal: goatlady.wordpress.com | heapsbad.com
> >
> >
> >
>
>
>  >
>



-- 
Kay Smoljak
business: www.cleverstarfish.com
coldfusion: kay.smoljak.com
personal: goatlady.wordpress.com | heapsbad.com



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: 8.0.1 FCKEditor file upload issue

2008-04-28 Thread Kay Smoljak

Dang it, still get the error with the scriptsrc attribute specified,
although everything else works. There's some weird kind of pathing
weirdness weirding us out here, I'm sure.

On Mon, Apr 28, 2008 at 6:25 PM, MrBuzzy <[EMAIL PROTECTED]> wrote:
> Hi Kay,
>
> Sorry, I don't know enough about the FCKEditor to know if this is useful...
> but I'll have a go anyway :)
>
> Are you using the scriptsrc attribute on cfform?
>
> 
>  
>
> This is generally how you handle it for other scripts (I believe you'll need
> to copy the whole of /CFIDE/scripts)
>
> Again I don't know much on this topic, but I'm wondering if scriptsrc
> negates the need for "the basepath attribute" that you describe.
>
> Cheers.
>
>
>
> On Mon, Apr 28, 2008 at 7:01 PM, Kay Smoljak <[EMAIL PROTECTED]> wrote:
> >
> > Hey guys,
> >
> > I posted this over on CF-Talk a couple of days ago, so apologies to
> > anyone who subscribes over there too. This is driving me mad and I've
> > tried everything I can think of.
> >
> > Here's the summary:
> >
> >  - when I enable file uploads in
> > /cfide/scripts/ajax/fckeditor/fckconfig.js I can upload images in
> > CFTEXTAREA, it works really nicely
> >
> >  - if I copy the fckeditor folder from cfide to my site root and use
> > the basepath attribute of CFTEXTAREA to point to it, all the normal
> > stuff works fine but the "browse server" option gives me the following
> > error: File not found:
> > /jscripts/FCKeditor/editor/filemanager/connectors/cfm/index.cfm (the
> > requested URL was
> >
> http://localhost/jscripts/FCKeditor/editor/filemanager/browser/default/../../connectors/cfm/connector.cfm?Command=GetFoldersAndFiles&Type=Image&CurrentFolder=%2F&uuid=1209369303654)
> >
> >  - i initially thought it was a config error due to my dev server
> > having the web root files in a virtual directory pointing to another
> > drive, but even copying the web root to the default c:\inetpub\wwwroot
> > folder (where the CFIDE folder actually lives) gives me the same
> > error. My shared hosting server also gives me the same error. Both
> > servers are CF 8.0.1 running on Windows and IIS.
> >
> >  - I tried downloading FCKEditor 2.5 and 2.6 and using them in that
> > folder instead, same problem.
> >
> >  Anyone got any ideas?
> >
> >  Cheers,
> >
> >
> > K.
> >
> >  --
> >  Kay Smoljak
> >  business: www.cleverstarfish.com
> >  coldfusion: kay.smoljak.com
> >  personal: goatlady.wordpress.com | heapsbad.com
> >
> >
> >
>
>
>  >
>



-- 
Kay Smoljak
business: www.cleverstarfish.com
coldfusion: kay.smoljak.com
personal: goatlady.wordpress.com | heapsbad.com

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Tonight: Setting Fire To Your Community (Mon 28th April)

2008-04-28 Thread felixt

Hi Geoff,

Thanks for presenting, it's a very informative and fun session.

That was my first CFUG (APUG now?) meeting and I enjoyed it, also
thanks to those who are involved in organizing these meetings.

Cheers.

Felix.

On Apr 28, 4:50 pm, Geoff Bowers <[EMAIL PROTECTED]> wrote:
> On Apr 28, 12:31 am, "Chris Velevitch" <[EMAIL PROTECTED]>
> wrote:
>
> > With the advent of a number of open source initiatives from Adobe,
> > Geoff Bowers of Daemon will speak on:
>
> > A tale of Japanese mummies, karmic balance and benevolent dictators.
> > Your guide to putting a torch to your open source community.  Learn
> > how to set up a flourishing developer community or just help to ignite
> > your favourite.
>
> Here's your chance to hear me jabber on about something other than
> ColdFusion!
>
> We're talking about how to get involved with your community (or
> conversely how to get people involved) -- also happy to talk about
> open source licensing how it works, what the differences are, what to
> fear and what to embrace.
>
> Will be fun, in a geeks talking geek kind of way :)
>
> See you all there,
>
> -- geoffhttp://www.daemon.com.au/
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] wierd caching problem

2008-04-28 Thread barry.b

this has got me beat.

I'm throwing files against a shared dev server, getting the occasional
"oops" and trying to correct it. These are just simple test harnesses,
hardly anything in them.

what's happening is that I'm still getting the error message even
after I fix the "oops". something is still hanging on to the old code
and throwing the error BUT the error stack trace is showing the
correct (new/repaired) code.

While trusted cache is turned off, I'm having to go into the CF admin
and manually "clear the template cache now" just to see the changes.
It's like trusted cache is still on, even though it's turned off.

eg:

Variable QRYGETCUSALL is undefined.
The error occurred in X:\xxx_xxx\_scratch\idr\cloneforms.cfm: line 12
10 :
11 :
12 : 

that error message is old because I renamed the query but forgot to
change the name in the dump the first time around. The stack trace is
from the second run of the code that should not throw an error [1].

any suggestions what might be causing this, and suggest a fix?


[1]

SELECT  *
FROMTidrT_Customer
WHERE   fk_DisputeID = 
ORDER BYDateCreated






--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: wierd caching problem

2008-04-28 Thread Mark Mandel

I've seen this on CF8 occasionally although I created a new CF8
VM, and it's gone away now...

So not sure...?

Mark

On Tue, Apr 29, 2008 at 9:12 AM, barry.b <[EMAIL PROTECTED]> wrote:
>
>  this has got me beat.
>
>  I'm throwing files against a shared dev server, getting the occasional
>  "oops" and trying to correct it. These are just simple test harnesses,
>  hardly anything in them.
>
>  what's happening is that I'm still getting the error message even
>  after I fix the "oops". something is still hanging on to the old code
>  and throwing the error BUT the error stack trace is showing the
>  correct (new/repaired) code.
>
>  While trusted cache is turned off, I'm having to go into the CF admin
>  and manually "clear the template cache now" just to see the changes.
>  It's like trusted cache is still on, even though it's turned off.
>
>  eg:
>
>  Variable QRYGETCUSALL is undefined.
>  The error occurred in X:\xxx_xxx\_scratch\idr\cloneforms.cfm: line 12
>  10 :
>  11 :
>  12 : 
>
>  that error message is old because I renamed the query but forgot to
>  change the name in the dump the first time around. The stack trace is
>  from the second run of the code that should not throw an error [1].
>
>  any suggestions what might be causing this, and suggest a fix?
>
>
>  [1]
>  
>  SELECT  *
>  FROMTidrT_Customer
>  WHERE   fk_DisputeID =   value="118972" />
>  ORDER BYDateCreated
>  
>
>  
>
>
>
>  >
>



-- 
E: [EMAIL PROTECTED]
W: www.compoundtheory.com

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: wierd caching problem

2008-04-28 Thread Adam Chapman

Hi Barry,

I had a similar issue a few weeks ago (CFMX7).. I had to turn 'save
class files' off, run the template, then turn it back on.

It happened around the time of daylight savings change where the cf time
and OS time were different..

Hope this helps.
Adam

-Original Message-
From: barry.b [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, 29 April 2008 9:12 AM
To: cfaussie
Subject: [cfaussie] wierd caching problem


this has got me beat.

I'm throwing files against a shared dev server, getting the occasional
"oops" and trying to correct it. These are just simple test harnesses,
hardly anything in them.

what's happening is that I'm still getting the error message even
after I fix the "oops". something is still hanging on to the old code
and throwing the error BUT the error stack trace is showing the
correct (new/repaired) code.

While trusted cache is turned off, I'm having to go into the CF admin
and manually "clear the template cache now" just to see the changes.
It's like trusted cache is still on, even though it's turned off.

eg:

Variable QRYGETCUSALL is undefined.
The error occurred in X:\xxx_xxx\_scratch\idr\cloneforms.cfm: line 12
10 :
11 :
12 : 

that error message is old because I renamed the query but forgot to
change the name in the dump the first time around. The stack trace is
from the second run of the code that should not throw an error [1].

any suggestions what might be causing this, and suggest a fix?


[1]

SELECT  *
FROMTidrT_Customer
WHERE   fk_DisputeID = 
ORDER BYDateCreated








--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: wierd caching problem

2008-04-28 Thread barry.b

thanx for the replies, guys. At least it helps lift some fog...

so far 

it happens on both CF8 and CF7 (I'm using 7)
it happens occasionally
it happens for no specific reason.

oh goodie. needle in a hay stack time.


I'm surviving by clearing the template cache for now (but heaven help
anyone else working on the same box).


It can't be an IIS caching issue, can it? While it throws the old
error message, the new code is what's displayed - which implies that
CF is controlling this all...

I really dislike working on shared dev boxes ... it's just asking for
trouble...


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] OT - Remove .Net Framework

2008-04-28 Thread Brett Payne-Rhodes

Somewhere, somehow I wound up with this .Net framework service installed on my 
dev machine. I don't remember installing it and I'm not even sure why it is 
there. Now the Win update systems want to update it in preparation for Version 
3. ???

I don't do any .Net development so unless this is something that is needed by 
IE I'd like to remove it. Does anyone know if I *can* just remove it? 

Cheers,

Brett
B)


-- 
Brett Payne-Rhodes
Eaglehawk Computing
t: +61 (0)8 9371-0471
m: +61 (0)414 371 047
e: [EMAIL PROTECTED]
w: http://www.yoursite.net.au


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: OT: XSD - conditional values

2008-04-28 Thread AJ Mercer
Is it possible to do expressions in XSD?
So the min value of tag2 (integer) has to be greater the the value (integer)
of tag1?



On Fri, Apr 18, 2008 at 7:10 AM, Mark Mandel <[EMAIL PROTECTED]> wrote:

>
> AJ,
>
> I don't think that you an do this.
>
> You could in theory, have a  and basically repeat the two
> options out... but I don't think XSD gives you this fine grained
> control.
>
> (Be nice if it could tho!)
>
> Mark
>
> On Thu, Apr 17, 2008 at 12:21 PM, AJ Mercer <[EMAIL PROTECTED]> wrote:
> > Hopefully there are some Fusioneers that may be able to point me in the
> > right direction
> >
> > I would like to know if it is possible in XSD to conditional validate
> list
> > of option based on the value/attribute of another tag?
> >
> > So in tag one they select one of two options
> > Then in the next tag, they have a list of options that are related to
> the
> > value in tag one
> >
> > option A -> A1
> >  -> A2
> >  -> A3
> >
> > option B -> B1
> >   -> B2
> >   -> B3
> >
> > --
> >
> > AJ Mercer
> > Web Log: http://webonix.net
> >  >
> >
>
>
>
> --
> E: [EMAIL PROTECTED]
> W: www.compoundtheory.com
>
> >
>


-- 

AJ Mercer
Web Log: http://webonix.net

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: OT - Remove .Net Framework

2008-04-28 Thread Kay Smoljak

You probably installed something that installed it. I guess you'll
know if you remove it and something else stops working :)

On Tue, Apr 29, 2008 at 9:56 AM, Brett Payne-Rhodes <[EMAIL PROTECTED]> wrote:
>
>  Somewhere, somehow I wound up with this .Net framework service installed on 
> my dev machine. I don't remember installing it and I'm not even sure why it 
> is there. Now the Win update systems want to update it in preparation for 
> Version 3. ???
>
>  I don't do any .Net development so unless this is something that is needed 
> by IE I'd like to remove it. Does anyone know if I *can* just remove it?
>
>  Cheers,
>
>  Brett
>  B)
>
>
>  --
>  Brett Payne-Rhodes
>  Eaglehawk Computing
>  t: +61 (0)8 9371-0471
>  m: +61 (0)414 371 047
>  e: [EMAIL PROTECTED]
>  w: http://www.yoursite.net.au
>
>
>  >
>



-- 
Kay Smoljak
business: www.cleverstarfish.com
coldfusion: kay.smoljak.com
personal: goatlady.wordpress.com | heapsbad.com

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: OT - Remove .Net Framework

2008-04-28 Thread KNOTT, Brian

I think SQL Sever and tools use the .net framework

Thanks

Brian Knott

-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Kay 
Smoljak
Sent: Tuesday, 29 April 2008 12:08 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: OT - Remove .Net Framework


You probably installed something that installed it. I guess you'll
know if you remove it and something else stops working :)

On Tue, Apr 29, 2008 at 9:56 AM, Brett Payne-Rhodes <[EMAIL PROTECTED]> wrote:
>
>  Somewhere, somehow I wound up with this .Net framework service installed on 
> my dev machine. I don't remember installing it and I'm not even sure why it 
> is there. Now the Win update systems want to update it in preparation for 
> Version 3. ???
>
>  I don't do any .Net development so unless this is something that is needed 
> by IE I'd like to remove it. Does anyone know if I *can* just remove it?
>
>  Cheers,
>
>  Brett
>  B)
>
>
>  --
>  Brett Payne-Rhodes
>  Eaglehawk Computing
>  t: +61 (0)8 9371-0471
>  m: +61 (0)414 371 047
>  e: [EMAIL PROTECTED]
>  w: http://www.yoursite.net.au
>
>
>  >
>



--
Kay Smoljak
business: www.cleverstarfish.com
coldfusion: kay.smoljak.com
personal: goatlady.wordpress.com | heapsbad.com



---
This e-mail is sent by Suncorp-Metway Limited ABN 66 010 831 722 or one of its 
related entities "Suncorp". 

Suncorp may be contacted at Level 18, 36 Wickham Terrace, Brisbane or on 13 11 
55  or at suncorp.com.au.

The content of this e-mail is the view of the sender or stated author and does 
not necessarily reflect the view of Suncorp. The content, including 
attachments, is a confidential communication between Suncorp and the intended 
recipient. If you are not the intended recipient, any use, interference with, 
disclosure or copying of this e-mail, including attachments, is unauthorised 
and expressly prohibited. If you have received this e-mail in error please 
contact the sender immediately and delete the e-mail and any attachments from 
your system.

If this e-mail constitutes a commercial message of a type that you no longer 
wish to receive please reply to this e-mail by typing Unsubscribe in the 
subject line.



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: OT - Remove .Net Framework

2008-04-28 Thread Brett Payne-Rhodes

Ahhh! That would be it!

Thanks,

Brett
B)

KNOTT, Brian wrote:
> I think SQL Sever and tools use the .net framework
> 
> Thanks
> 
> Brian Knott
> 
> -Original Message-
> From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Kay 
> Smoljak
> Sent: Tuesday, 29 April 2008 12:08 PM
> To: cfaussie@googlegroups.com
> Subject: [cfaussie] Re: OT - Remove .Net Framework
> 
> 
> You probably installed something that installed it. I guess you'll
> know if you remove it and something else stops working :)
> 
> On Tue, Apr 29, 2008 at 9:56 AM, Brett Payne-Rhodes <[EMAIL PROTECTED]> wrote:
>>  Somewhere, somehow I wound up with this .Net framework service installed on 
>> my dev machine. I don't remember installing it and I'm not even sure why it 
>> is there. Now the Win update systems want to update it in preparation for 
>> Version 3. ???
>>
>>  I don't do any .Net development so unless this is something that is needed 
>> by IE I'd like to remove it. Does anyone know if I *can* just remove it?
>>
>>  Cheers,
>>
>>  Brett
>>  B)
>>
>>
>>  --
>>  Brett Payne-Rhodes
>>  Eaglehawk Computing
>>  t: +61 (0)8 9371-0471
>>  m: +61 (0)414 371 047
>>  e: [EMAIL PROTECTED]
>>  w: http://www.yoursite.net.au
>>
>>
>>  >
>>
> 
> 
> 
> --
> Kay Smoljak
> business: www.cleverstarfish.com
> coldfusion: kay.smoljak.com
> personal: goatlady.wordpress.com | heapsbad.com
> 
> 
> 
> ---
> This e-mail is sent by Suncorp-Metway Limited ABN 66 010 831 722 or one of 
> its related entities "Suncorp". 
> 
> Suncorp may be contacted at Level 18, 36 Wickham Terrace, Brisbane or on 13 
> 11 55  or at suncorp.com.au.
> 
> The content of this e-mail is the view of the sender or stated author and 
> does not necessarily reflect the view of Suncorp. The content, including 
> attachments, is a confidential communication between Suncorp and the intended 
> recipient. If you are not the intended recipient, any use, interference with, 
> disclosure or copying of this e-mail, including attachments, is unauthorised 
> and expressly prohibited. If you have received this e-mail in error please 
> contact the sender immediately and delete the e-mail and any attachments from 
> your system.
> 
> If this e-mail constitutes a commercial message of a type that you no longer 
> wish to receive please reply to this e-mail by typing Unsubscribe in the 
> subject line.
> 
> 
> 
> > 
> 
> 

-- 
Brett Payne-Rhodes
Eaglehawk Computing
t: +61 (0)8 9371-0471
m: +61 (0)414 371 047
e: [EMAIL PROTECTED]
w: http://www.yoursite.net.au


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: OT - Remove .Net Framework

2008-04-28 Thread AJ Mercer
Did you install it for CF8?

On Tue, Apr 29, 2008 at 10:09 AM, KNOTT, Brian <[EMAIL PROTECTED]>
wrote:

>
> I think SQL Sever and tools use the .net framework
>
> Thanks
>
> Brian Knott
>
> -Original Message-
> From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of Kay Smoljak
> Sent: Tuesday, 29 April 2008 12:08 PM
> To: cfaussie@googlegroups.com
> Subject: [cfaussie] Re: OT - Remove .Net Framework
>
>
> You probably installed something that installed it. I guess you'll
> know if you remove it and something else stops working :)
>
> On Tue, Apr 29, 2008 at 9:56 AM, Brett Payne-Rhodes <[EMAIL PROTECTED]>
> wrote:
> >
> >  Somewhere, somehow I wound up with this .Net framework service
> installed on my dev machine. I don't remember installing it and I'm not even
> sure why it is there. Now the Win update systems want to update it in
> preparation for Version 3. ???
> >
> >  I don't do any .Net development so unless this is something that is
> needed by IE I'd like to remove it. Does anyone know if I *can* just remove
> it?
> >
> >  Cheers,
> >
> >  Brett
> >  B)
> >
> >
> >  --
> >  Brett Payne-Rhodes
> >  Eaglehawk Computing
> >  t: +61 (0)8 9371-0471
> >  m: +61 (0)414 371 047
> >  e: [EMAIL PROTECTED]
> >  w: http://www.yoursite.net.au
> >
> >
> >  >
> >
>
>
>
> --
> Kay Smoljak
> business: www.cleverstarfish.com
> coldfusion: kay.smoljak.com
> personal: goatlady.wordpress.com | heapsbad.com
>
>
>
>
> ---
> This e-mail is sent by Suncorp-Metway Limited ABN 66 010 831 722 or one of
> its related entities "Suncorp".
>
> Suncorp may be contacted at Level 18, 36 Wickham Terrace, Brisbane or on
> 13 11 55  or at suncorp.com.au.
>
> The content of this e-mail is the view of the sender or stated author and
> does not necessarily reflect the view of Suncorp. The content, including
> attachments, is a confidential communication between Suncorp and the
> intended recipient. If you are not the intended recipient, any use,
> interference with, disclosure or copying of this e-mail, including
> attachments, is unauthorised and expressly prohibited. If you have received
> this e-mail in error please contact the sender immediately and delete the
> e-mail and any attachments from your system.
>
> If this e-mail constitutes a commercial message of a type that you no
> longer wish to receive please reply to this e-mail by typing Unsubscribe in
> the subject line.
>
>
>
> >
>


-- 

AJ Mercer
Web Log: http://webonix.net

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: OT - Remove .Net Framework

2008-04-28 Thread Brett Payne-Rhodes

Not intentionally. Not unless it was included as part of the CF8 install. And I 
hope it wasn't...

No, I think Brian is right, I did have to install the SQL Server manager 
software a while ago and I'd bet it was part of that.

Thanks,

Brett
B)


AJ Mercer wrote:
> Did you install it for CF8?
> 
> On Tue, Apr 29, 2008 at 10:09 AM, KNOTT, Brian 
> <[EMAIL PROTECTED] > wrote:
> 
> 
> I think SQL Sever and tools use the .net framework
> 
> Thanks
> 
> Brian Knott
> 
> -Original Message-
> From: cfaussie@googlegroups.com 
> [mailto:cfaussie@googlegroups.com
> ] On Behalf Of Kay Smoljak
> Sent: Tuesday, 29 April 2008 12:08 PM
> To: cfaussie@googlegroups.com 
> Subject: [cfaussie] Re: OT - Remove .Net Framework
> 
> 
> You probably installed something that installed it. I guess you'll
> know if you remove it and something else stops working :)
> 
> On Tue, Apr 29, 2008 at 9:56 AM, Brett Payne-Rhodes
> <[EMAIL PROTECTED] > wrote:
>  >
>  >  Somewhere, somehow I wound up with this .Net framework service
> installed on my dev machine. I don't remember installing it and I'm
> not even sure why it is there. Now the Win update systems want to
> update it in preparation for Version 3. ???
>  >
>  >  I don't do any .Net development so unless this is something that
> is needed by IE I'd like to remove it. Does anyone know if I *can*
> just remove it?
>  >
>  >  Cheers,
>  >
>  >  Brett
>  >  B)
>  >
>  >
>  >  --
>  >  Brett Payne-Rhodes
>  >  Eaglehawk Computing
>  >  t: +61 (0)8 9371-0471
>  >  m: +61 (0)414 371 047
>  >  e: [EMAIL PROTECTED] 
>  >  w: http://www.yoursite.net.au
>  >
>  >
>  >  >
>  >
> 
> 
> 
> --
> Kay Smoljak
> business: www.cleverstarfish.com 
> coldfusion: kay.smoljak.com 
> personal: goatlady.wordpress.com  |
> heapsbad.com 
> 
> 
> 
> 
> ---
> This e-mail is sent by Suncorp-Metway Limited ABN 66 010 831 722 or
> one of its related entities "Suncorp".
> 
> Suncorp may be contacted at Level 18, 36 Wickham Terrace, Brisbane
> or on 13 11 55  or at suncorp.com.au .
> 
> The content of this e-mail is the view of the sender or stated
> author and does not necessarily reflect the view of Suncorp. The
> content, including attachments, is a confidential communication
> between Suncorp and the intended recipient. If you are not the
> intended recipient, any use, interference with, disclosure or
> copying of this e-mail, including attachments, is unauthorised and
> expressly prohibited. If you have received this e-mail in error
> please contact the sender immediately and delete the e-mail and any
> attachments from your system.
> 
> If this e-mail constitutes a commercial message of a type that you
> no longer wish to receive please reply to this e-mail by typing
> Unsubscribe in the subject line.
> 
> 
> 
> 
> 
> 
> 
> -- 
> 
> AJ Mercer
> Web Log: http://webonix.net
> > 

-- 
Brett Payne-Rhodes
Eaglehawk Computing
t: +61 (0)8 9371-0471
m: +61 (0)414 371 047
e: [EMAIL PROTECTED]
w: http://www.yoursite.net.au


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: OT - Remove .Net Framework

2008-04-28 Thread Zac Spitzer

a little aside, but i find the sql server manager in 2005 a real dog
of a .net app and toad for
sql server is only marginally better

On Tue, Apr 29, 2008 at 12:21 PM, Brett Payne-Rhodes <[EMAIL PROTECTED]> wrote:
>
>  Not intentionally. Not unless it was included as part of the CF8 install. 
> And I hope it wasn't...
>
>  No, I think Brian is right, I did have to install the SQL Server manager 
> software a while ago and I'd bet it was part of that.
>
>  Thanks,
>
>  Brett
>  B)
>
>
>
>  AJ Mercer wrote:
>  > Did you install it for CF8?
>  >
>  > On Tue, Apr 29, 2008 at 10:09 AM, KNOTT, Brian
>
> > <[EMAIL PROTECTED] > wrote:
>  >
>  >
>  > I think SQL Sever and tools use the .net framework
>  >
>  > Thanks
>  >
>  > Brian Knott
>  >
>  > -Original Message-
>  > From: cfaussie@googlegroups.com 
>
> > [mailto:cfaussie@googlegroups.com
>  > ] On Behalf Of Kay Smoljak
>  > Sent: Tuesday, 29 April 2008 12:08 PM
>
> > To: cfaussie@googlegroups.com 
>  > Subject: [cfaussie] Re: OT - Remove .Net Framework
>  >
>  >
>  > You probably installed something that installed it. I guess you'll
>  > know if you remove it and something else stops working :)
>  >
>  > On Tue, Apr 29, 2008 at 9:56 AM, Brett Payne-Rhodes
>
> > <[EMAIL PROTECTED] > wrote:
>  >  >
>  >  >  Somewhere, somehow I wound up with this .Net framework service
>  > installed on my dev machine. I don't remember installing it and I'm
>  > not even sure why it is there. Now the Win update systems want to
>  > update it in preparation for Version 3. ???
>  >  >
>  >  >  I don't do any .Net development so unless this is something that
>  > is needed by IE I'd like to remove it. Does anyone know if I *can*
>  > just remove it?
>  >  >
>  >  >  Cheers,
>  >  >
>  >  >  Brett
>  >  >  B)
>  >  >
>  >  >
>  >  >  --
>  >  >  Brett Payne-Rhodes
>  >  >  Eaglehawk Computing
>  >  >  t: +61 (0)8 9371-0471
>  >  >  m: +61 (0)414 371 047
>  >  >  e: [EMAIL PROTECTED] 
>
> >  >  w: http://www.yoursite.net.au
>  >  >
>  >  >
>  >  >  >
>  >  >
>  >
>  >
>  >
>  > --
>  > Kay Smoljak
>  > business: www.cleverstarfish.com 
>  > coldfusion: kay.smoljak.com 
>  > personal: goatlady.wordpress.com  |
>  > heapsbad.com 
>
> >
>  >
>  >
>  > 
> ---
>  > This e-mail is sent by Suncorp-Metway Limited ABN 66 010 831 722 or
>  > one of its related entities "Suncorp".
>  >
>  > Suncorp may be contacted at Level 18, 36 Wickham Terrace, Brisbane
>  > or on 13 11 55  or at suncorp.com.au .
>
> >
>  > The content of this e-mail is the view of the sender or stated
>  > author and does not necessarily reflect the view of Suncorp. The
>  > content, including attachments, is a confidential communication
>  > between Suncorp and the intended recipient. If you are not the
>  > intended recipient, any use, interference with, disclosure or
>  > copying of this e-mail, including attachments, is unauthorised and
>  > expressly prohibited. If you have received this e-mail in error
>  > please contact the sender immediately and delete the e-mail and any
>  > attachments from your system.
>  >
>  > If this e-mail constitutes a commercial message of a type that you
>  > no longer wish to receive please reply to this e-mail by typing
>  > Unsubscribe in the subject line.
>  >
>  >
>  >
>  >
>  >
>  >
>  >
>  > --
>  >
>  > AJ Mercer
>  > Web Log: http://webonix.net
>  > >
>
>  --
>
> Brett Payne-Rhodes
>  Eaglehawk Computing
>  t: +61 (0)8 9371-0471
>  m: +61 (0)414 371 047
>  e: [EMAIL PROTECTED]
>  w: http://www.yoursite.net.au
>
>
>
>
> >
>



-- 
Zac Spitzer -
http://zacster.blogspot.com (My Blog)
+61 405 847 168

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: OT - Remove .Net Framework

2008-04-28 Thread AJ Mercer
with CF8, if you want to install the .Net integration stuff, you have to
have the framework installed first - CF8 DOES NOT install it for you.


On Tue, Apr 29, 2008 at 10:21 AM, Brett Payne-Rhodes <[EMAIL PROTECTED]>
wrote:

>
> Not intentionally. Not unless it was included as part of the CF8 install.
> And I hope it wasn't...
>
> No, I think Brian is right, I did have to install the SQL Server manager
> software a while ago and I'd bet it was part of that.
>
> Thanks,
>
> Brett
> B)
>
>
> AJ Mercer wrote:
> > Did you install it for CF8?
> >
> > On Tue, Apr 29, 2008 at 10:09 AM, KNOTT, Brian
> > <[EMAIL PROTECTED] > wrote:
> >
> >
> > I think SQL Sever and tools use the .net framework
> >
> > Thanks
> >
> > Brian Knott
> >
> > -Original Message-
> > From: cfaussie@googlegroups.com 
> > [mailto:cfaussie@googlegroups.com
> > ] On Behalf Of Kay Smoljak
> > Sent: Tuesday, 29 April 2008 12:08 PM
> > To: cfaussie@googlegroups.com 
> > Subject: [cfaussie] Re: OT - Remove .Net Framework
> >
> >
> > You probably installed something that installed it. I guess you'll
> > know if you remove it and something else stops working :)
> >
> > On Tue, Apr 29, 2008 at 9:56 AM, Brett Payne-Rhodes
> > <[EMAIL PROTECTED] > wrote:
> >  >
> >  >  Somewhere, somehow I wound up with this .Net framework service
> > installed on my dev machine. I don't remember installing it and I'm
> > not even sure why it is there. Now the Win update systems want to
> > update it in preparation for Version 3. ???
> >  >
> >  >  I don't do any .Net development so unless this is something that
> > is needed by IE I'd like to remove it. Does anyone know if I *can*
> > just remove it?
> >  >
> >  >  Cheers,
> >  >
> >  >  Brett
> >  >  B)
> >  >
> >  >
> >  >  --
> >  >  Brett Payne-Rhodes
> >  >  Eaglehawk Computing
> >  >  t: +61 (0)8 9371-0471
> >  >  m: +61 (0)414 371 047
> >  >  e: [EMAIL PROTECTED] 
> >  >  w: http://www.yoursite.net.au
> >  >
> >  >
> >  >  >
> >  >
> >
> >
> >
> > --
> > Kay Smoljak
> > business: www.cleverstarfish.com 
> > coldfusion: kay.smoljak.com 
> > personal: goatlady.wordpress.com  |
> > heapsbad.com 
> >
> >
> >
> >
> ---
> > This e-mail is sent by Suncorp-Metway Limited ABN 66 010 831 722 or
> > one of its related entities "Suncorp".
> >
> > Suncorp may be contacted at Level 18, 36 Wickham Terrace, Brisbane
> > or on 13 11 55  or at suncorp.com.au .
> >
> > The content of this e-mail is the view of the sender or stated
> > author and does not necessarily reflect the view of Suncorp. The
> > content, including attachments, is a confidential communication
> > between Suncorp and the intended recipient. If you are not the
> > intended recipient, any use, interference with, disclosure or
> > copying of this e-mail, including attachments, is unauthorised and
> > expressly prohibited. If you have received this e-mail in error
> > please contact the sender immediately and delete the e-mail and any
> > attachments from your system.
> >
> > If this e-mail constitutes a commercial message of a type that you
> > no longer wish to receive please reply to this e-mail by typing
> > Unsubscribe in the subject line.
> >
> >
> >
> >
> >
> >
> >
> > --
> >
> > AJ Mercer
> > Web Log: http://webonix.net
> > >
>
> --
> Brett Payne-Rhodes
> Eaglehawk Computing
> t: +61 (0)8 9371-0471
> m: +61 (0)414 371 047
> e: [EMAIL PROTECTED]
> w: http://www.yoursite.net.au
>
>
> >
>


-- 

AJ Mercer
Web Log: http://webonix.net

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: wierd caching problem

2008-04-28 Thread Joel Cass

If you are uploading using FTP, check that the timestamps are being
updated.

CF uses the timestamp of each file to determine whether it should be
recompiled at runtime.

I think that's your needle right there.

On Mon, 2008-04-28 at 17:46 -0700, barry.b wrote:
> thanx for the replies, guys. At least it helps lift some fog...
> 
> so far 
> 
> it happens on both CF8 and CF7 (I'm using 7)
> it happens occasionally
> it happens for no specific reason.
> 
> oh goodie. needle in a hay stack time.
> 
> 
> I'm surviving by clearing the template cache for now (but heaven help
> anyone else working on the same box).
> 
> 
> It can't be an IIS caching issue, can it? While it throws the old
> error message, the new code is what's displayed - which implies that
> CF is controlling this all...
> 
> I really dislike working on shared dev boxes ... it's just asking for
> trouble...
> 
> 
> > 
> 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: wierd caching problem

2008-04-28 Thread barry.b



On Apr 29, 12:29 pm, Joel Cass <[EMAIL PROTECTED]> wrote:
> If you are uploading using FTP, check that the timestamps are being
> updated.

thanx Joel but it's local/network

> I think that's your needle right there.

you may be close. I'm starting to think Dreamewaver 8 may be the
culprit. I've got it set up as a site with local versions updating the
testing (shared Dev) server on save (although I'm not hitting F12 to
run it, rather refreshing the browser pointing to the dev server and
I'm not explicitly using RDS).

the annoying thing is I can see the corrected code in the stack trace
- along with the error message which doesn't belong.

and if DreamWeaver is the cause, then the question now is how it
affects CF if the fix is to clear my template cache.

I'll check the timestamps as well as go back to CFEclipse once I
finish with the layout - see if either are part of the problem.

thanx again
b




--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: OT - Remove .Net Framework

2008-04-28 Thread Andrew Scott

No that is not installed by Coldfusion 8. However it is used by the likes of
SQL Server 2005, and a few other Microsoft products.

Assimilation is futile Brett:-)


Andrew Scott
Senior Coldfusion Developer
Aegeon Pty. Ltd.
www.aegeon.com.au
Phone: +613  9015 8628
Mobile: 0404 998 273



-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Brett Payne-Rhodes
Sent: Tuesday, 29 April 2008 12:22 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: OT - Remove .Net Framework


Not intentionally. Not unless it was included as part of the CF8 install.
And I hope it wasn't...

No, I think Brian is right, I did have to install the SQL Server manager
software a while ago and I'd bet it was part of that.

Thanks,

Brett
B)


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: wierd caching problem

2008-04-28 Thread Andrew Scott

Knew there was another reason I hated Dreamweaver:-)

But in this case I doubt it is, I can't vouch for everyone. But I have been
bitten with that a few times, the time stamp didn't seem to work. Coldfusion
just decided that there wasn't a change to the source, and went on with
using the compiled class.

Never looked into the reason why though, it was easy to just delete that
cache and files. But it's a bugger to be caught out with though.


Andrew Scott
Senior Coldfusion Developer
Aegeon Pty. Ltd.
www.aegeon.com.au
Phone: +613  9015 8628
Mobile: 0404 998 273




-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of barry.b
Sent: Tuesday, 29 April 2008 12:41 PM
To: cfaussie
Subject: [cfaussie] Re: wierd caching problem




On Apr 29, 12:29 pm, Joel Cass <[EMAIL PROTECTED]> wrote:
> If you are uploading using FTP, check that the timestamps are being
> updated.

thanx Joel but it's local/network

> I think that's your needle right there.

you may be close. I'm starting to think Dreamewaver 8 may be the
culprit. I've got it set up as a site with local versions updating the
testing (shared Dev) server on save (although I'm not hitting F12 to
run it, rather refreshing the browser pointing to the dev server and
I'm not explicitly using RDS).

the annoying thing is I can see the corrected code in the stack trace
- along with the error message which doesn't belong.

and if DreamWeaver is the cause, then the question now is how it
affects CF if the fix is to clear my template cache.

I'll check the timestamps as well as go back to CFEclipse once I
finish with the layout - see if either are part of the problem.

thanx again
b






--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---