When I add an image in the TinyMCE Editor and click save the link to the image gets broken. When I look at the html code, all i see is img src="/media/959/vattenliljor.". The jpg is gone! How can i fix this?
Ive checked the installation files but I cant see any files altered except the tinymceconfig.config which I've restored from the original installation. Could there be somewhere in the database?
Im going crazy! My client cant update a page with the editor because as soon as he do so the image gets broken!
Sounds like you're using a lot of things on top of each other, making it difficult to pinpoint your exact problem.
From your posts I haven't really been able to figure out where the file extension gets lost? Is it in the frontend or in the tinyMCE editor?
What I would do is create a copy of the site on my dev environment and one-by-one take the added components out, so remove imagegen, see what happens, then if you still have the problem, remove imagecropper, and so on.
If that doesn't help and your problem is in the frontend, check to see if you're creating the "src" part of the image correctly, maybe that's the problem.
Umbraco removes file type!
When I add an image in the TinyMCE Editor and click save the link to the image gets broken. When I look at the html code, all i see is img src="/media/959/vattenliljor.". The jpg is gone! How can i fix this?
The only change I did was adding. <config key="convert_urls">false</config>
to the tinymceconfig. Dont know if it is related: I removed that line but it didnt help.
Ive checked the installation files but I cant see any files altered except the tinymceconfig.config which I've restored from the original installation. Could there be somewhere in the database?
Im going crazy! My client cant update a page with the editor because as soon as he do so the image gets broken!
Needs urgent help :(
Ive compared a the sourcecode from the page with the editor with the faulty one and there is no differeence in the tinymce init.
Could it have something to do with changed permissions on the server?
Anyone...?
I tried adding an .flv file and that works fine. Its only when its an image.
Any tip anyone where to start looking? Ive restired thr tinymce.config and the umbracosettings but is there soewherte in the database that I can look?
Getting reeeeally desperate!
More info:
It seems that is ONLY removes the file extension when an image is actually found.
If i change the path ie: <img src="/media/958/vattenliljor.jpg" alt="Nyhetsbild" width="500" height="375" rel="0" /> to
<img src="/media/959/vattenliljor.jpg" alt="Nyhetsbild" width="500" height="375" rel="0" /> it doesnt remove it!
Could it be related to imagegen or maybe zipupoad?
I also use imagecropper.
Sounds like you're using a lot of things on top of each other, making it difficult to pinpoint your exact problem.
From your posts I haven't really been able to figure out where the file extension gets lost? Is it in the frontend or in the tinyMCE editor?
What I would do is create a copy of the site on my dev environment and one-by-one take the added components out, so remove imagegen, see what happens, then if you still have the problem, remove imagecropper, and so on.
If that doesn't help and your problem is in the frontend, check to see if you're creating the "src" part of the image correctly, maybe that's the problem.
Solved it finally: I had changed the misspelling of umbracoExtensio in the Image Mediatype.
Removed the N in the end and it started working again..
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.