when I upload an image in edit mode the image is shown but as soon I save the post I can not see the image. Why is that? I realized that the file/image is accessible from by Internet Browser but when I brows by FTP I can not see the fine in the folder, how come?

The Edit FCKeditor profile page show me only two option, Main Set up and Visibility, I can not see other option you are introducing. How come?

I installed the editor 2.5.1 on latest Drupal 6.x,

Thanks

Comments

Anonymous’s picture

You need to add / before files. It depends on your site settings. Sometimes / is needed, sometimes not.

wwalc’s picture

You are trying to edit the global profile.
Edit the "normal" profiles (Default and Advanced) and adjust paths in File browser settings.

droshani’s picture

That is very abstract to me, What value should I put there?

wwalc’s picture

Assigned: droshani » Unassigned
Category: bug » support
Priority: Critical » Normal
Status: Active » Postponed (maintainer needs more info)

Please explain once again what exactly the problem is.
Write down the exact steps that you're doing, how is FCKeditor behaving and what do you expect to get instead.
If uploaded images does not appear after saving, it may mean that you haven't properly configured input filters.

I need more information to be able to help you.

Michael Ryding’s picture

I have the same problem so I will explain.

I Create Content - Page - the editor and page load no problems
I enter a title and type the word 'START' and press return in the editing window.
I click the Image tool which opens the Image Properties Dialog Box
I click the Upload tab and then the Browse.. button
I select a file called hr200.gif from my hard drive.
I click the 'Send it to the Server' button
I receive a message 'Your file has been succesfully uploaded.
I inspect the upload folder on the server and the file is there.
I can now see the word START and the image inside the FCK editing window
I now type the word 'END' into the editing window after the image.
I now click the 'Source' tool and the code looks like this:

<p>START<img height="600" alt="" width="800" src="/files/hr200.gif" /></p>
<p>END</p>

Finally I click the Save Button

The new page now displays and shows the title, the word START and the word END but the image is not shown.
I then view source on the page and the HTML looks like this:

<div class="content"><p>STARTEND</p></div>

As you can see the image and image tags are missing so I imagine the html is not being saved, however, when I click the Edit tab on the page the editor window appears and the image is visible inside the editing window and when i click the Source tool , the html for the image tags is still there.

Any advice would be good to hear, apologies if this is an obvious mistake Mike

Michael Ryding’s picture

OK - I've cracked it. It's not an issue with FCK at all, it's to do with the input formats set up in Drupal.

SO: Administer > SiteConfiguration > Input Formats
Then make sure FULL HTML is set as the default.
Then click 'configure' and uncheck all the filters in the Filter section.
Save configuration and it works.

There may be other ways - but this on works :)

wwalc’s picture

Status: Postponed (maintainer needs more info) » Fixed

I believe that koyauni had exactly the same problem as Michael Ryding, so I'm closing this ticket.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

soma115’s picture

For me unchecking "Filtr HTML" was enough to make pictures show up. All other filters could be turned on.