
Eric Thorsen - 2007-07-08 14:34:09
No matter which server I put in, I get these errors.
------------
Warning: socket_recvfrom() [function.socket-recvfrom]: unable to recvfrom [11]: Resource temporarily unavailable in /www/mysite/BF2/battlefield-2-class.php on line 43
Notice: Undefined index: results in /www/mysite/BF2/templates/in-game.php on line 6
Warning: Invalid argument supplied for foreach() in /www/mysite/BF2/templates/in-game.php on line 6
Warning: array_multisort() [function.array-multisort]: Argument #1 is expected to be an array or a sort flag in /www/mysite/BF2/templates/in-game.php on line 16
Notice: Undefined index: results in /www/mysite/BF2/templates/in-game.php on line 21
Warning: Invalid argument supplied for foreach() in /www/mysite/BF2/templates/in-game.php on line 21
Unable to connect to the Battlefield 2 server. Server could be down or changing the map...
----------------
I use PHP 5 on linux CentOs 4 and enabled the sockets extension while compiling php.
Do I have to open special incoming ports in the firewall?
Thank you