During last night's updates, I was upgraded to 76.0.5 as well as latest Easyapache. I'm not sure which of the two is causing this issue.
I use a web-based RSS reader on my server, and after last night's updates, several of the feeds I pull mysteriously stopped actually updating. They stopped updating right at the time the updates ran. there doesn't seem to be any particular patern to the sites having this issue--in some cases, one RSS feed will work while another on the same site won't. In others, entire websites who's RSS feeds were reachable yesterday are no longer reachable today.
The weirdest thing about this is my application claims there's no RSS feed at the failing URls, but if I pull it up either from the local machine or manually using curl, it comes up no problem.
An example of a feed that fails as of last night, straight from the error log:
[08-Nov-2018 13:11:25 UTC] PHP Notice: A feed could not be found at https://www.reddit.com/r/changelog/.rss in /home/quanin/rss/simplepie/simplepie.inc on line 1520
Now, if you pull up that URL locally, clearly it exists. That RSS feed's encoding hasn't changed since 11:00 PM last night when the updates ran. And yet, it fails every time.
already, I've double checked that the PHP cURL extensions are installed, restarted apache, restarted CPanel, and double checked php.ini settings for all 3 installed PHP versions. They haven't changed since pre-update. At this point, I'm not sure where else to check. Feedback, guidance or a solution would all be greatly appreciated.
I use a web-based RSS reader on my server, and after last night's updates, several of the feeds I pull mysteriously stopped actually updating. They stopped updating right at the time the updates ran. there doesn't seem to be any particular patern to the sites having this issue--in some cases, one RSS feed will work while another on the same site won't. In others, entire websites who's RSS feeds were reachable yesterday are no longer reachable today.
The weirdest thing about this is my application claims there's no RSS feed at the failing URls, but if I pull it up either from the local machine or manually using curl, it comes up no problem.
An example of a feed that fails as of last night, straight from the error log:
[08-Nov-2018 13:11:25 UTC] PHP Notice: A feed could not be found at https://www.reddit.com/r/changelog/.rss in /home/quanin/rss/simplepie/simplepie.inc on line 1520
Now, if you pull up that URL locally, clearly it exists. That RSS feed's encoding hasn't changed since 11:00 PM last night when the updates ran. And yet, it fails every time.
already, I've double checked that the PHP cURL extensions are installed, restarted apache, restarted CPanel, and double checked php.ini settings for all 3 installed PHP versions. They haven't changed since pre-update. At this point, I'm not sure where else to check. Feedback, guidance or a solution would all be greatly appreciated.