I have 7.15.3 installed. This happened after the site was transferred to a new hosting. In the Umbraco environment, it writes an error and that the folder does not exist, but the photos are displayed on the site.
Are you able to post the contents of the error in the log?
Also, it's always a good idea to try a few common things to resolve the error:
delete the contents of the TEMP folder in App_Data
change the value of the Client Dependency id in /config
touch the web.config and reload the application
right click Content and choose Republish Entire Site
under Developer - Examine Management - rebuild each Index
Some of these tasks may not help but it's surprising how often going through this process will fix issues of this kind, especially when migrating to new hosting environments or restoring new SQL databases.
Server error: Contact administrator, see log for full details. Failed to retrieve children for media item 1106
Can't add photos to the folder.
Server error: Contact administrator, see log for full details. Failed to retrieve children for media item 1106
Are you able to provide any more information - what version of Umbraco are you running?
Did this problem occur after an upgrade, or making some sort of change to the hosting environment?
Are you able to check the log files in /App_data/Logs and see if there is any additional information about the error, like a stack trace?
I have 7.15.3 installed. This happened after the site was transferred to a new hosting. In the Umbraco environment, it writes an error and that the folder does not exist, but the photos are displayed on the site.
Are you able to post the contents of the error in the log?
Also, it's always a good idea to try a few common things to resolve the error:
Some of these tasks may not help but it's surprising how often going through this process will fix issues of this kind, especially when migrating to new hosting environments or restoring new SQL databases.
Here is a screenshot of part of the error.
is working on a reply...