Author |
Message |
Darrell3831
Worker


Joined: Feb 18, 2004
Posts: 244
|
Posted:
Mon Jan 23, 2006 6:46 pm |
|
While working with the FCKeditor I can't upload images or create new directories in the filemanager utility.
It says that I do not have permission.
I assumed this was simply the upload dir not being chmod'ed to the proper setting.
I set the folder named upload to 777 and it still did not work for me.
/includes/FCKeditor/editor/filemanager/upload
What is the proper upload directory?? Is that the right one or do I have something else set wrong.
Thanks,
Darrell |
_________________ http://www.psy-center.com |
|
|
 |
Guardian2003
Site Admin

Joined: Aug 28, 2003
Posts: 6799
Location: Ha Noi, Viet Nam
|
Posted:
Mon Jan 23, 2006 7:16 pm |
|
Does it give any indication in the error message like;
you do not have permission to upload to /includes/.....
I'm not at home right now so do not have access to my files but I'm sure this is covered in the readme for the nukeWYSIWYG |
|
|
|
 |
Darrell3831

|
Posted:
Mon Jan 23, 2006 7:22 pm |
|
It does not give me any indication of what the correct location is. That's why I was asking.
I even turned on error reporting. Because when you try to create a directory with the utility you get no message whatsoever. It simply dosent create the sub directory
Turning on error reporting did not help... It's not throwing any errors or warnings.
thanks,
Darrell |
|
|
|
 |
kguske
Site Admin

Joined: Jun 04, 2004
Posts: 6437
|
Posted:
Thu Jan 26, 2006 7:19 pm |
|
There are several subdirectories that need to be created in the /includes/FCKeditor/editor/filemanager/upload directory.
Create these directories (depending on the types of files you want to upload) there:
/File
/Flash
/Image
/Media
and make sure the permissions are set appropriately.
You can override this in your fckconfig.js file, but these will work with the default configuration. |
_________________ I search, therefore I exist...
Only registered users can see links on this board! Get registered or login! |
|
|
 |
Darrell3831

|
Posted:
Fri Jan 27, 2006 4:06 am |
|
Thanks kguske,
I wasent able to get it to work when I created the /Image directory here:
/includes/FCKeditor/editor/filemanager/upload/Image
but, when I created it here:
/includes/FCKeditor/upload/Image
Then things started working like I'd of expected them too!
I just needed a nudge in the right direction. I did'nt realize that they would of wanted us to create a directory and to magically know how to spell it and where to put it and how to capitalize it.
It's working for me now though!
Darrell |
|
|
|
 |
kguske

|
Posted:
Sat Jan 28, 2006 10:15 pm |
|
The "they" would be me, since I didn't put that in the readme or in RavenNuke...sorry!
We're working on a couple of extra tweaks and a new feature for future releases...stay tuned. |
|
|
|
 |
Darrell3831

|
Posted:
Sun Jan 29, 2006 7:12 am |
|
Thanks kguske,
I did'nt mean anything by that. I like having the editor installed and I'm happy that it's working now! I just needed that nudge.
I'm anxious to see the new tweaks that you mentioned too.
Thanks,
Darrell |
|
|
|
 |
kguske

|
Posted:
Sun Jan 29, 2006 7:20 am |
|
No prob, Darrel - I didn't take it that way. Just admitting what I forgot to do...
Anyway, we're testing a way to expand the editor, and I added a new function that allows modules that use a template approach (i.e. build the HTML, then display it, rather than displaying everything as it's built). Several have had issues with the rows function not working, so we're looking into that.
And, we're working on a SPAW version... |
|
|
|
 |
quickthrottle
Regular


Joined: Mar 18, 2006
Posts: 60
|
Posted:
Fri Mar 24, 2006 7:39 am |
|
Im having an error as well, I have tried every thing that is listed here but with no luck.
im getting a XML error: not found (404)
i get this when trying to upload, make new folder, browse server, etc
If i just ues the editor for text and formatting it works fine.
Im sure its me. |
|
|
|
 |
Guardian2003

|
Posted:
Fri Mar 24, 2006 12:17 pm |
|
Do the folders you are trying to create new folders in have the correct permissions (CHMOD) ? |
|
|
|
 |
quickthrottle

|
Posted:
Fri Mar 24, 2006 5:31 pm |
|
Yes and every dirctory in its path.
/includes/FCKeditor/editor/filemanager/upload/Image
and also
/includes/FCKeditor/upload/Image
still get XML error: not found (404) |
|
|
|
 |
Blind-Summit
Hangin' Around

Joined: Mar 27, 2006
Posts: 27
|
Posted:
Mon Mar 27, 2006 3:11 pm |
|
I can't see where to edit that fckconfig.js file to add a folder for flash etc in the includes/FCKeditor/upload/ folder
Secondly, is there any way to put this "upload" folder in the main phpnuke/images/ folder so that it's not so buried? |
|
|
|
 |
leftart
New Member


Joined: May 08, 2006
Posts: 11
|
Posted:
Tue May 23, 2006 6:23 am |
|
There are several subdirectories that need to be created in the /includes/FCKeditor/editor/filemanager/upload directory.
Create these directories (depending on the types of files you want to upload) there:
/File
/Flash
/Image
/Media
and make sure the permissions are set appropriately.
You can override this in your fckconfig.js file, but these will work with the default configuration.
Hi i've the same problem...i have made the directory too...and i did verify that permissions are set appropriately...
What means "you can override this in your fckconfig.js ?"
thanks for your support |
|
|
|
 |
kguske

|
Posted:
Wed May 24, 2006 6:25 am |
|
You can change the directories where you want to upload stuff in the fckconfig.js, but I can't think of any really good reasons for doing that. |
|
|
|
 |
leftart

|
Posted:
Wed May 24, 2006 2:34 pm |
|
thanks for reply...i hope to do the right changes |
|
|
|
 |
kguske

|
Posted:
Wed May 24, 2006 7:46 pm |
|
Like I said, I'm not sure of a good reason for changing the directories. Is that what you are thinking of doing? |
|
|
|
 |
leftart

|
Posted:
Mon May 29, 2006 2:10 am |
|
i don't think to do that, but i don't understand why i can't upload images... |
|
|
|
 |
BriX
Hangin' Around

Joined: Dec 04, 2005
Posts: 31
|
Posted:
Mon May 29, 2006 8:11 pm |
|
I also have been unable to upload images after creating directories and setting correct permissions. |
|
|
|
 |
Guardian2003

|
Posted:
Tue May 30, 2006 1:31 am |
|
BriX - can you confirm the paths of the folders you created please. |
|
|
|
 |
BriX

|
Posted:
Tue May 30, 2006 9:21 am |
|
kguske wrote: | subdirectories that need to be created in the /includes/FCKeditor/editor/filemanager/upload directory.
/File
/Flash
/Image
/Media
|
I tried this path as well /includes/FCKeditor/upload/*
If I could compare against a working FCKeditor install maybe then I could find some error in my setup. |
|
|
|
 |
kguske

|
Posted:
Tue May 30, 2006 8:14 pm |
|
Did you make any other changes to fckconfig.js or any other FCKeditor file? |
|
|
|
 |
BriX

|
Posted:
Tue May 30, 2006 10:12 pm |
|
No, my current files are original from latest Raven Distro. |
|
|
|
 |
kguske

|
Posted:
Tue Jun 20, 2006 4:32 am |
|
Wow, sorry for the long delayed response on this. Did you check your error log to see where it was trying to store the upload? |
|
|
|
 |
BriX

|
Posted:
Wed Jan 03, 2007 2:10 am |
|
Ok so I had some free time over the holidays and renewed my interest in getting FCKeditor working. The only error in my log file appears when I try to upload an image.
Code:File does not exist: /var/www/web/includes/FCKeditor/editor/filemanager/browser/fckblank.html, referer: 'siteurl'/includes/FCKeditor/editor/filemanager/browser/default/connectors/php/connector.php?Command=FileUpload&Type=Image&CurrentFolder=/
|
If I try to create a folder via the server browser popup window I get a Permission Denied error but no log entries.
I have tested the FCKeditor in my test environment (vmware ISPConfig appliance) and it works perfect. Could my problem be this a php or security related issue? Any ideas? |
|
|
|
 |
kguske

|
Posted:
Wed Jan 03, 2007 5:33 am |
|
It sounds like a security issue.
Do you have the includes/FCKeditor/upload directory, with directories below it for different file types? What are the permissions for these folders, including upload?
Where were you trying to create the folder? |
|
|
|
 |
|