I found this error in the umbracoLog table (a bunch of instances of it):
Error reading size data from media (not found): /media/departments/healthandsafety/Computer.jpg
Does anyone know what this means? I can pull up the images just fine in the media library. This is content that was imported into umbraco (using custom code).
When you upload an image the size properties are automatically filled. I think something (could be GetMedia in xslt) wants to get the size property and that fails because it doesn't exists.
Maybe saving the media again in the MediaLibrary solves that issue?
Error reported in umbracoLog table
I found this error in the umbracoLog table (a bunch of instances of it):
Does anyone know what this means? I can pull up the images just fine in the media library. This is content that was imported into umbraco (using custom code).
Thanks,
Nik
Hi Nik,
When you upload an image the size properties are automatically filled. I think something (could be GetMedia in xslt) wants to get the size property and that fails because it doesn't exists.
Maybe saving the media again in the MediaLibrary solves that issue?
Cheers,
Richard
is working on a reply...