yusufakyol
Posts: 73
|
| Posted: 12/19/2006, 3:55 PM |
|
Hi,
I'm testing CCS 3.1.. When I use FCKEditor's file browsing or upload future I get that error : xml request error:internal server error (500).
I changed the config.asp files at asp directories and gave access permission the my directory.
If I give access permission(read and write) fckeditor directory, it works, but fckeditor create upload directory in fckeditor/editor/filemanager/browser/connectors/asp. But I want to upload a directory outsite of fckeditor directory in website.
I read many document but I couldn't solve the problem.
Does anybody know the solution?
Thanks everybody.
Best regards.
_________________
Best Regards |
 |
 |
rvp032582
Posts: 47
|
| Posted: 12/21/2006, 6:18 AM |
|
i believe the fckeditor has/creates 3 folders to upload items to, Image, File, Media(i think). i've seen the same problem too, that error on read/writeable folders, anyway i manually created those 3 folders and for some reason it fixed it. you can also check fckeditor.net, they have FAQ's and other support
|
 |
 |
marcwolf
Posts: 361
|
| Posted: 01/08/2007, 2:07 AM |
|
AND...
You will probabally have to set the permissions on them all to read and write.
I know because I have just set up the thing on one of our servers.
Take care
Dave
_________________
' Coding Coding Coding
Keep Those Keyboards Coding.
Raw Code!!!!!!!
|
 |
 |
Yusuf Akyol
|
| Posted: 01/08/2007, 2:33 AM |
|
Hi,
Thanks for your reply.
You're right. When I give the permission for FCKeditor dir, everything is OK. But I don't want to give permission for FCK Editor dir. I want to define a new dir for upload. How can I define this dir in FCK Editor parameters ? I find also that parameter. But I couldn't code correctly.
My website's structure is
+Root
+ fckeditor
upload
Thanks
Best regards.
|
|
|
 |
marcwolf
Posts: 361
|
| Posted: 01/08/2007, 3:49 PM |
|
Ok FCK if I remember correctly creates a UserFile directory that is on the root level of you application
o.e.
/themes
/fckeditor
/userfiles
And it is the Userfiles directory that you give the full permissions to.
Hope this helps.
Dave
_________________
' Coding Coding Coding
Keep Those Keyboards Coding.
Raw Code!!!!!!!
|
 |
 |
Yusuf Akyol
|
| Posted: 01/08/2007, 6:21 PM |
|
Hi,
Again me..
How do I code this dir at fckeditor config file ? I did something but it was not successfull.
Thanks too much for your interesting...
Best regards.
|
|
|
 |
vipeen
|
| Posted: 02/21/2007, 1:30 AM |
|
Hi,
check out this http://wiki.fckeditor.net/FAQ
|
|
|
 |