By boborg on
I've installed drupal 6 and the Wysiwig module (using FCKeditor) I can insert an image inside my stories but when I click save the image is removed. I'm using Full HTML so can anybody tip me as to why the image is removed?
Thx in advance.
Comments
Is it really be removed? If
Is it really be removed? If you edit the node is the img tag still there?
No tag on edit. Also if I
No img tag on edit. Also if I click Disable rich-text it does not have any image tag and if I enable again it's gone in FCKeditor.
Drupal performs several
Drupal performs several checks on uploaded files and may have decided the image was too large, or, you exceeded your storage limit or maybe something else. I've noticed that the upload process fails silently and doesn't provide any feedback in these cases.
Try uploading a small image (under 100k) and see if it takes. Maybe your files are too large?
Mlle.Yotnottin
Image is very small and there
Image is very small and there is no problem uploading it. It's shown on the server and it's displayed inside FCKeditor edit window along with the text. But when I hit save it seems to be filtered out. Strange issue. Maybe I should try Tinymce.
Well somehow I fixed it.
Well somehow I fixed it. Don't know what fixed it. I disabled and then reenabled IMCE Wysiwyg API bridge and I also disabled everything in Cleanup and output. Then no problems. Even enabling same options as previous in Cleanup and output seems to work.
But seems it's fixed itself somehow.