Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2681

[3.3.x] Support Forum • phpbb 3.3.11 -> 3.3.12 = fsock() timeout

$
0
0
PHP version: 8.1
Apache version: 2.4.61
MySQL version: 10.5.25-MariaDB

I went through the upgrade from 3.3.11 to 3.3.12 yesterday, but now have an interesting issue with connecting to version.phpbb.com, which was working before the upgrade. In fact, the message under my Admin Control Panel reminded me earlier yesterday that I still needed to apply the latest update to version .12. So I downloaded and ran the advanced upgrade package like I always do, but now there's a hiccup. I think it may be a weird coincidence, as I don't see how the upgrade could have affected this...

On both my staging and production sites, since the update to .12, there now is a definite pause when trying to log in until the version check times out. The message at the top of the ACP (3.3.12) once I'm able to log in now reads:
Failed to obtain latest version information.
Connection timed out
I ran a php fsock() connection test script (that I found here from someone with a similar problem) and it generates the below message:

Code:

Warning: fsockopen(): Unable to connect to version.phpbb.com:80 (Connection timed out) 
I can run an fsock() connection check for a text file between staging and prod (same server, different accounts/sites), and I can connect to Google's robots.txt file, but my IP can't connect to version.phpbb.com. The board itself is running just fine of 3.3.12 - it's just this ongoing weirdness with the checking of the version on the ACP that I can't figure out.

Any ideas? Maybe a temporary hiccup somewhere because of the whole Cloudstrike mess? As noted, the version check message was working earlier yesterday just fine when I saw it (version 3.3.11), but as of last night and this morning is not longer working on two boards.

Code:

[root@cloudvpsserver ~]# ping version.phpbb.comPING lb.phpbb.com (140.211.15.244) 56(84) bytes of data.^C--- lb.phpbb.com ping statistics ---75 packets transmitted, 0 received, 100% packet loss, time 73996ms[root@cloudvpsserver ~]# ping www.phpbb.comPING www.phpbb.com (104.18.18.20) 56(84) bytes of data.64 bytes from 104.18.18.20 (104.18.18.20): icmp_seq=1 ttl=59 time=68.7 ms64 bytes from 104.18.18.20 (104.18.18.20): icmp_seq=2 ttl=59 time=60.9 ms64 bytes from 104.18.18.20 (104.18.18.20): icmp_seq=3 ttl=59 time=62.7 ms64 bytes from 104.18.18.20 (104.18.18.20): icmp_seq=4 ttl=59 time=57.8 ms64 bytes from 104.18.18.20 (104.18.18.20): icmp_seq=5 ttl=59 time=70.4 ms64 bytes from 104.18.18.20 (104.18.18.20): icmp_seq=6 ttl=59 time=70.7 ms^C--- www.phpbb.com ping statistics ---6 packets transmitted, 6 received, 0% packet loss, time 5008ms

Statistics: Posted by Chobop — Sun Jul 21, 2024 5:09 pm



Viewing all articles
Browse latest Browse all 2681

Trending Articles