What exactly do you mean by you unlocked the embed picture feature? Is it simply that you added it in the Rich text editor datatype?
If so then make sure that you have managed to deploy all the necessary files to the server since it seems like some files are missing from what I can tell from the above screendump.
TinyMCE - don't see images
Hi we use Umbraco 7.1.1
The customer request some richtText featrues, so we unlocked the embed picture feature in the backend.
But this don't work. All media request will be redirected to login.aspx - but I don't know why?!
Hi Mlu
What exactly do you mean by you unlocked the embed picture feature? Is it simply that you added it in the Rich text editor datatype?
If so then make sure that you have managed to deploy all the necessary files to the server since it seems like some files are missing from what I can tell from the above screendump.
Hope this helps.
/Jan
I found the error. Seems a backend issue with ImageProcessor. ImageProcessor don't support "Virtual Paths". So I switchted to ImageResizer.
Best regards.
ImageProcessor does support virtual paths.
There was a bug with virtual directories (which is a different thing) but that has been fixed as of ImageProcessor.Web v3.3.0
is working on a reply...