On the other hand the pull cron is always running, I attached the issue image, please reference that thanks!
Image pull process failure image: t.ly/XsCEE
Pull Cron is running: t.ly/0Y1NH
Plugin Support
qtwrk
(@qtwrk)
please edit file /wp-content/plugins/litespeed-cache/src/img-optm.cls.php , at line 1161, you will see 5.6.0 , change it to 8.6.0 , clean up unfinished data , then send again.
Hi @qtwrk
I was glad to received your feedback and help 🙂
Do you mean to change the number of the file that you mentioned like the image below?
img-optm.cls image: t.ly/kHsol
Why should we change this? What does this piece of code mean? Is it related to the supported php version?
Plugin Support
qtwrk
(@qtwrk)
yes , just to make that if check to return false and proceed to another chunk of code
@qtwrk
Why can’t the judgment of this paragraph be true? The PHP version I am currently running is 8.2, and >= 5.6 is the correct judgment. Why does the error message I raised appear when the judgment of this code is true?
Plugin Support
qtwrk
(@qtwrk)
because then what if is true , it will use Requests::request_multiple , when it is false , it will fallback to use wp_remote_get() function
and with current info I have , that error is happened when use the Requests library , and it doesn’t show when use wp_remote_get()
@qtwrk
This makes it clear to me. Thank you very much for your professional and detailed explanation :)