• Hello,

    I tried using this plugin under WP 4.2.2, but it looks like when the plugin updates the rotated image metadata, it does not generate (or removes) the set of large, medium, thumbnail or other custom sized images that a lot of themes and plugins rely on for displaying galleries and such, so it looks like the image is missing.

    I am not sure if it needs to use “maybe_generate_attachment_meta” or what is happening that the image sizes are not being generated.

    Thanks

    https://www.ads-software.com/plugins/image-rotation-fixer/

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

    (@snowboardmommy)

    When I disabled all other plugins, the issue was still happening and I got an on-screen error message of “Error image.jpg An Error occurred in the upload. Please try again later.”

    The photo that did not need to be rotated (eg: no exif or was oriented “correctly”) uploaded fine.

    Here is what I found in my error logs:

    [15-Jul-2015 15:22:20 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 9792 bytes) in /home/myaccount/public_html/wordpress/wp-content/plugins/image-rotation-fixer/image-rotation-fixer.php on line 78

    There was the same fatal error message for lines 68 & 85 as well, which are the lines that correspond to actually rotating the images in the switch

    I think I have already allocated plenty of memory to wordpress … and based on similar support posts, it seems this is an issue for more than just me, especially since some folks do not have access to change their memory allocation.

    I am wondering if this is a PHP issue where the memory needs to be allocated first before calling the image rotate function?

    Anyway, hope that helps. Would love to see this plugin working again. Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Missing image sizes in 4.2.2’ is closed to new replies.