Image meta data not being stored on an AWS site
-
Hi,
We are having an issue with our WordPress site running on AWS. The meta data for images loaded into the Media Library are not being set.
If we do a:
print_r (wp_get_attachment_metadata(ID));
Where ID is the ID of the image from the Media Library.
All that is returned is:
Array ( [width] => 506 [height] => 339 [file] => 2013/08/122399110.jpg [image_meta] => Array ( [aperture] => 0 [credit] => Getty Images/Ingram Publishing [camera] => [caption] => Close-up of a cup of coffee near a newspaper pen and eyeglasses [created_timestamp] => 0 [copyright] => [focal_length] => 0 [iso] => 0 [shutter_speed] => 0 [title] => 122399110 ) )We have a test site on a shared hosting environment (not AWS) and the all of the meta data is displayed when we do:
print_r (wp_get_attachment_metadata(ID));
My assumption is it has to do with our AWS setup. Any ideas?
- The topic ‘Image meta data not being stored on an AWS site’ is closed to new replies.