Hi! First of all, thank you for offering this plugin for free to the community!
Second, it does not activate in my instance. No error message, just no action. What i notice:
My versions etc.:
Many thanks for your help,
Claus
]]>Plugin specific area in media settings of wp-admin shows the message “Control how .heic images are handled during uploads.”. Heic files get uploaded, but no type of control shows during uploads, so no web copies of the files are created. Original file is displayed as a gray square in media library. As specified in the title ImageMagick is at its 7.1.1-33 version. I’ve contacted the host support, but they told me they can’t manage to downgrade/upgrade the extension. Could you please help me?
]]>I have installed the plugin. I have checked the settings page. Looks like my website supports your plugin all okay. then I have tried to upload .heic files but they are not getting uploaded. What should I do?
]]>With the replace option enabled, the replace function returns exits the first test because the file type is application/octet-stream
rather than image/heic
. Searching the internet I see a lot of discussion around this issue and how it might be related to something at the OS level.
After enabling the plugin and uploading an HEIC image, I only see the broken HEIC image in the media library. I do see the duplicate webp image on my server in the uploads directory but not in the media library. Is this the expected behavior?
]]>Hi,
Installing imagick with libheif is not supported even in latest Debian. You must recompile. The use of the AppImage magick may be more portable. That’s why I suggest that you provide support for this binary in your plugin.
This plugin only works on servers running ImageMagick 7 or above. ImageMagick is installed, but does not support HEIC. Oldest version with HEIC support is 7.0.8-46. Installed version is ImageMagick 7.1.0-62 Q16-HDRI x86_64 20885″
]]>Not sure if I am interpreting the version incorrectly, if there is an issue with the plugin. It says my installed version is newer than the oldest required version? I’m using PHP 7.4 and ImageMagick 7.1.0.
Any ideas? Thanks in advance.
This plugin only works on servers running ImageMagick 7 or above. ImageMagick is installed, but does not support HEIC. Oldest version with HEIC support is 7.0.8-46. Installed version is ImageMagick 7.1.0-2 Q16 x86_64 2021-06-25 https://imagemagick.org
]]>Awesome plugin – but there’s one major drawback that makes it useless for most use cases.
Example when using a front end form to upload an image – this maps the uploaded Media ID to the required fields for featured image or custom fields etc.
What would make this plugin useful is if it can replace the existing .heic file’s allocated ID with the new .webp
so instead of
.heic = ID = 1234
.webp = ID = 1235
needs to be
.heic = ID = 1234
.webp = ID = 1234 (replaces the .heic file with the .webp)
Hope you can make this work!
Hello, using the plugin in a multisite network and activate it as network activation.
on the main site i upload a Heic file and i get blank image and the error in debug.log is:
[30-Dec-2022 16:08:33 UTC] PHP Deprecated: Return type of Requests_Cookie_Jar::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Cookie/Jar.php on line 63
[30-Dec-2022 16:08:33 UTC] PHP Deprecated: Return type of Requests_Cookie_Jar::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Cookie/Jar.php on line 73
[30-Dec-2022 16:08:33 UTC] PHP Deprecated: Return type of Requests_Cookie_Jar::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Cookie/Jar.php on line 89
[30-Dec-2022 16:08:33 UTC] PHP Deprecated: Return type of Requests_Cookie_Jar::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Cookie/Jar.php on line 102
[30-Dec-2022 16:08:33 UTC] PHP Deprecated: Return type of Requests_Cookie_Jar::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Cookie/Jar.php on line 111
[30-Dec-2022 16:08:34 UTC] PHP Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 40
[30-Dec-2022 16:08:34 UTC] PHP Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 51
[30-Dec-2022 16:08:34 UTC] PHP Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 68
[30-Dec-2022 16:08:34 UTC] PHP Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 82
[30-Dec-2022 16:08:34 UTC] PHP Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 91
[30-Dec-2022 16:08:46 UTC] PHP Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /home/james/public_html/wp-includes/functions.php on line 7022
[30-Dec-2022 16:08:46 UTC] PHP Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/james/public_html/wp-includes/functions.php on line 2162
[30-Dec-2022 16:08:46 UTC] PHP Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /home/james/public_html/wp-includes/functions.php on line 7022
[30-Dec-2022 16:08:46 UTC] PHP Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/james/public_html/wp-includes/functions.php on line 2162
[30-Dec-2022 16:08:50 UTC] PHP Deprecated: Return type of Requests_Cookie_Jar::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Cookie/Jar.php on line 63
[30-Dec-2022 16:08:50 UTC] PHP Deprecated: Return type of Requests_Cookie_Jar::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Cookie/Jar.php on line 73
[30-Dec-2022 16:08:50 UTC] PHP Deprecated: Return type of Requests_Cookie_Jar::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Cookie/Jar.php on line 89
[30-Dec-2022 16:08:50 UTC] PHP Deprecated: Return type of Requests_Cookie_Jar::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Cookie/Jar.php on line 102
[30-Dec-2022 16:08:50 UTC] PHP Deprecated: Return type of Requests_Cookie_Jar::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Cookie/Jar.php on line 111
[30-Dec-2022 16:08:51 UTC] PHP Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 40
[30-Dec-2022 16:08:51 UTC] PHP Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 51
[30-Dec-2022 16:08:51 UTC] PHP Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 68
[30-Dec-2022 16:08:51 UTC] PHP Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 82
[30-Dec-2022 16:08:51 UTC] PHP Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 91
[30-Dec-2022 16:09:06 UTC] PHP Deprecated: Return type of Requests_Cookie_Jar::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Cookie/Jar.php on line 63
[30-Dec-2022 16:09:06 UTC] PHP Deprecated: Return type of Requests_Cookie_Jar::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Cookie/Jar.php on line 73
[30-Dec-2022 16:09:06 UTC] PHP Deprecated: Return type of Requests_Cookie_Jar::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Cookie/Jar.php on line 89
[30-Dec-2022 16:09:06 UTC] PHP Deprecated: Return type of Requests_Cookie_Jar::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Cookie/Jar.php on line 102
[30-Dec-2022 16:09:06 UTC] PHP Deprecated: Return type of Requests_Cookie_Jar::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Cookie/Jar.php on line 111
[30-Dec-2022 16:09:07 UTC] PHP Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 40
[30-Dec-2022 16:09:07 UTC] PHP Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 51
[30-Dec-2022 16:09:07 UTC] PHP Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 68
[30-Dec-2022 16:09:07 UTC] PHP Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 82
[30-Dec-2022 16:09:07 UTC] PHP Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 91
[30-Dec-2022 16:09:48 UTC] PHP Deprecated: Return type of Requests_Cookie_Jar::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Cookie/Jar.php on line 63
[30-Dec-2022 16:09:48 UTC] PHP Deprecated: Return type of Requests_Cookie_Jar::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Cookie/Jar.php on line 73
[30-Dec-2022 16:09:48 UTC] PHP Deprecated: Return type of Requests_Cookie_Jar::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Cookie/Jar.php on line 89
[30-Dec-2022 16:09:48 UTC] PHP Deprecated: Return type of Requests_Cookie_Jar::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Cookie/Jar.php on line 102
[30-Dec-2022 16:09:48 UTC] PHP Deprecated: Return type of Requests_Cookie_Jar::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Cookie/Jar.php on line 111
[30-Dec-2022 16:09:49 UTC] PHP Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 40
[30-Dec-2022 16:09:49 UTC] PHP Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 51
[30-Dec-2022 16:09:49 UTC] PHP Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 68
[30-Dec-2022 16:09:49 UTC] PHP Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 82
[30-Dec-2022 16:09:49 UTC] PHP Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 91
[30-Dec-2022 16:10:06 UTC] PHP Deprecated: Return type of Requests_Cookie_Jar::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Cookie/Jar.php on line 63
[30-Dec-2022 16:10:06 UTC] PHP Deprecated: Return type of Requests_Cookie_Jar::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Cookie/Jar.php on line 73
[30-Dec-2022 16:10:06 UTC] PHP Deprecated: Return type of Requests_Cookie_Jar::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Cookie/Jar.php on line 89
[30-Dec-2022 16:10:06 UTC] PHP Deprecated: Return type of Requests_Cookie_Jar::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Cookie/Jar.php on line 102
[30-Dec-2022 16:10:06 UTC] PHP Deprecated: Return type of Requests_Cookie_Jar::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Cookie/Jar.php on line 111
[30-Dec-2022 16:10:07 UTC] PHP Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 40
[30-Dec-2022 16:10:07 UTC] PHP Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 51
[30-Dec-2022 16:10:07 UTC] PHP Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 68
[30-Dec-2022 16:10:07 UTC] PHP Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 82
[30-Dec-2022 16:10:07 UTC] PHP Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 91
[30-Dec-2022 16:10:49 UTC] PHP Deprecated: Return type of Requests_Cookie_Jar::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Cookie/Jar.php on line 63
[30-Dec-2022 16:10:49 UTC] PHP Deprecated: Return type of Requests_Cookie_Jar::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Cookie/Jar.php on line 73
[30-Dec-2022 16:10:49 UTC] PHP Deprecated: Return type of Requests_Cookie_Jar::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Cookie/Jar.php on line 89
[30-Dec-2022 16:10:49 UTC] PHP Deprecated: Return type of Requests_Cookie_Jar::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Cookie/Jar.php on line 102
[30-Dec-2022 16:10:49 UTC] PHP Deprecated: Return type of Requests_Cookie_Jar::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Cookie/Jar.php on line 111
[30-Dec-2022 16:10:50 UTC] PHP Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 40
[30-Dec-2022 16:10:50 UTC] PHP Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 51
[30-Dec-2022 16:10:50 UTC] PHP Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 68
[30-Dec-2022 16:10:50 UTC] PHP Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 82
[30-Dec-2022 16:10:50 UTC] PHP Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 91
[30-Dec-2022 16:11:06 UTC] PHP Deprecated: Return type of Requests_Cookie_Jar::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Cookie/Jar.php on line 63
[30-Dec-2022 16:11:06 UTC] PHP Deprecated: Return type of Requests_Cookie_Jar::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Cookie/Jar.php on line 73
[30-Dec-2022 16:11:06 UTC] PHP Deprecated: Return type of Requests_Cookie_Jar::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Cookie/Jar.php on line 89
[30-Dec-2022 16:11:06 UTC] PHP Deprecated: Return type of Requests_Cookie_Jar::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Cookie/Jar.php on line 102
[30-Dec-2022 16:11:06 UTC] PHP Deprecated: Return type of Requests_Cookie_Jar::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Cookie/Jar.php on line 111
[30-Dec-2022 16:11:07 UTC] PHP Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 40
[30-Dec-2022 16:11:07 UTC] PHP Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 51
[30-Dec-2022 16:11:07 UTC] PHP Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 68
[30-Dec-2022 16:11:07 UTC] PHP Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 82
[30-Dec-2022 16:11:07 UTC] PHP Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 91
[30-Dec-2022 16:11:48 UTC] PHP Deprecated: Return type of Requests_Cookie_Jar::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Cookie/Jar.php on line 63
[30-Dec-2022 16:11:48 UTC] PHP Deprecated: Return type of Requests_Cookie_Jar::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Cookie/Jar.php on line 73
[30-Dec-2022 16:11:48 UTC] PHP Deprecated: Return type of Requests_Cookie_Jar::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Cookie/Jar.php on line 89
[30-Dec-2022 16:11:48 UTC] PHP Deprecated: Return type of Requests_Cookie_Jar::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Cookie/Jar.php on line 102
[30-Dec-2022 16:11:48 UTC] PHP Deprecated: Return type of Requests_Cookie_Jar::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Cookie/Jar.php on line 111
[30-Dec-2022 16:11:49 UTC] PHP Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 40
[30-Dec-2022 16:11:49 UTC] PHP Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 51
[30-Dec-2022 16:11:49 UTC] PHP Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 68
[30-Dec-2022 16:11:49 UTC] PHP Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 82
[30-Dec-2022 16:11:49 UTC] PHP Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 91
[30-Dec-2022 16:12:06 UTC] PHP Deprecated: Return type of Requests_Cookie_Jar::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Cookie/Jar.php on line 63
[30-Dec-2022 16:12:06 UTC] PHP Deprecated: Return type of Requests_Cookie_Jar::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Cookie/Jar.php on line 73
[30-Dec-2022 16:12:06 UTC] PHP Deprecated: Return type of Requests_Cookie_Jar::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Cookie/Jar.php on line 89
[30-Dec-2022 16:12:06 UTC] PHP Deprecated: Return type of Requests_Cookie_Jar::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Cookie/Jar.php on line 102
[30-Dec-2022 16:12:06 UTC] PHP Deprecated: Return type of Requests_Cookie_Jar::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Cookie/Jar.php on line 111
[30-Dec-2022 16:12:07 UTC] PHP Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 40
[30-Dec-2022 16:12:07 UTC] PHP Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 51
[30-Dec-2022 16:12:07 UTC] PHP Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 68
[30-Dec-2022 16:12:07 UTC] PHP Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 82
[30-Dec-2022 16:12:07 UTC] PHP Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 91
[30-Dec-2022 16:12:49 UTC] PHP Deprecated: Return type of Requests_Cookie_Jar::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Cookie/Jar.php on line 63
[30-Dec-2022 16:12:49 UTC] PHP Deprecated: Return type of Requests_Cookie_Jar::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Cookie/Jar.php on line 73
[30-Dec-2022 16:12:49 UTC] PHP Deprecated: Return type of Requests_Cookie_Jar::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Cookie/Jar.php on line 89
[30-Dec-2022 16:12:49 UTC] PHP Deprecated: Return type of Requests_Cookie_Jar::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Cookie/Jar.php on line 102
[30-Dec-2022 16:12:49 UTC] PHP Deprecated: Return type of Requests_Cookie_Jar::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Cookie/Jar.php on line 111
[30-Dec-2022 16:12:50 UTC] PHP Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 40
[30-Dec-2022 16:12:50 UTC] PHP Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 51
[30-Dec-2022 16:12:50 UTC] PHP Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 68
[30-Dec-2022 16:12:50 UTC] PHP Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 82
[30-Dec-2022 16:12:50 UTC] PHP Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 91
[30-Dec-2022 16:13:04 UTC] PHP Deprecated: Return type of Requests_Cookie_Jar::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Cookie/Jar.php on line 63
[30-Dec-2022 16:13:04 UTC] PHP Deprecated: Return type of Requests_Cookie_Jar::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Cookie/Jar.php on line 73
[30-Dec-2022 16:13:04 UTC] PHP Deprecated: Return type of Requests_Cookie_Jar::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Cookie/Jar.php on line 89
[30-Dec-2022 16:13:04 UTC] PHP Deprecated: Return type of Requests_Cookie_Jar::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Cookie/Jar.php on line 102
[30-Dec-2022 16:13:04 UTC] PHP Deprecated: Return type of Requests_Cookie_Jar::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Cookie/Jar.php on line 111
[30-Dec-2022 16:13:05 UTC] PHP Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 40
[30-Dec-2022 16:13:05 UTC] PHP Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 51
[30-Dec-2022 16:13:05 UTC] PHP Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 68
[30-Dec-2022 16:13:05 UTC] PHP Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 82
[30-Dec-2022 16:13:05 UTC] PHP Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/james/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 91
]]>
Hi,
“HEIC Support” is its plugin name but it has a clear meaning when this string shows on the WordPress Dashboard.
In some languages, like zh_TW, the translators don’t translate the plugin’s name but need to translate the plugin’s UI, so I made some modifications for this issue.
heic-support.php, Line 152 and 153
_x( 'HEIC Support', 'UI Strings', 'heic-support' ),
_x( 'HEIC Support', 'UI Strings', 'heic-support' ),
heic-support.php, Line 181
<h2><?php echo esc_html_x( 'HEIC Support', 'UI Strings', 'heic-support' ); ?></h2>
And one message can be translated.
heic-support.php, Line 210
$msg = __('no decode delegate for this image format \'HEIC\'', 'heic-support' );
All the above are based on version 1.0.1.
]]>When I try to activate the plugin, I receive the following error
Parse error: syntax error, unexpected ‘)’ in /home/unnnnnnnnnnn/domains/greatlakesdesigns.com/public_html/gura/wp-content/plugins/heic-support/heic-support.php on line 223
I’m running WordPress 6.1.1 and my server is running PHP 7.2 and has ImageMagick 7.1.0-20 installed
]]>