I am using Umbraco 7.1.4 Where i have added Media Picker for Images which allows me to select images from folder where i have uploaded images. But suddenly is has stop working. It does not shows any folder that i have created and shows me empty space there. Please find image of that.
I have replaced that text in umbraco.services.js by finding the lines and it's started working. As we don't have the path that you have mentioned we need to the lines which has been defined in github by changes and it will start working.
Hi It's working very fine after editing but what i'm missing is when i click on any folder which i have been created for the images it's giving the same error again. looks like the issue is with not folder selection.
Images not displayed in umbraco 7.1.4
Hi,
I am using Umbraco 7.1.4 Where i have added Media Picker for Images which allows me to select images from folder where i have uploaded images. But suddenly is has stop working. It does not shows any folder that i have created and shows me empty space there. Please find image of that.
Can anyone please help me in this??
I am getting below error in console.
Can you try to re-index Examine?
Developer > Examine Management and Rebuild both Internet and External (not sure about when each are used, but it doesn't hurt to do both).
I have got the option but getting message like some error has occurred.
Sorry, I just found the related issues. The Media Picker issue should be fixed in 7.1.5.
http://issues.umbraco.org/issue/U4-5304
seems like the same issue. What i need to do with that js?? just copy and past but where?
You can find the installation instructions here for upgrading from 7.1.x to 7.1.5. Make sure you read the instructions:
https://our.umbraco.org/contribute/releases/715/
Is there any possibility to resolve the issue without installing newer version of umbraco??
I found this which can help me??
https://github.com/umbraco/Umbraco-CMS/commit/24a6ae4e327b42afce81c05948cfa1b2da2c085b
The commit only changes one file (two if you include the test) so you could manually patch it.
See the changes in src/Umbraco.Web.UI.Client/src/common/services/util.service.js on the following commit https://github.com/Umbraco/Umbraco-CMS/commit/fc19748fbfad3431f30478e6c5a944b803fc9f59
I have replaced that text in umbraco.services.js by finding the lines and it's started working. As we don't have the path that you have mentioned we need to the lines which has been defined in github by changes and it will start working.
Many Thanks for the Help :) :)
Hi It's working very fine after editing but what i'm missing is when i click on any folder which i have been created for the images it's giving the same error again. looks like the issue is with not folder selection.
is working on a reply...