Re: RE: [ACFUG Discuss] cf 7 bug?

2006-10-17 Thread Steven Ross
adminObj = createObject("component","cfide.adminapi.administrator"); adminObj.login(cfide_password); //cfide_password is set in cfide.cfm // Instantiate the runtime object. myObj = createObject("component","cfide.adminapi.runtime"); // clear cache myObj.clearTrustedCache(); On 10/17/06, Ch

RE: RE: [ACFUG Discuss] cf 7 bug?

2006-10-17 Thread Charlie Arehart
AIL PROTECTED] On Behalf Of Steven Ross Sent: Tuesday, October 17, 2006 12:50 PM To: discussion@acfug.org Subject: Re: RE: [ACFUG Discuss] cf 7 bug? adminObj = createObject("component","cfide.adminapi.administrator"); adminObj.login(cfide_password); //cfide_password is

Re: Re: RE: [ACFUG Discuss] cf 7 bug?

2006-10-17 Thread Steven Ross
please don't respond to the obvious security concerns in the code below... im aware! On 10/17/06, Steven Ross <[EMAIL PROTECTED]> wrote: adminObj = createObject("component","cfide.adminapi.administrator"); adminObj.login(cfide_password); //cfide_password is set in cfide.cfm // Instantiate th

Re: RE: RE: [ACFUG Discuss] cf 7 bug?

2006-10-17 Thread Steven Ross
even Ross Sent: Tuesday, October 17, 2006 12:50 PM To: discussion@acfug.org Subject: Re: RE: [ACFUG Discuss] cf 7 bug? adminObj = createObject("component","cfide.adminapi.administrator"); adminObj.login(cfide_password); //cfide_password is set in cfide.cfm // Instantiate the runt

RE: RE: RE: [ACFUG Discuss] cf 7 bug?

2006-10-17 Thread Charlie Arehart
> was then, in like 6.0. Things may be different now.) > > There are a few ideas to chew on. > > /charlie > http://www.carehart.org/blog/ > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steven > Ross > Sent:

Re: RE: RE: RE: [ACFUG Discuss] cf 7 bug?

2006-10-17 Thread Steven Ross
control and roll back to an earlier version on your dev/staging server.) Hope that's all helpful. /charlie http://www.carehart.org/blog/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steven Ross Sent: Tuesday, October 17, 2006 1:50 PM To: discuss

RE: RE: RE: RE: [ACFUG Discuss] cf 7 bug?

2006-10-17 Thread Charlie Arehart
to:[EMAIL PROTECTED] On Behalf Of Steven Ross Sent: Tuesday, October 17, 2006 4:23 PM To: discussion@acfug.org Subject: Re: RE: RE: RE: [ACFUG Discuss] cf 7 bug? Ok I gotcha, thanks Charlie. I'm not sure why this is happening to them. I can ask about a SVN issue but, I don't think that is wha

Re: RE: RE: RE: RE: [ACFUG Discuss] cf 7 bug?

2006-10-17 Thread Steven Ross
n Behalf Of Steven Ross Sent: Tuesday, October 17, 2006 4:23 PM To: discussion@acfug.org Subject: Re: RE: RE: RE: [ACFUG Discuss] cf 7 bug? Ok I gotcha, thanks Charlie. I'm not sure why this is happening to them. I can ask about a SVN issue but, I don't think that is what is going on. My orig