When I edit view wysiwyg_imageupload_by_node and change in field 'Wysiwyg image upload: Images', change field 'Use this imagecache preset' - the image dissapears because the file name is wrong (note %252F):
<img src="http://hobbyblob.com/sites/default/files/imagecache/wysiwyg_imageupload_preview/wysiwyg_imageupload/1/arbuz.jpg"
<img src="http://hobbyblob.com/sites/default/files/imagecache/%252Fwysiwyg_imageupload/1/arbuz.jpg"
Comments
Comment #1
alexbk66- commentedFound it, last line in wysiwyg_imageupload/views/wysiwyg_imageupload_handler_field_images.inc
should be changed from:
to
Comment #2
eugenmayer commentedAre you using 3.0, if not please upgrade. This has been fixed there
Comment #3
alexbk66- commentedThanks Eugen, do you mean 6.x-3.0-rc2? Is there anything else why I need to upgrade? I prefer not to use rc.
Comment #4
eugenmayer commentedThat rc is rather very stable and will be released as stable. And yes, there are quiet a number of fixes.
Comment #5
alexbk66- commentedI tried rc3, before update get errors :
And after: