Closed (fixed)
Project:
FCKeditor - WYSIWYG HTML editor
Version:
6.x-1.4
Component:
Code
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
17 Sep 2009 at 18:43 UTC
Updated:
1 Nov 2009 at 20:07 UTC
Comments
Comment #1
raybgd commentedComment #2
Jorrit commentedThere are two ways to debug this: either you're going to sniff the network traffic to see what's causing the XML to be malformed or let me do it. It is really hard to debug this problem without access. Is it possible for me to have a look?
Comment #3
myownsummer commentedI have a similar problem, but I don't get any messages. The Images just don't show up!
Please help.
Comment #4
Jorrit commentedIs this already fixed? Otherwise please provide more information.
Comment #5
Mindy commentedI can confirm this issue. Using version 2.6.5 of original fck editor and Drupal fck module version 6.x-1.4. Godaddy hosting. I uploaded a screencast here: http://everlightproductions.com/drupalFckUploadIssue/
FCK seems to think the file is uploaded to the directory when in fact it is not. If I FTP an image to that directory, I can access it using FCK. I have successfully implemented FCK and it's image upload functionality on other sites (but not with Godaddy hosting, if that's relevant). For my admin theme, I'm using Garland.
Feel free to contact me if you would like more info.
Cheers,
Mindy
Comment #6
Jorrit commentedWhat are the permissions of the file that's uploaded using the built-in filebrowser? Because it seems like the file is uploaded, only it's not accessible in the browser. What is shown when you enter the path to the file in the browser? (http://yoursite/sites/default/files/images/how-to-write-a-memo.jpg). Is your Drupal installation located in a sub directory or in the root of your domain?
Comment #7
Mindy commentedWhen I ftp to the directory, the files I uploaded using fck editor are not there. So the upload did not really happen (although it appears that it did via fck). I'm wondering if there are permissions on the server that won't allow that kind of upload? That's why I'm thinking Godaddy might be a factor. When I get a chance I'll give them a call and ask about it.
Comment #8
Mindy commentedContacted Godaddy this morning. They say they the problem couldn't be from them. I've never edited my .htaccess file. It's the original that came with my Drupal install. I re-checked my settings in the config.php file and the settings.php file. Issue persists.
Comment #9
Mindy commentedGave up on doing it this way. I installed ImageBrowser and got that to work.
Comment #10
Jorrit commentedI'm glad you've found a solution.