When the plugin is enabled, WordPress doesn't save _wp_attachment_metadata to the database after uploading a file. It doesn't make a difference which file type the file is or if it has location data or not. A file uploaded disabling the plugin will save the metadata.
There is also a PHP warning (PHP Warning: Undefined array key "geo_latitude" in /var/www/wp/wp-content/plugins/simple-location/includes/class-sloc-media-metadata.php on line 226) which might be related.
When the plugin is enabled, WordPress doesn't save
_wp_attachment_metadata
to the database after uploading a file. It doesn't make a difference which file type the file is or if it has location data or not. A file uploaded disabling the plugin will save the metadata.There is also a PHP warning (
PHP Warning: Undefined array key "geo_latitude" in /var/www/wp/wp-content/plugins/simple-location/includes/class-sloc-media-metadata.php on line 226
) which might be related.