I have migrated an Umbraco instance from 6.1.5 to 7.1.2
Everything went well except media section. Media items does not load and it shows following error message.
Much appreciate if anyone could help
message in the umbracoTracelog
2015-02-23 15:25:38,173 [13] INFO Umbraco.Core.Persistence.UmbracoDatabase - [Thread 21] at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
at System.Delegate.DynamicInvokeImpl(Object[] args)
at Umbraco.Core.Persistence.Database.MultiPocoFactory.CallCallback[TRet](Delegate callback, IDataReader dr, Int32 count)
at Umbraco.Core.Persistence.Database.<>c__DisplayClass1a`1.<CreateMultiPocoFactory>b__19(IDataReader reader, Delegate arg3)
at Umbraco.Core.Persistence.Database.<Query>d__1c`1.MoveNext()
It seems 7.1.8 working much better but still media items cannot expand and media items shows in a listview.
What could be the reason these media items dot showing its child items? no errors in the I found in the log file
Is there a way to change the listview to default control ?
Umbraco 7.2 had some other issues with media. For example the sort order didn't work: http://issues.umbraco.org/issue/U4-6129. They probably changed some things for the Grid which might go wrong.
I am also having the same issue, having run an upgrade from 6.1.6 to 7.2.2 via NuGet.
I cannot expand my media folders, although I can expand the Recycle bin.
Clicking on my 'Images' subfolder opens a list of Child items in the right pane.
The site loads, with about 25% of the images missing.
There is a setting in here I missed, 'Enable List View'. I disabled that, and voila!
I can now expand my media tree folders (I had to log out / log in again first), and the list view is gone.
Media not loading after migrating to the 7.1.2
Hi,
I have migrated an Umbraco instance from 6.1.5 to 7.1.2 Everything went well except media section. Media items does not load and it shows following error message.
Much appreciate if anyone could help
message in the umbracoTracelog
I have run a query and got more details about the error but no idea how can I fix it :(
http://localhost:9101/umbraco/webservices/TreeDataService.ashx?rnd=0697997014504d769d10034385a0d63f&id=-1&treeType=media&contextMenu=true&isDialog=false&rnd2=24.1
Hello,
Media is related to Examine so maybe it helps to remove all you Examine files and rebuild them.
Jeroen
Thanks Jerone
I removed all the index files and rebuilt, but it did not work for media section:(
It seems 7.1.8 working much better but still media items cannot expand and media items shows in a listview.
What could be the reason these media items dot showing its child items? no errors in the I found in the log file Is there a way to change the listview to default control ?
Umbraco 7.2 had some other issues with media. For example the sort order didn't work: http://issues.umbraco.org/issue/U4-6129. They probably changed some things for the Grid which might go wrong.
Jeroen
Upgraded to 7.2.2. still media not loading problem is there.
I found this does not return any JSON values http://localhost:9102/umbraco/backoffice/UmbracoTrees/MediaTree/GetNodes?id=1061&application=media&tree=&isDialog=false
I am also having the same issue, having run an upgrade from 6.1.6 to 7.2.2 via NuGet.
I cannot expand my media folders, although I can expand the Recycle bin. Clicking on my 'Images' subfolder opens a list of Child items in the right pane.
The site loads, with about 25% of the images missing.
So, I went into :
Settings -> Media Types -> Folder -> Structure
There is a setting in here I missed, 'Enable List View'. I disabled that, and voila! I can now expand my media tree folders (I had to log out / log in again first), and the list view is gone.
Yay :)
Hi Madura Silva,
I am getting the same error in log files, Have you got any solution for it.
2020-01-09 11:25:50,452 [11] INFO Umbraco.Core.Persistence.UmbracoDatabase - [Thread 21] at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments) at System.Delegate.DynamicInvokeImpl(Object[] args) at Umbraco.Core.Persistence.Database.MultiPocoFactory.CallDelegate(Int32 index, IDataReader reader) at Umbraco.Core.Persistence.Database.MultiPocoFactory.CallCallback[TRet](Delegate callback, IDataReader dr, Int32 count) at Umbraco.Core.Persistence.Database.<>c__DisplayClass1a
1.<CreateMultiPocoFactory>b__19(IDataReader reader, Delegate arg3) at Umbraco.Core.Persistence.Database.<Query>d__1c
1.MoveNext()Note: I am getting this error in Live site only, In local it is working fine.
Hi Jeroen,
I am getting below error:
Umbraco.Core.Persistence.UmbracoDatabase - [Thread 10] at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments) at System.Delegate.DynamicInvokeImpl(Object[] args) at Umbraco.Core.Persistence.Database.MultiPocoFactory.CallDelegate(Int32 index, IDataReader reader) at Umbraco.Core.Persistence.Database.MultiPocoFactory.CallCallback[TRet](Delegate callback, IDataReader dr, Int32 count) at Umbraco.Core.Persistence.Database.<>c__DisplayClass1a
1.<CreateMultiPocoFactory>b__19(IDataReader reader, Delegate arg3) at Umbraco.Core.Persistence.Database.<Query>d__1c
1.MoveNext()In local i am not getting any issue but i am facing this problem in server. Please let me know why this error occurring only in server.
I am using Umbraco 6.2.5 version.
Hi,
In my case after restoring my database the media is loading fine.
is working on a reply...