[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?

!--- Example only ---
cfform scriptsrc=/jscripts/MyCFIDEscripts

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=GetFoldersAndFilesType=ImageCurrentFolder=%2Fuuid=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?

 !--- Example only ---
  cfform scriptsrc=/jscripts/MyCFIDEscripts

 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=GetFoldersAndFilesType=ImageCurrentFolder=%2Fuuid=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?

 !--- Example only ---
  cfform scriptsrc=/jscripts/MyCFIDEscripts

 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=GetFoldersAndFilesType=ImageCurrentF
older=%2Fuuid=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?

 !--- Example only ---
  cfform scriptsrc=/jscripts/MyCFIDEscripts

 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=GetFoldersAndFilesType=ImageCurrentFolder=%2Fuuid=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
-~--~~~~--~~--~--~---