I know the new xml schema will store data differently, but I am running legacy mode, so the old style should still work.
The issue is that nothing is coming back. If I print umbraco.library:GetMedia($mediaId, 'false') to screen I see all the properties set on the image, but as soon as I try access a property, I get nothing back.
Issue with media after 4.5 upgrade in legacy xml mode
Hi all,
Has anyone had any issues with getting media after a 4.5 upgrade running the legacy xml mode.
Basically the code looks like this:
I know the new xml schema will store data differently, but I am running legacy mode, so the old style should still work.
The issue is that nothing is coming back. If I print umbraco.library:GetMedia($mediaId, 'false') to screen I see all the properties set on the image, but as soon as I try access a property, I get nothing back.
Any ideas?
Cheers,
Neil
is working on a reply...