Hello, I have a question regarding socket use on free hosting. Simply put, I have a simple PHP script on my site that queries a Minecraft server via the GS4 protocol, which of course involves opening a socket.
My script worked for a couple days, but now I get an error that says:
I checked the server's phpinfo and it says that sockets are enabled. Is there some sort of limit I ran into or something?
My script worked for a couple days, but now I get an error that says:
Code:
Notice: fwrite(): send of 7 bytes failed with errno=1 Operation not permitted in /home/maynos/<path>/<file>.php on line <line>
I checked the server's phpinfo and it says that sockets are enabled. Is there some sort of limit I ran into or something?