I'm getting a "Failed to load resource" error when trying to insert video in the RTE with a reference to the following file on Umbraco 6.0.3. Any idea how to remedy this?
It's probably because the server does not recommend the mime type. I don't know how you're catching the chosen movie but you should make sture that the mime type for the file has been configured either on the server or in the web.config file.
If this has already been done I'm not sure why the error is triggered. When it's mime-type related it's usually a 404 error that is thrown but try the above out anyway.
Hi Jan, I don't think that's it. I have another site thats running on the same server with the same settings and its working fine. I think it has something to do with the security update from a while back regarding webservices. Do you happen to know where all the webservice files live that the third party media plugin references?
500 Error when inserting video
I'm getting a "Failed to load resource" error when trying to insert video in the RTE with a reference to the following file on Umbraco 6.0.3. Any idea how to remedy this?
No one else has experienced this?
Hi Amir
It's probably because the server does not recommend the mime type. I don't know how you're catching the chosen movie but you should make sture that the mime type for the file has been configured either on the server or in the web.config file.
By adding them as described in step 7 here https://github.com/h5bp/server-configs/tree/master/iis you should be done.
If this has already been done I'm not sure why the error is triggered. When it's mime-type related it's usually a 404 error that is thrown but try the above out anyway.
Hope this helps.
/Jan
Hi Jan, I don't think that's it. I have another site thats running on the same server with the same settings and its working fine. I think it has something to do with the security update from a while back regarding webservices. Do you happen to know where all the webservice files live that the third party media plugin references?
is working on a reply...