RE: [ACFUG Discuss] FckEditor Image Browse

2011-04-28 Thread Szwedo . Ed
That's a very good point.

I just checked and found out that the version of FCKEditor that comes
with CF 9.0.1 did indeed change the name of the fileUpload function to
FCKeditorFileUpload.

But we were still pointing to an old version whose function is named
fileUpload.

Also, we have several copies of FCKEditor. Many apps use their own copy.
I believe we did this so as to segregate files (images in our case)
uploaded by an app to that app.

We didn't want app A to be able to see app B's images.  Plus, the image
list is uncluttered and specific to one app this way.

We'll be re-examining how we do things moving forward.

ed

__
Ed Szwedo
Web Development Team Lead
ECS Team - ITS-EPA II Contractor

109 TW Alexander Drive, Building NCC, Mail Drop N176-05, Research
Triangle Park, NC 27711
Information Technology Infrastructure Solutions | Office: (919)541-3955
| Fax: (919)541-3641 | szwedo...@epa.gov | www.ecs-federal.com



From:   Charlie Arehart char...@carehart.org
To: discussion@acfug.org
Date:   04/27/2011 09:54 PM
Subject:RE: [ACFUG Discuss] FckEditor Image Browse
Sent by:ad...@acfug.org



Yes, thanks for sharing, Ed. But the question would seem: why was it in
conflict? And do you recall perhaps if this directory was one changed by
a
hotfix?

Either way, it may be useful to report this to Adobe, if it's something
that
now two of you have hit. Or do you (or someone else) have a blog where
you
might report it, to help others who may think to search for things in
the
future? If not, let me know and I can do it (crediting you, of course).

/charlie


 -Original Message-
 From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of
 szwedo...@epamail.epa.gov
 Sent: Wednesday, April 27, 2011 2:18 PM
 To: discussion@acfug.org
 Subject: RE: [ACFUG Discuss] FckEditor Image Browse

 I fixed it.

 Used the CF function getFunctionList( ) to list all the functions on
 the
 server.  Cross checked the functions in
 FCKEditor/editor/filemanager/connectors/cfm/cf_commands.cfm against
 this
 list.

 Found one conflicting name:  fileUpload

 Changed the name in the following files from fileUpload to
 fileUploadFck

 FCKEditor/editor/filemanager/browser/default/frmupload.html

 FCKEditor/editor/filemanager/connectors/test.html

 FCKEditor/editor/filemanager/connectors/cfm/cf_commands.cfm

 FCKEditor/editor/filemanager/connectors/cfm/cf_connector.cfm

 FCKEditor/editor/filemanager/connectors/cfm/cf_io.cfm

 FCKEditor/editor/filemanager/connectors/cfm/cf_upload.cfm

 FCKEditor/editor/filemanager/connectors/cfm/config.cfm


 Thanks again to everyone for their help.

 ed




-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-







-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





RE: [ACFUG Discuss] FckEditor Image Browse

2011-04-28 Thread Troy Jones
One other thing about CKEditor over FckEditor is that the image upload 
functions are a very slick AJAX package with in-line resizing and all kinds of 
other goodies. The application is called CKFinder and is configurable with 
either FckEditor or CKEditor but I believe it is a part of CKEditor by default.

Anyways, just throwing that out there. 

Troy Jones


___

Troy Jones  |  Director of Technical Services  |  Dynapp Inc  |  
1-800-830-5192  ext. 603  |  dynapp.com  |  facebook.com/dynapp


-Original Message-
From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of 
szwedo...@epamail.epa.gov
Sent: Thursday, April 28, 2011 9:17 AM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] FckEditor Image Browse

That's a very good point.

I just checked and found out that the version of FCKEditor that comes
with CF 9.0.1 did indeed change the name of the fileUpload function to
FCKeditorFileUpload.

But we were still pointing to an old version whose function is named
fileUpload.

Also, we have several copies of FCKEditor. Many apps use their own copy.
I believe we did this so as to segregate files (images in our case)
uploaded by an app to that app.

We didn't want app A to be able to see app B's images.  Plus, the image
list is uncluttered and specific to one app this way.

We'll be re-examining how we do things moving forward.

ed

__
Ed Szwedo
Web Development Team Lead
ECS Team - ITS-EPA II Contractor

109 TW Alexander Drive, Building NCC, Mail Drop N176-05, Research
Triangle Park, NC 27711
Information Technology Infrastructure Solutions | Office: (919)541-3955
| Fax: (919)541-3641 | szwedo...@epa.gov | www.ecs-federal.com



From:   Charlie Arehart char...@carehart.org
To: discussion@acfug.org
Date:   04/27/2011 09:54 PM
Subject:RE: [ACFUG Discuss] FckEditor Image Browse
Sent by:ad...@acfug.org



Yes, thanks for sharing, Ed. But the question would seem: why was it in
conflict? And do you recall perhaps if this directory was one changed by
a
hotfix?

Either way, it may be useful to report this to Adobe, if it's something
that
now two of you have hit. Or do you (or someone else) have a blog where
you
might report it, to help others who may think to search for things in
the
future? If not, let me know and I can do it (crediting you, of course).

/charlie


 -Original Message-
 From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of
 szwedo...@epamail.epa.gov
 Sent: Wednesday, April 27, 2011 2:18 PM
 To: discussion@acfug.org
 Subject: RE: [ACFUG Discuss] FckEditor Image Browse

 I fixed it.

 Used the CF function getFunctionList( ) to list all the functions on
 the
 server.  Cross checked the functions in
 FCKEditor/editor/filemanager/connectors/cfm/cf_commands.cfm against
 this
 list.

 Found one conflicting name:  fileUpload

 Changed the name in the following files from fileUpload to
 fileUploadFck

 FCKEditor/editor/filemanager/browser/default/frmupload.html

 FCKEditor/editor/filemanager/connectors/test.html

 FCKEditor/editor/filemanager/connectors/cfm/cf_commands.cfm

 FCKEditor/editor/filemanager/connectors/cfm/cf_connector.cfm

 FCKEditor/editor/filemanager/connectors/cfm/cf_io.cfm

 FCKEditor/editor/filemanager/connectors/cfm/cf_upload.cfm

 FCKEditor/editor/filemanager/connectors/cfm/config.cfm


 Thanks again to everyone for their help.

 ed




-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-







-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-




-
No virus found in this message.
Checked by AVG - www.avg.com
Version: 10.0.1325 / Virus Database: 1500/3602 - Release Date: 04/28/11


-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





RE: [ACFUG Discuss] FckEditor Image Browse

2011-04-28 Thread Szwedo . Ed
Thanks for the info.

ed

__
Ed Szwedo
Web Development Team Lead
ECS Team - ITS-EPA II Contractor

109 TW Alexander Drive, Building NCC, Mail Drop N176-05, Research
Triangle Park, NC 27711
Information Technology Infrastructure Solutions | Office: (919)541-3955
| Fax: (919)541-3641 | szwedo...@epa.gov | www.ecs-federal.com



From:   Troy Jones t...@dynapp.com
To: discussion@acfug.org discussion@acfug.org
Date:   04/28/2011 09:21 AM
Subject:RE: [ACFUG Discuss] FckEditor Image Browse
Sent by:ad...@acfug.org



One other thing about CKEditor over FckEditor is that the image upload
functions are a very slick AJAX package with in-line resizing and all
kinds of other goodies. The application is called CKFinder and is
configurable with either FckEditor or CKEditor but I believe it is a
part of CKEditor by default.

Anyways, just throwing that out there.

Troy Jones


___


Troy Jones  |  Director of Technical Services  |  Dynapp Inc  |
1-800-830-5192  ext. 603  |  dynapp.com  |  facebook.com/dynapp


-Original Message-
From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of
szwedo...@epamail.epa.gov
Sent: Thursday, April 28, 2011 9:17 AM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] FckEditor Image Browse

That's a very good point.

I just checked and found out that the version of FCKEditor that comes
with CF 9.0.1 did indeed change the name of the fileUpload function to
FCKeditorFileUpload.

But we were still pointing to an old version whose function is named
fileUpload.

Also, we have several copies of FCKEditor. Many apps use their own copy.
I believe we did this so as to segregate files (images in our case)
uploaded by an app to that app.

We didn't want app A to be able to see app B's images.  Plus, the image
list is uncluttered and specific to one app this way.

We'll be re-examining how we do things moving forward.

ed

__
Ed Szwedo
Web Development Team Lead
ECS Team - ITS-EPA II Contractor

109 TW Alexander Drive, Building NCC, Mail Drop N176-05, Research
Triangle Park, NC 27711
Information Technology Infrastructure Solutions | Office: (919)541-3955
| Fax: (919)541-3641 | szwedo...@epa.gov | www.ecs-federal.com



From:Charlie Arehart char...@carehart.org
To:  discussion@acfug.org
Date:04/27/2011 09:54 PM
Subject: RE: [ACFUG Discuss] FckEditor Image Browse
Sent by: ad...@acfug.org



Yes, thanks for sharing, Ed. But the question would seem: why was it in
conflict? And do you recall perhaps if this directory was one changed by
a
hotfix?

Either way, it may be useful to report this to Adobe, if it's something
that
now two of you have hit. Or do you (or someone else) have a blog where
you
might report it, to help others who may think to search for things in
the
future? If not, let me know and I can do it (crediting you, of course).

/charlie


 -Original Message-
 From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of
 szwedo...@epamail.epa.gov
 Sent: Wednesday, April 27, 2011 2:18 PM
 To: discussion@acfug.org
 Subject: RE: [ACFUG Discuss] FckEditor Image Browse

 I fixed it.

 Used the CF function getFunctionList( ) to list all the functions on
 the
 server.  Cross checked the functions in
 FCKEditor/editor/filemanager/connectors/cfm/cf_commands.cfm against
 this
 list.

 Found one conflicting name:  fileUpload

 Changed the name in the following files from fileUpload to
 fileUploadFck

 FCKEditor/editor/filemanager/browser/default/frmupload.html

 FCKEditor/editor/filemanager/connectors/test.html

 FCKEditor/editor/filemanager/connectors/cfm/cf_commands.cfm

 FCKEditor/editor/filemanager/connectors/cfm/cf_connector.cfm

 FCKEditor/editor/filemanager/connectors/cfm/cf_io.cfm

 FCKEditor/editor/filemanager/connectors/cfm/cf_upload.cfm

 FCKEditor/editor/filemanager/connectors/cfm/config.cfm


 Thanks again to everyone for their help.

 ed




-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-







-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-




-
No virus found in this message.
Checked by AVG - www.avg.com
Version

RE: [ACFUG Discuss] FckEditor Image Browse

2011-04-27 Thread Brooks . Wilson
Ed:

One word of warning about FCKEditor - be sure you secure the file upload 
feature. Otherwise a hacker can wind up owning your box.

Sincerely, Brooks



From:   szwedo...@epamail.epa.gov
To: discussion@acfug.org
Date:   04/26/2011 01:51 PM
Subject:RE: [ACFUG Discuss] FckEditor Image Browse
Sent by:ad...@acfug.org



Thanks again Charlie. I will check with the sys admins.

BTW, in case I haven't mentioned it, CF9 solved our slow server
problems.

I'll keep you posted on this problem's resolution.

ed

__
Ed Szwedo
Web Development Team Lead
ECS Team - ITS-EPA II Contractor

109 TW Alexander Drive, Building NCC, Mail Drop N176-05, Research
Triangle Park, NC 27711
Information Technology Infrastructure Solutions | Office: (919)541-3955
| Fax: (919)541-3641 | szwedo...@epa.gov | www.ecs-federal.com



From:Charlie Arehart char...@carehart.org
To:  discussion@acfug.org
Date:04/26/2011 01:17 PM
Subject: RE: [ACFUG Discuss] FckEditor Image Browse
Sent by: ad...@acfug.org



Ed, I'll just note that another possible explanation could be
misapplication
of hotfixes. Do you recall if you did any (individual, cumulative, or
security) since the 9.0.1 update? It's very easy to make mistakes with
the
newer hotfixes, since they involve extracting parts of zips into new
locations (compared to past hotfixes which just involved uploading a jar
to
the updates directory). I've seen more than a few instances where the
extracted files either ended up in the wrong directory, or unexpectedly
in a
subdirectory of where they were intended to be put, and so on.

Since you say the problem happens only on a patched CF server, it
certainly
raises that specter. Hope that's helpful.

/charlie

PS If you would have any challenges trying to sort out what was done and
whether there are any such mistakes, I can help, per my role as an
independent CF troubleshooting consultant. More at
www.carehart.org/consulting/. But I happily offer the info above to
point
you in the right direction if you prefer to try on your own. :-)


 -Original Message-
 From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of
 szwedo...@epamail.epa.gov
 Sent: Tuesday, April 26, 2011 10:53 AM
 To: discussion@acfug.org
 Subject: RE: [ACFUG Discuss] FckEditor Image Browse

 Thanks

 __
 Ed Szwedo
 Web Development Team Lead
 ECS Team - ITS-EPA II Contractor

 109 TW Alexander Drive, Building NCC, Mail Drop N176-05, Research
 Triangle Park, NC 27711
 Information Technology Infrastructure Solutions | Office:
(919)541-3955
 | Fax: (919)541-3641 | szwedo...@epa.gov | www.ecs-federal.com



 From:   Troy Jones t...@dynapp.com
 To: discussion@acfug.org 
discussion@acfug.org
 Date:   04/26/2011 10:43 AM
 Subject:RE: [ACFUG Discuss] FckEditor 
Image Browse
 Sent by:ad...@acfug.org



 Upgraded to CKEditor

 Troy Jones



___
 


 Troy Jones  |  Director of Technical Services  |  Dynapp Inc  |
 1-800-830-5192  ext. 603  |  dynapp.com  |  facebook.com/dynapp


 -Original Message-
 From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of
 szwedo...@epamail.epa.gov
 Sent: Tuesday, April 26, 2011 10:20 AM
 To: discussion@acfug.org
 Subject: RE: [ACFUG Discuss] FckEditor Image Browse

  It's a function call that has changed in CF9 from CF8

 Thanks Troy.  I figured as much.

  I believe you'll find your issue with FckEditor.

 I'm checking now.

 Do you remember how you resolved the problem in your case?

 Are you still using FckEditor or did you upgrade to CKEditor?

 ed

 __
 Ed Szwedo
 Web Development Team Lead
 ECS Team - ITS-EPA II Contractor

 109 TW Alexander Drive, Building NCC, Mail Drop N176-05, Research
 Triangle Park, NC 27711
 Information Technology Infrastructure Solutions | Office:
(919)541-3955
 | Fax: (919)541-3641 | szwedo...@epa.gov | www.ecs-federal.com



 From:Troy 
Jones t...@dynapp.com
 To: discussion@acfug.org discussion@acfug.org
 Date: 04/25/2011 06:09 PM
 Subject: RE: [ACFUG Discuss] FckEditor Image
Browse
 Sent by: ad...@acfug.org



 Yes, I've had a similar problem.

 It's a function call that has changed in CF9 from CF8 (can't remember
 the name of the function but it is native to CF9 where it was not to
 CF8) and I want to say it's specific to the image upload feature(s).
 This is what caused the conflict in my case.

 I believe you'll find your issue with FckEditor.

 Troy Jones

RE: [ACFUG Discuss] FckEditor Image Browse

2011-04-27 Thread Szwedo . Ed
Noted.  Thanks.

__
Ed Szwedo
Web Development Team Lead
ECS Team - ITS-EPA II Contractor

109 TW Alexander Drive, Building NCC, Mail Drop N176-05, Research
Triangle Park, NC 27711
Information Technology Infrastructure Solutions | Office: (919)541-3955
| Fax: (919)541-3641 | szwedo...@epa.gov | www.ecs-federal.com



From:   brooks.wil...@atl.frb.org
To: discussion@acfug.org
Date:   04/27/2011 08:20 AM
Subject:RE: [ACFUG Discuss] FckEditor Image Browse
Sent by:ad...@acfug.org



Ed:

One word of warning about FCKEditor - be sure you secure the file upload
feature. Otherwise a hacker can wind up owning your box.

Sincerely, Brooks



From:szwedo...@epamail.epa.gov
To:discussion@acfug.org
Date:04/26/2011 01:51 PM
Subject:RE: [ACFUG Discuss] FckEditor Image Browse
Sent by:ad...@acfug.org



Thanks again Charlie. I will check with the sys admins.

BTW, in case I haven't mentioned it, CF9 solved our slow server
problems.

I'll keep you posted on this problem's resolution.

ed

__
Ed Szwedo
Web Development Team Lead
ECS Team - ITS-EPA II Contractor

109 TW Alexander Drive, Building NCC, Mail Drop N176-05, Research
Triangle Park, NC 27711
Information Technology Infrastructure Solutions | Office: (919)541-3955
| Fax: (919)541-3641 | szwedo...@epa.gov | www.ecs-federal.com



From: Charlie Arehart char...@carehart.org
To: discussion@acfug.org
Date: 04/26/2011 01:17 PM
Subject: RE: [ACFUG Discuss] FckEditor Image Browse
Sent by: ad...@acfug.org



Ed, I'll just note that another possible explanation could be
misapplication
of hotfixes. Do you recall if you did any (individual, cumulative, or
security) since the 9.0.1 update? It's very easy to make mistakes with
the
newer hotfixes, since they involve extracting parts of zips into new
locations (compared to past hotfixes which just involved uploading a jar
to
the updates directory). I've seen more than a few instances where the
extracted files either ended up in the wrong directory, or unexpectedly
in a
subdirectory of where they were intended to be put, and so on.

Since you say the problem happens only on a patched CF server, it
certainly
raises that specter. Hope that's helpful.

/charlie

PS If you would have any challenges trying to sort out what was done and
whether there are any such mistakes, I can help, per my role as an
independent CF troubleshooting consultant. More at
www.carehart.org/consulting/. But I happily offer the info above to
point
you in the right direction if you prefer to try on your own. :-)


 -Original Message-
 From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of
 szwedo...@epamail.epa.gov
 Sent: Tuesday, April 26, 2011 10:53 AM
 To: discussion@acfug.org
 Subject: RE: [ACFUG Discuss] FckEditor Image Browse

 Thanks

 __
 Ed Szwedo
 Web Development Team Lead
 ECS Team - ITS-EPA II Contractor

 109 TW Alexander Drive, Building NCC, Mail Drop N176-05, Research
 Triangle Park, NC 27711
 Information Technology Infrastructure Solutions | Office:
(919)541-3955
 | Fax: (919)541-3641 | szwedo...@epa.gov | www.ecs-federal.com



 From:   Troy Jones t...@dynapp.com
 To:   discussion@acfug.org
discussion@acfug.org
 Date:   04/26/2011 10:43 AM
 Subject:   RE: [ACFUG Discuss]
FckEditor Image Browse
 Sent by:   ad...@acfug.org



 Upgraded to CKEditor

 Troy Jones



___
 


 Troy Jones  |  Director of Technical Services  |  Dynapp Inc  |
 1-800-830-5192  ext. 603  |  dynapp.com  |  facebook.com/dynapp


 -Original Message-
 From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of
 szwedo...@epamail.epa.gov
 Sent: Tuesday, April 26, 2011 10:20 AM
 To: discussion@acfug.org
 Subject: RE: [ACFUG Discuss] FckEditor Image Browse

  It's a function call that has changed in CF9 from CF8

 Thanks Troy.  I figured as much.

  I believe you'll find your issue with FckEditor.

 I'm checking now.

 Do you remember how you resolved the problem in your case?

 Are you still using FckEditor or did you upgrade to CKEditor?

 ed

 __
 Ed Szwedo
 Web Development Team Lead
 ECS Team - ITS-EPA II Contractor

 109 TW Alexander Drive, Building NCC, Mail Drop N176-05, Research
 Triangle Park, NC 27711
 Information Technology Infrastructure Solutions | Office:
(919)541-3955
 | Fax: (919)541-3641 | szwedo...@epa.gov | www.ecs-federal.com



 From:
Troy Jones t...@dynapp.com
 To:
discussion@acfug.org

RE: [ACFUG Discuss] FckEditor Image Browse

2011-04-27 Thread Szwedo . Ed
I fixed it.

Used the CF function getFunctionList( ) to list all the functions on the
server.  Cross checked the functions in
FCKEditor/editor/filemanager/connectors/cfm/cf_commands.cfm against this
list.

Found one conflicting name:  fileUpload

Changed the name in the following files from fileUpload to fileUploadFck

FCKEditor/editor/filemanager/browser/default/frmupload.html

FCKEditor/editor/filemanager/connectors/test.html

FCKEditor/editor/filemanager/connectors/cfm/cf_commands.cfm

FCKEditor/editor/filemanager/connectors/cfm/cf_connector.cfm

FCKEditor/editor/filemanager/connectors/cfm/cf_io.cfm

FCKEditor/editor/filemanager/connectors/cfm/cf_upload.cfm

FCKEditor/editor/filemanager/connectors/cfm/config.cfm


Thanks again to everyone for their help.

ed
__
Ed Szwedo
Web Development Team Lead
ECS Team - ITS-EPA II Contractor

109 TW Alexander Drive, Building NCC, Mail Drop N176-05, Research
Triangle Park, NC 27711
Information Technology Infrastructure Solutions | Office: (919)541-3955
| Fax: (919)541-3641 | szwedo...@epa.gov | www.ecs-federal.com



From:   Charlie Arehart char...@carehart.org
To: discussion@acfug.org
Date:   04/26/2011 01:17 PM
Subject:RE: [ACFUG Discuss] FckEditor Image Browse
Sent by:ad...@acfug.org



Ed, I'll just note that another possible explanation could be
misapplication
of hotfixes. Do you recall if you did any (individual, cumulative, or
security) since the 9.0.1 update? It's very easy to make mistakes with
the
newer hotfixes, since they involve extracting parts of zips into new
locations (compared to past hotfixes which just involved uploading a jar
to
the updates directory). I've seen more than a few instances where the
extracted files either ended up in the wrong directory, or unexpectedly
in a
subdirectory of where they were intended to be put, and so on.

Since you say the problem happens only on a patched CF server, it
certainly
raises that specter. Hope that's helpful.

/charlie

PS If you would have any challenges trying to sort out what was done and
whether there are any such mistakes, I can help, per my role as an
independent CF troubleshooting consultant. More at
www.carehart.org/consulting/. But I happily offer the info above to
point
you in the right direction if you prefer to try on your own. :-)


 -Original Message-
 From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of
 szwedo...@epamail.epa.gov
 Sent: Tuesday, April 26, 2011 10:53 AM
 To: discussion@acfug.org
 Subject: RE: [ACFUG Discuss] FckEditor Image Browse

 Thanks

 __
 Ed Szwedo
 Web Development Team Lead
 ECS Team - ITS-EPA II Contractor

 109 TW Alexander Drive, Building NCC, Mail Drop N176-05, Research
 Triangle Park, NC 27711
 Information Technology Infrastructure Solutions | Office:
(919)541-3955
 | Fax: (919)541-3641 | szwedo...@epa.gov | www.ecs-federal.com



 From:  Troy Jones t...@dynapp.com
 To:discussion@acfug.org discussion@acfug.org
 Date:  04/26/2011 10:43 AM
 Subject:   RE: [ACFUG Discuss] FckEditor Image Browse
 Sent by:   ad...@acfug.org



 Upgraded to CKEditor

 Troy Jones



___
 


 Troy Jones  |  Director of Technical Services  |  Dynapp Inc  |
 1-800-830-5192  ext. 603  |  dynapp.com  |  facebook.com/dynapp


 -Original Message-
 From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of
 szwedo...@epamail.epa.gov
 Sent: Tuesday, April 26, 2011 10:20 AM
 To: discussion@acfug.org
 Subject: RE: [ACFUG Discuss] FckEditor Image Browse

  It's a function call that has changed in CF9 from CF8

 Thanks Troy.  I figured as much.

  I believe you'll find your issue with FckEditor.

 I'm checking now.

 Do you remember how you resolved the problem in your case?

 Are you still using FckEditor or did you upgrade to CKEditor?

 ed

 __
 Ed Szwedo
 Web Development Team Lead
 ECS Team - ITS-EPA II Contractor

 109 TW Alexander Drive, Building NCC, Mail Drop N176-05, Research
 Triangle Park, NC 27711
 Information Technology Infrastructure Solutions | Office:
(919)541-3955
 | Fax: (919)541-3641 | szwedo...@epa.gov | www.ecs-federal.com



 From:   Troy Jones t...@dynapp.com
 To: discussion@acfug.org discussion@acfug.org
 Date:   04/25/2011 06:09 PM
 Subject:RE: [ACFUG Discuss] FckEditor Image
Browse
 Sent by:ad...@acfug.org



 Yes, I've had a similar problem.

 It's a function call that has changed in CF9 from CF8 (can't remember
 the name of the function but it is native to CF9 where it was not to
 CF8) and I want to say it's specific to the image upload feature(s

RE: [ACFUG Discuss] FckEditor Image Browse

2011-04-27 Thread Charlie Arehart
Yes, thanks for sharing, Ed. But the question would seem: why was it in
conflict? And do you recall perhaps if this directory was one changed by a
hotfix? 

Either way, it may be useful to report this to Adobe, if it's something that
now two of you have hit. Or do you (or someone else) have a blog where you
might report it, to help others who may think to search for things in the
future? If not, let me know and I can do it (crediting you, of course).

/charlie


 -Original Message-
 From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of
 szwedo...@epamail.epa.gov
 Sent: Wednesday, April 27, 2011 2:18 PM
 To: discussion@acfug.org
 Subject: RE: [ACFUG Discuss] FckEditor Image Browse
 
 I fixed it.
 
 Used the CF function getFunctionList( ) to list all the functions on
 the
 server.  Cross checked the functions in
 FCKEditor/editor/filemanager/connectors/cfm/cf_commands.cfm against
 this
 list.
 
 Found one conflicting name:  fileUpload
 
 Changed the name in the following files from fileUpload to
 fileUploadFck
 
 FCKEditor/editor/filemanager/browser/default/frmupload.html
 
 FCKEditor/editor/filemanager/connectors/test.html
 
 FCKEditor/editor/filemanager/connectors/cfm/cf_commands.cfm
 
 FCKEditor/editor/filemanager/connectors/cfm/cf_connector.cfm
 
 FCKEditor/editor/filemanager/connectors/cfm/cf_io.cfm
 
 FCKEditor/editor/filemanager/connectors/cfm/cf_upload.cfm
 
 FCKEditor/editor/filemanager/connectors/cfm/config.cfm
 
 
 Thanks again to everyone for their help.
 
 ed 




-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





RE: [ACFUG Discuss] FckEditor Image Browse

2011-04-26 Thread Szwedo . Ed
 It's a function call that has changed in CF9 from CF8

Thanks Troy.  I figured as much.

 I believe you'll find your issue with FckEditor.

I'm checking now.

Do you remember how you resolved the problem in your case?

Are you still using FckEditor or did you upgrade to CKEditor?

ed

__
Ed Szwedo
Web Development Team Lead
ECS Team - ITS-EPA II Contractor

109 TW Alexander Drive, Building NCC, Mail Drop N176-05, Research
Triangle Park, NC 27711
Information Technology Infrastructure Solutions | Office: (919)541-3955
| Fax: (919)541-3641 | szwedo...@epa.gov | www.ecs-federal.com



From:   Troy Jones t...@dynapp.com
To: discussion@acfug.org discussion@acfug.org
Date:   04/25/2011 06:09 PM
Subject:RE: [ACFUG Discuss] FckEditor Image Browse
Sent by:ad...@acfug.org



Yes, I've had a similar problem.

It's a function call that has changed in CF9 from CF8 (can't remember
the name of the function but it is native to CF9 where it was not to
CF8) and I want to say it's specific to the image upload feature(s).
This is what caused the conflict in my case.

I believe you'll find your issue with FckEditor.

Troy Jones


___


Troy Jones  |  Director of Technical Services  |  Dynapp Inc  |
1-800-830-5192  ext. 603  |  dynapp.com  |  facebook.com/dynapp

-Original Message-
From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of
szwedo...@epamail.epa.gov
Sent: Monday, April 25, 2011 4:58 PM
To: discussion@acfug.org
Subject: [ACFUG Discuss] FckEditor Image Browse


 Insert/Edit Image is not working in FckEditor. It's broken on
Development and on the QA server.  It works on the Production server.

We re-installed CF9 on DEV and QA and applied the 9.01 patch.  Haven't
touched production yet.  Production is CF9.

DEV pops up a JS alert  where it dumps HTML code.  Pertinent parts of
the message are:

1.  One parameter to the requested URL is command=GetFoldersAndFiles

2.  The names of user-defined functions cannot be the same as built-in
ColdFusion functions.

3.  The server didn't send back a proper XML response. ...  XML request
error: OK (200)

QA pops up a different JS alert.  Pertinent parts are:

1.  One parameter to the requested URL is command=GetFoldersAndFiles

2.  The server didn't send back a proper XML response. ...  XML request
error: Access denied (403)

Anyone encounter this same problem?

Thanks,

ed

__
Ed Szwedo
Web Development Team Lead
ECS Team - ITS-EPA II Contractor

109 TW Alexander Drive, Building NCC, Mail Drop N176-05, Research
Triangle Park, NC 27711
Information Technology Infrastructure Solutions | Office: (919)541-3955
| Fax: (919)541-3641 | szwedo...@epa.gov | www.ecs-federal.com



-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-




-
No virus found in this message.
Checked by AVG - www.avg.com
Version: 10.0.1321 / Virus Database: 1500/3596 - Release Date: 04/25/11


-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-







-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





RE: [ACFUG Discuss] FckEditor Image Browse

2011-04-26 Thread Szwedo . Ed
Thanks

__
Ed Szwedo
Web Development Team Lead
ECS Team - ITS-EPA II Contractor

109 TW Alexander Drive, Building NCC, Mail Drop N176-05, Research
Triangle Park, NC 27711
Information Technology Infrastructure Solutions | Office: (919)541-3955
| Fax: (919)541-3641 | szwedo...@epa.gov | www.ecs-federal.com



From:   Troy Jones t...@dynapp.com
To: discussion@acfug.org discussion@acfug.org
Date:   04/26/2011 10:43 AM
Subject:RE: [ACFUG Discuss] FckEditor Image Browse
Sent by:ad...@acfug.org



Upgraded to CKEditor

Troy Jones


___


Troy Jones  |  Director of Technical Services  |  Dynapp Inc  |
1-800-830-5192  ext. 603  |  dynapp.com  |  facebook.com/dynapp


-Original Message-
From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of
szwedo...@epamail.epa.gov
Sent: Tuesday, April 26, 2011 10:20 AM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] FckEditor Image Browse

 It's a function call that has changed in CF9 from CF8

Thanks Troy.  I figured as much.

 I believe you'll find your issue with FckEditor.

I'm checking now.

Do you remember how you resolved the problem in your case?

Are you still using FckEditor or did you upgrade to CKEditor?

ed

__
Ed Szwedo
Web Development Team Lead
ECS Team - ITS-EPA II Contractor

109 TW Alexander Drive, Building NCC, Mail Drop N176-05, Research
Triangle Park, NC 27711
Information Technology Infrastructure Solutions | Office: (919)541-3955
| Fax: (919)541-3641 | szwedo...@epa.gov | www.ecs-federal.com



From:Troy Jones t...@dynapp.com
To:  discussion@acfug.org discussion@acfug.org
Date:04/25/2011 06:09 PM
Subject: RE: [ACFUG Discuss] FckEditor Image Browse
Sent by: ad...@acfug.org



Yes, I've had a similar problem.

It's a function call that has changed in CF9 from CF8 (can't remember
the name of the function but it is native to CF9 where it was not to
CF8) and I want to say it's specific to the image upload feature(s).
This is what caused the conflict in my case.

I believe you'll find your issue with FckEditor.

Troy Jones


___



Troy Jones  |  Director of Technical Services  |  Dynapp Inc  |
1-800-830-5192  ext. 603  |  dynapp.com  |  facebook.com/dynapp

-Original Message-
From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of
szwedo...@epamail.epa.gov
Sent: Monday, April 25, 2011 4:58 PM
To: discussion@acfug.org
Subject: [ACFUG Discuss] FckEditor Image Browse


 Insert/Edit Image is not working in FckEditor. It's broken on
Development and on the QA server.  It works on the Production server.

We re-installed CF9 on DEV and QA and applied the 9.01 patch.  Haven't
touched production yet.  Production is CF9.

DEV pops up a JS alert  where it dumps HTML code.  Pertinent parts of
the message are:

1.  One parameter to the requested URL is command=GetFoldersAndFiles

2.  The names of user-defined functions cannot be the same as built-in
ColdFusion functions.

3.  The server didn't send back a proper XML response. ...  XML request
error: OK (200)

QA pops up a different JS alert.  Pertinent parts are:

1.  One parameter to the requested URL is command=GetFoldersAndFiles

2.  The server didn't send back a proper XML response. ...  XML request
error: Access denied (403)

Anyone encounter this same problem?

Thanks,

ed

__
Ed Szwedo
Web Development Team Lead
ECS Team - ITS-EPA II Contractor

109 TW Alexander Drive, Building NCC, Mail Drop N176-05, Research
Triangle Park, NC 27711
Information Technology Infrastructure Solutions | Office: (919)541-3955
| Fax: (919)541-3641 | szwedo...@epa.gov | www.ecs-federal.com



-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-




-
No virus found in this message.
Checked by AVG - www.avg.com
Version: 10.0.1321 / Virus Database: 1500/3596 - Release Date: 04/25/11


-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com

RE: [ACFUG Discuss] FckEditor Image Browse

2011-04-26 Thread Charlie Arehart
Ed, I'll just note that another possible explanation could be misapplication
of hotfixes. Do you recall if you did any (individual, cumulative, or
security) since the 9.0.1 update? It's very easy to make mistakes with the
newer hotfixes, since they involve extracting parts of zips into new
locations (compared to past hotfixes which just involved uploading a jar to
the updates directory). I've seen more than a few instances where the
extracted files either ended up in the wrong directory, or unexpectedly in a
subdirectory of where they were intended to be put, and so on.

Since you say the problem happens only on a patched CF server, it certainly
raises that specter. Hope that's helpful.

/charlie

PS If you would have any challenges trying to sort out what was done and
whether there are any such mistakes, I can help, per my role as an
independent CF troubleshooting consultant. More at
www.carehart.org/consulting/. But I happily offer the info above to point
you in the right direction if you prefer to try on your own. :-)


 -Original Message-
 From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of
 szwedo...@epamail.epa.gov
 Sent: Tuesday, April 26, 2011 10:53 AM
 To: discussion@acfug.org
 Subject: RE: [ACFUG Discuss] FckEditor Image Browse
 
 Thanks
 
 __
 Ed Szwedo
 Web Development Team Lead
 ECS Team - ITS-EPA II Contractor
 
 109 TW Alexander Drive, Building NCC, Mail Drop N176-05, Research
 Triangle Park, NC 27711
 Information Technology Infrastructure Solutions | Office: (919)541-3955
 | Fax: (919)541-3641 | szwedo...@epa.gov | www.ecs-federal.com
 
 
 
 From: Troy Jones t...@dynapp.com
 To:   discussion@acfug.org discussion@acfug.org
 Date: 04/26/2011 10:43 AM
 Subject:  RE: [ACFUG Discuss] FckEditor Image Browse
 Sent by:  ad...@acfug.org
 
 
 
 Upgraded to CKEditor
 
 Troy Jones
 
 
 ___
 
 
 
 Troy Jones  |  Director of Technical Services  |  Dynapp Inc  |
 1-800-830-5192  ext. 603  |  dynapp.com  |  facebook.com/dynapp
 
 
 -Original Message-
 From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of
 szwedo...@epamail.epa.gov
 Sent: Tuesday, April 26, 2011 10:20 AM
 To: discussion@acfug.org
 Subject: RE: [ACFUG Discuss] FckEditor Image Browse
 
  It's a function call that has changed in CF9 from CF8
 
 Thanks Troy.  I figured as much.
 
  I believe you'll find your issue with FckEditor.
 
 I'm checking now.
 
 Do you remember how you resolved the problem in your case?
 
 Are you still using FckEditor or did you upgrade to CKEditor?
 
 ed
 
 __
 Ed Szwedo
 Web Development Team Lead
 ECS Team - ITS-EPA II Contractor
 
 109 TW Alexander Drive, Building NCC, Mail Drop N176-05, Research
 Triangle Park, NC 27711
 Information Technology Infrastructure Solutions | Office: (919)541-3955
 | Fax: (919)541-3641 | szwedo...@epa.gov | www.ecs-federal.com
 
 
 
 From:  Troy Jones t...@dynapp.com
 To:discussion@acfug.org discussion@acfug.org
 Date:  04/25/2011 06:09 PM
 Subject:   RE: [ACFUG Discuss] FckEditor Image Browse
 Sent by:   ad...@acfug.org
 
 
 
 Yes, I've had a similar problem.
 
 It's a function call that has changed in CF9 from CF8 (can't remember
 the name of the function but it is native to CF9 where it was not to
 CF8) and I want to say it's specific to the image upload feature(s).
 This is what caused the conflict in my case.
 
 I believe you'll find your issue with FckEditor.
 
 Troy Jones
 
 
 ___
 
 
 
 
 Troy Jones  |  Director of Technical Services  |  Dynapp Inc  |
 1-800-830-5192  ext. 603  |  dynapp.com  |  facebook.com/dynapp
 
 -Original Message-
 From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of
 szwedo...@epamail.epa.gov
 Sent: Monday, April 25, 2011 4:58 PM
 To: discussion@acfug.org
 Subject: [ACFUG Discuss] FckEditor Image Browse
 
 
  Insert/Edit Image is not working in FckEditor. It's broken on
 Development and on the QA server.  It works on the Production server.
 
 We re-installed CF9 on DEV and QA and applied the 9.01 patch.  Haven't
 touched production yet.  Production is CF9.
 

snip



-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





RE: [ACFUG Discuss] FckEditor Image Browse

2011-04-26 Thread Szwedo . Ed
Thanks again Charlie. I will check with the sys admins.

BTW, in case I haven't mentioned it, CF9 solved our slow server
problems.

I'll keep you posted on this problem's resolution.

ed

__
Ed Szwedo
Web Development Team Lead
ECS Team - ITS-EPA II Contractor

109 TW Alexander Drive, Building NCC, Mail Drop N176-05, Research
Triangle Park, NC 27711
Information Technology Infrastructure Solutions | Office: (919)541-3955
| Fax: (919)541-3641 | szwedo...@epa.gov | www.ecs-federal.com



From:   Charlie Arehart char...@carehart.org
To: discussion@acfug.org
Date:   04/26/2011 01:17 PM
Subject:RE: [ACFUG Discuss] FckEditor Image Browse
Sent by:ad...@acfug.org



Ed, I'll just note that another possible explanation could be
misapplication
of hotfixes. Do you recall if you did any (individual, cumulative, or
security) since the 9.0.1 update? It's very easy to make mistakes with
the
newer hotfixes, since they involve extracting parts of zips into new
locations (compared to past hotfixes which just involved uploading a jar
to
the updates directory). I've seen more than a few instances where the
extracted files either ended up in the wrong directory, or unexpectedly
in a
subdirectory of where they were intended to be put, and so on.

Since you say the problem happens only on a patched CF server, it
certainly
raises that specter. Hope that's helpful.

/charlie

PS If you would have any challenges trying to sort out what was done and
whether there are any such mistakes, I can help, per my role as an
independent CF troubleshooting consultant. More at
www.carehart.org/consulting/. But I happily offer the info above to
point
you in the right direction if you prefer to try on your own. :-)


 -Original Message-
 From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of
 szwedo...@epamail.epa.gov
 Sent: Tuesday, April 26, 2011 10:53 AM
 To: discussion@acfug.org
 Subject: RE: [ACFUG Discuss] FckEditor Image Browse

 Thanks

 __
 Ed Szwedo
 Web Development Team Lead
 ECS Team - ITS-EPA II Contractor

 109 TW Alexander Drive, Building NCC, Mail Drop N176-05, Research
 Triangle Park, NC 27711
 Information Technology Infrastructure Solutions | Office:
(919)541-3955
 | Fax: (919)541-3641 | szwedo...@epa.gov | www.ecs-federal.com



 From:  Troy Jones t...@dynapp.com
 To:discussion@acfug.org discussion@acfug.org
 Date:  04/26/2011 10:43 AM
 Subject:   RE: [ACFUG Discuss] FckEditor Image Browse
 Sent by:   ad...@acfug.org



 Upgraded to CKEditor

 Troy Jones



___
 


 Troy Jones  |  Director of Technical Services  |  Dynapp Inc  |
 1-800-830-5192  ext. 603  |  dynapp.com  |  facebook.com/dynapp


 -Original Message-
 From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of
 szwedo...@epamail.epa.gov
 Sent: Tuesday, April 26, 2011 10:20 AM
 To: discussion@acfug.org
 Subject: RE: [ACFUG Discuss] FckEditor Image Browse

  It's a function call that has changed in CF9 from CF8

 Thanks Troy.  I figured as much.

  I believe you'll find your issue with FckEditor.

 I'm checking now.

 Do you remember how you resolved the problem in your case?

 Are you still using FckEditor or did you upgrade to CKEditor?

 ed

 __
 Ed Szwedo
 Web Development Team Lead
 ECS Team - ITS-EPA II Contractor

 109 TW Alexander Drive, Building NCC, Mail Drop N176-05, Research
 Triangle Park, NC 27711
 Information Technology Infrastructure Solutions | Office:
(919)541-3955
 | Fax: (919)541-3641 | szwedo...@epa.gov | www.ecs-federal.com



 From:   Troy Jones t...@dynapp.com
 To: discussion@acfug.org discussion@acfug.org
 Date:   04/25/2011 06:09 PM
 Subject:RE: [ACFUG Discuss] FckEditor Image
Browse
 Sent by:ad...@acfug.org



 Yes, I've had a similar problem.

 It's a function call that has changed in CF9 from CF8 (can't remember
 the name of the function but it is native to CF9 where it was not to
 CF8) and I want to say it's specific to the image upload feature(s).
 This is what caused the conflict in my case.

 I believe you'll find your issue with FckEditor.

 Troy Jones



___
 



 Troy Jones  |  Director of Technical Services  |  Dynapp Inc  |
 1-800-830-5192  ext. 603  |  dynapp.com  |  facebook.com/dynapp

 -Original Message-
 From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of
 szwedo...@epamail.epa.gov
 Sent: Monday, April 25, 2011 4:58 PM
 To: discussion@acfug.org
 Subject: [ACFUG Discuss] FckEditor Image Browse


  Insert/Edit

RE: [ACFUG Discuss] FckEditor Image Browse

2011-04-25 Thread Troy Jones
Yes, I've had a similar problem. 

It's a function call that has changed in CF9 from CF8 (can't remember the name 
of the function but it is native to CF9 where it was not to CF8) and I want to 
say it's specific to the image upload feature(s). This is what caused the 
conflict in my case.

I believe you'll find your issue with FckEditor.

Troy Jones


___

Troy Jones  |  Director of Technical Services  |  Dynapp Inc  |  
1-800-830-5192  ext. 603  |  dynapp.com  |  facebook.com/dynapp

-Original Message-
From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of 
szwedo...@epamail.epa.gov
Sent: Monday, April 25, 2011 4:58 PM
To: discussion@acfug.org
Subject: [ACFUG Discuss] FckEditor Image Browse


 Insert/Edit Image is not working in FckEditor. It's broken on
Development and on the QA server.  It works on the Production server.

We re-installed CF9 on DEV and QA and applied the 9.01 patch.  Haven't
touched production yet.  Production is CF9.

DEV pops up a JS alert  where it dumps HTML code.  Pertinent parts of
the message are:

1.  One parameter to the requested URL is command=GetFoldersAndFiles

2.  The names of user-defined functions cannot be the same as built-in
ColdFusion functions.

3.  The server didn't send back a proper XML response. ...  XML request
error: OK (200)

QA pops up a different JS alert.  Pertinent parts are:

1.  One parameter to the requested URL is command=GetFoldersAndFiles

2.  The server didn't send back a proper XML response. ...  XML request
error: Access denied (403)

Anyone encounter this same problem?

Thanks,

ed

__
Ed Szwedo
Web Development Team Lead
ECS Team - ITS-EPA II Contractor

109 TW Alexander Drive, Building NCC, Mail Drop N176-05, Research
Triangle Park, NC 27711
Information Technology Infrastructure Solutions | Office: (919)541-3955
| Fax: (919)541-3641 | szwedo...@epa.gov | www.ecs-federal.com



-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-




-
No virus found in this message.
Checked by AVG - www.avg.com
Version: 10.0.1321 / Virus Database: 1500/3596 - Release Date: 04/25/11


-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-