Support » Fixing WordPress » Image meta data not being stored on an AWS site

  • Resolved mspecht

    (@mspecht)


    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?

Viewing 1 replies (of 1 total)
  • Thread Starter mspecht

    (@mspecht)

    Hi,

    Just a quick update on this. I had our AWS admin have a look and we did not have GD or Imagick installed. Once they were installed and I regenerated the image Thumbnails – using Regenerate Thumbnails plugin the meta data was available.

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Image meta data not being stored on an AWS site’ is closed to new replies.