• Resolved kiranime

    (@kiranime)


    hello, today I notice when visiting my page, it will always 524 error code and when looking at debug.log, lscache cannot open the external image source to get the image size and causing my page not load.

    when I deactivate the setting, it load normal again.

    I am not sure if i am doing something wrong or not.

    image for ref: https://www.themoviedb.org/t/p/original/gK1dXKD31jehxd7E8X5cOY78D7N.jpg

    • This topic was modified 2 years, 10 months ago by kiranime.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support qtwrk

    (@qtwrk)

    please try add this into your theme’s functions.php

    apply_filters( 'litespeed_media_ignore_remote_missing_sizes', true )

    Thread Starter kiranime

    (@kiranime)

    now there’s new log if I add it:

    Attempt to read property “post_type” on null in /wp-includes/class-wp-query.php on line 4273

    and the page back to 524

    • This reply was modified 2 years, 10 months ago by kiranime.
    Plugin Support qtwrk

    (@qtwrk)

    if turn off “add missing size” , everything is good ?

    what is the php version you use ?

    and please show me few lines before and after (not repeated) of above error log

    Thread Starter kiranime

    (@kiranime)

    yes, if its turned off, everything’s ok.

    using php7.4/8.0/8.1 still the same, currently on 8.1.

    debug when activated and 524:

    [19-May-2022 04:52:53 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in __path__/public_html/wp-includes/formatting.php on line 2761
    [19-May-2022 04:52:53 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in __path__/public_html/wp-includes/formatting.php on line 2761
    
    05/19/22 11:52:58.873 [__IP__ 1 kdn]  ------GET HTTP/1.1 (HTTPS)  /anime/date-a-live-iii/
    05/19/22 11:52:58.873 [__IP__ 1 kdn] Query String: 
    05/19/22 11:52:58.934 [__IP__ 1 kdn] [Router] get_role: 
    05/19/22 11:52:58.935 [__IP__ 1 kdn] [Optm] init
    05/19/22 11:52:58.989 [__IP__ 1 kdn] ?? [Tag] Add  --- HTTP.200
    05/19/22 11:52:58.989 [__IP__ 1 kdn] [Ctrl] X Cache_control init on
    05/19/22 11:52:59.039 [__IP__ 1 kdn] [Vary] No pending comment
    [19-May-2022 04:52:59 UTC] PHP Deprecated:  preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in __path__/public_html/wp-includes/block-supports/layout.php on line 167
    [19-May-2022 04:52:59 UTC] PHP Deprecated:  preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in __path__/public_html/wp-includes/block-supports/layout.php on line 167
    05/19/22 11:52:59.132 [__IP__ 1 kdn] [Core] Footer hook called
    05/19/22 11:52:59.133 [__IP__ 1 kdn] [Core] Footer check passed
    05/19/22 11:52:59.133 [__IP__ 1 kdn] [Router] get_role: 
    05/19/22 11:52:59.134 [__IP__ 1 kdn] [Router] get_role: 
    05/19/22 11:52:59.134 [__IP__ 1 kdn] [Vary] role id: failed, guest
    05/19/22 11:52:59.134 [__IP__ 1 kdn] [Router] get_role: 
    05/19/22 11:52:59.134 [__IP__ 1 kdn] [Router] get_role: 
    05/19/22 11:52:59.135 [__IP__ 1 kdn] ?? X-LiteSpeed-Cache-Control: public,max-age=604800
    05/19/22 11:52:59.135 [__IP__ 1 kdn] [Core] Footer check passed
    05/19/22 11:52:59.135 [__IP__ 1 kdn] [Media] finalize
    05/19/22 11:52:59.136 [__IP__ 1 kdn] [Media] ?? Missing sizes for image [src] __domain__/wp-content/uploads/2022/05/cropped-output-onlinepngtools-2.png
    05/19/22 11:52:59.137 [__IP__ 1 kdn] [Media] Add missing sizes 300x60 to __domain__/wp-content/uploads/2022/05/cropped-output-onlinepngtools-2.png
    05/19/22 11:52:59.153 [__IP__ 1 kdn] [Media] ?? Missing sizes for image [src] https://www.themoviedb.org/t/p/original/3mk0COu7Htmn8gK0bfYDTw2TEr7.jpg
    [19-May-2022 04:53:07 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 __path__/public_html/wp-includes/Requests/Cookie/Jar.php on line 63
    [19-May-2022 04:53:07 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 __path__/public_html/wp-includes/Requests/Cookie/Jar.php on line 73
    [19-May-2022 04:53:07 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 __path__/public_html/wp-includes/Requests/Cookie/Jar.php on line 89
    [19-May-2022 04:53:07 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 __path__/public_html/wp-includes/Requests/Cookie/Jar.php on line 102
    [19-May-2022 04:53:07 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 __path__/public_html/wp-includes/Requests/Cookie/Jar.php on line 111
    [19-May-2022 04:53:08 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 __path__/public_html/wp-includes/Requests/Cookie/Jar.php on line 63
    [19-May-2022 04:53:08 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 __path__/public_html/wp-includes/Requests/Cookie/Jar.php on line 73
    [19-May-2022 04:53:08 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 __path__/public_html/wp-includes/Requests/Cookie/Jar.php on line 89
    [19-May-2022 04:53:08 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 __path__/public_html/wp-includes/Requests/Cookie/Jar.php on line 102
    [19-May-2022 04:53:08 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 __path__/public_html/wp-includes/Requests/Cookie/Jar.php on line 111
    [19-May-2022 04:53:08 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 __path__/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 40
    [19-May-2022 04:53:08 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 __path__/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 51
    [19-May-2022 04:53:08 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 __path__/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 68
    [19-May-2022 04:53:08 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 __path__/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 82
    [19-May-2022 04:53:08 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 __path__/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 91
    [19-May-2022 04:53:08 UTC] PHP Deprecated:  http_build_query(): Passing null to parameter #2 ($numeric_prefix) of type string is deprecated in __path__/public_html/wp-includes/Requests/Transport/cURL.php on line 345
    [19-May-2022 04:53:08 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 __path__/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 40
    [19-May-2022 04:53:08 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 __path__/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 51
    [19-May-2022 04:53:08 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 __path__/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 68
    [19-May-2022 04:53:08 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 __path__/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 82
    [19-May-2022 04:53:08 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 __path__/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 91
    [19-May-2022 04:53:08 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in __path__/public_html/wp-includes/formatting.php on line 2761
    [19-May-2022 04:53:08 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in __path__/public_html/wp-includes/formatting.php on line 2761
    [19-May-2022 04:53:08 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::setTimezone($timezone) should either be compatible with DateTime::setTimezone(DateTimeZone $timezone): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in __path__/public_html/wp-content/plugins/seo-by-rank-math/vendor/woocommerce/action-scheduler/classes/ActionScheduler_DateTime.php on line 60
    [19-May-2022 04:53:08 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getOffset() should either be compatible with DateTime::getOffset(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in __path__/public_html/wp-content/plugins/seo-by-rank-math/vendor/woocommerce/action-scheduler/classes/ActionScheduler_DateTime.php on line 48
    [19-May-2022 04:53:08 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getTimestamp() should either be compatible with DateTime::getTimestamp(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in __path__/public_html/wp-content/plugins/seo-by-rank-math/vendor/woocommerce/action-scheduler/classes/ActionScheduler_DateTime.php on line 27
    [19-May-2022 04:53:08 UTC] PHP Deprecated:  DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in __path__/public_html/wp-content/plugins/seo-by-rank-math/vendor/woocommerce/action-scheduler/functions.php on line 316
    05/19/22 11:53:45.569 [__IP__ 1 kdn] [Media] Add missing sizes 1280x720 to https://www.themoviedb.org/t/p/original/3mk0COu7Htmn8gK0bfYDTw2TEr7.jpg
    05/19/22 11:53:45.570 [__IP__ 1 kdn] [Media] ?? Missing sizes for image [src] https://www.themoviedb.org/t/p/original/nXtSm7A8Pk7z32ggz3aMbZ1ESnu.jpg
    [19-May-2022 04:54:05 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 __path__/public_html/wp-includes/Requests/Cookie/Jar.php on line 63
    [19-May-2022 04:54:05 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 __path__/public_html/wp-includes/Requests/Cookie/Jar.php on line 73
    [19-May-2022 04:54:05 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 __path__/public_html/wp-includes/Requests/Cookie/Jar.php on line 89
    [19-May-2022 04:54:05 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 __path__/public_html/wp-includes/Requests/Cookie/Jar.php on line 102
    [19-May-2022 04:54:05 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 __path__/public_html/wp-includes/Requests/Cookie/Jar.php on line 111
    [19-May-2022 04:54:05 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::setTimezone($timezone) should either be compatible with DateTime::setTimezone(DateTimeZone $timezone): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in __path__/public_html/wp-content/plugins/seo-by-rank-math/vendor/woocommerce/action-scheduler/classes/ActionScheduler_DateTime.php on line 60
    [19-May-2022 04:54:05 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getOffset() should either be compatible with DateTime::getOffset(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in __path__/public_html/wp-content/plugins/seo-by-rank-math/vendor/woocommerce/action-scheduler/classes/ActionScheduler_DateTime.php on line 48
    [19-May-2022 04:54:05 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getTimestamp() should either be compatible with DateTime::getTimestamp(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in __path__/public_html/wp-content/plugins/seo-by-rank-math/vendor/woocommerce/action-scheduler/classes/ActionScheduler_DateTime.php on line 27
    [19-May-2022 04:54:05 UTC] PHP Deprecated:  DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in __path__/public_html/wp-content/plugins/seo-by-rank-math/vendor/woocommerce/action-scheduler/functions.php on line 316
    [19-May-2022 04:54:05 UTC] PHP Deprecated:  DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in __path__/public_html/wp-content/plugins/seo-by-rank-math/vendor/woocommerce/action-scheduler/functions.php on line 316
    [19-May-2022 04:54:05 UTC] PHP Deprecated:  DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in __path__/public_html/wp-content/plugins/seo-by-rank-math/vendor/woocommerce/action-scheduler/functions.php on line 316
    [19-May-2022 04:54:05 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 __path__/public_html/wp-includes/Requests/Cookie/Jar.php on line 63
    [19-May-2022 04:54:05 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 __path__/public_html/wp-includes/Requests/Cookie/Jar.php on line 73
    [19-May-2022 04:54:05 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 __path__/public_html/wp-includes/Requests/Cookie/Jar.php on line 89
    [19-May-2022 04:54:05 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 __path__/public_html/wp-includes/Requests/Cookie/Jar.php on line 102
    [19-May-2022 04:54:05 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 __path__/public_html/wp-includes/Requests/Cookie/Jar.php on line 111
    [19-May-2022 04:54: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 __path__/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 40
    [19-May-2022 04:54: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 __path__/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 51
    [19-May-2022 04:54: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 __path__/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 68
    [19-May-2022 04:54: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 __path__/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 82
    [19-May-2022 04:54: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 __path__/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 91
    [19-May-2022 04:54:05 UTC] PHP Deprecated:  http_build_query(): Passing null to parameter #2 ($numeric_prefix) of type string is deprecated in __path__/public_html/wp-includes/Requests/Transport/cURL.php on line 345
    [19-May-2022 04:54:06 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 __path__/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 40
    [19-May-2022 04:54:06 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 __path__/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 51
    [19-May-2022 04:54:06 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 __path__/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 68
    [19-May-2022 04:54:06 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 __path__/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 82
    [19-May-2022 04:54:06 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 __path__/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 91
    [19-May-2022 04:54:06 UTC] PHP Deprecated:  preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in __path__/public_html/wp-includes/block-supports/layout.php on line 167
    [19-May-2022 04:54:06 UTC] PHP Deprecated:  preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in __path__/public_html/wp-includes/block-supports/layout.php on line 167
    • This reply was modified 2 years, 9 months ago by kiranime.
    • This reply was modified 2 years, 9 months ago by kiranime.
    Plugin Support qtwrk

    (@qtwrk)

    I tested with a clean wordpress + storefront theme , add missing size to remote image works on me

    05/19/22 11:12:05.430 [1.1.1.1:57512 1 NGV] ?? X-LiteSpeed-Cache-Control: public,max-age=604800
    05/19/22 11:12:05.430 [1.1.1.1:57512 1 NGV] ?? X-LiteSpeed-Tag: d56_HTTP.200,d56_front,d56_URL./,d56_F,d56_Po.27,d56_PGS,d56_
    05/19/22 11:12:05.430 [1.1.1.1:57512 1 NGV] [Core] Footer check passed
    05/19/22 11:12:05.430 [1.1.1.1:57512 1 NGV] ?? finalize
    05/19/22 11:12:05.433 [1.1.1.1:57512 1 NGV] [Media] lazyload found: https://www.themoviedb.org/t/p/original/gK1dXKD31jehxd7E8X5cOY78D7N.jpg
    05/19/22 11:12:05.433 [1.1.1.1:57512 1 NGV] ?? ?? Missing sizes for image [src] https://www.themoviedb.org/t/p/original/gK1dXKD31jehxd7E8X5cOY78D7N.jpg
    05/19/22 11:12:05.433 [1.1.1.1:57512 1 NGV] [Util] external
    05/19/22 11:12:05.481 [1.1.1.1:57512 1 NGV] ?? Add missing sizes 1280x720 to https://www.themoviedb.org/t/p/original/gK1dXKD31jehxd7E8X5cOY78D7N.jpg
    05/19/22 11:12:05.482 [1.1.1.1:57512 1 NGV] [Media] lazyload found: https://domain.com/wp-content/uploads/2022/05/accessories-324x324.jpg
    05/19/22 11:12:05.482 [1.1.1.1:57512 1 NGV] [Media] lazyload found: https://domain.com/wp-content/uploads/2022/05/hoodies-324x324.jpg
    05/19/22 11:12:05.482 [1.1.1.1:57512 1 NGV] [Media] lazyload found: https://domain.com/wp-content/uploads/2022/05/tshirts-324x324.jpg

    this may be a conflict to certain plugin , please try find out which plugin is that so we can further debug it

    • This reply was modified 2 years, 9 months ago by qtwrk.
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘524 Error when using add missing sizes media’ is closed to new replies.