ForumHulp / statistics

Statistics is a phpBB 3 extension displaying everything you want to know about your visitors
GNU General Public License v2.0
5 stars 8 forks source link

php warning fsockopen #13

Closed Leinad4Mind closed 7 years ago

Leinad4Mind commented 7 years ago

I'm getting this error now:

[phpBB Debug] PHP Warning: in file [ROOT]/ext/forumhulp/statistics/event/listener.php on line 165: fsockopen(): unable to connect to www.ip-api.com:80 (Connection timed out)

Leinad4Mind commented 7 years ago

Maybe put @fsockopen or use instead socket_create? What do you think?

ForumHulp commented 7 years ago

Look at your server settings, f_open I think

Greetz

Van: Daniel Mota [mailto:notifications@github.com] Verzonden: donderdag 29 december 2016 19:57 Aan: ForumHulp/statistics statistics@noreply.github.com CC: Subscribed subscribed@noreply.github.com Onderwerp: [ForumHulp/statistics] php warning fsockopen (#13)

I'm getting this error now:

[phpBB Debug] PHP Warning: in file [ROOT]/ext/forumhulp/statistics/event/listener.php on line 165: fsockopen(): unable to connect to www.ip-api.com:80 http://www.ip-api.com:80 (Connection timed out)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ForumHulp/statistics/issues/13 , or mute the thread https://github.com/notifications/unsubscribe-auth/AGaIJlqVCqVU3XMQ_qwTNUUBq9nXdmwVks5rNAKTgaJpZM4LXxsH . https://github.com/notifications/beacon/AGaIJtLYG9WlBYzjUrnozQMkeuJ5Ukxaks5rNAKTgaJpZM4LXxsH.gif

Leinad4Mind commented 7 years ago

Thks for the tip. I'll check that.