An error occured in the minecraft poll script.
tastyhub opened this issue ยท 2 comments
Hi. I'm attempting to install Mineload on a separate server. The first step of install, I get this error:
An error occured in the minecraft poll script. Your host may not support sockets in php, or your server is down. A firewall could also be the culpret. ErrorStatus: timeout ErrorThrown: timeout
XML is being generated successfully on our seperate minecraft server.
I have enabled fopen in php, and is on, on our dedicated apache server
http://sabrada.com/phpinfo.php
I havnt been able to find out how to enable fwrite and socket.
I have opened the following ports on the seperate dedicated minecraft server:
-A INPUT -p tcp -m tcp --dport 25500 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 25565 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 20059 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 20060 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 25567 -j ACCEPT
-A INPUT -m tcp -p tcp --dport 6667 -j ACCEPT
-A INPUT -m udp -p tcp --dport 6667 -j ACCEPT
-A INPUT -m udp -p tcp --dport 4545 -j ACCEPT
-A INPUT -m udp -p tcp --dport 4545 -j ACCEPT
I am running mc on a seperate dedicated server running version 0.0.2 of mineload, running on git-Bukkit-1.4.2-R0.2-b2455jnks (MC: 1.4.2)
Does the webserver's firewall allow OUTPUT connections to your minecraft server on 25565 and 25500.