Heather
Forum Replies Created
-
I’m getting an error with version 2.2.5 too.
Fatal error: Uncaught Error: Call to a member function has_been_compressed() on null in /var/www/html/wp-content/plugins/tiny-compress-images/src/class-tiny-image.php:84I’m getting the error on the media library and upload pages and also only with PDFs.
Media Library Page
It’s happening on the media library page while in the list view. And only with PDFs that have been uploaded before the 2.2.5 update.
Here is a screenshot of two PDF files I uploaded:
https://drive.google.com/file/d/0B7x2sTQYxuutd3pEYWM2SGFxcms/view?usp=sharingI uploaded one PDF with 2.2.4 active then I switched to version 2.2.5 and uploaded the same PDF again. The PDF uploaded with 2.2.4 is giving the error, but not the one uploaded with 2.2.5.
Upload Page
I’m getting the same “HTTP Error” as reported by others and checking the console shows that it’s the same Fatal Error being returned:
https://drive.google.com/file/d/0B7x2sTQYxuutVmFGdG9CbW1WNWM/view?usp=sharingThanks for looking to this issue, it’s easily avoided by switching back to 2.2.4 for now!
Forum: Plugins
In reply to: [Flexslider for Wordpress Native Gallery] wpautopThis is a really annoying bug.
If you’re still searching for a solution to this I fixed it by editing the plugin and replacing the line that says:
return $new_content;withreturn wpautop($new_content);