php - fwrite() error, operation not permitted -


basically, code should work because works when run website locally. though, when upload dedicated server, show these errors:

notice: fwrite(): send of 15 bytes failed errno=1 operation not permitted in /home/advancegzw/www/folder/include/sampqueryapi.php on line 72

notice: fwrite(): send of 15 bytes failed errno=1 operation not permitted in /home/advancegzw/www/folder/include/sampqueryapi.php on line 72

notice: fwrite(): send of 15 bytes failed errno=1 operation not permitted in /home/advancegzw/www/folder/include/sampqueryapi.php on line 72

line 72 fwrite() obviously:

fwrite($this->rsocket, $spacket); 

is there possibility hosting company blocked outgoing udp? or there cause?


Comments

Popular posts from this blog

html - Firefox flex bug applied to buttons? -

html - Missing border-right in select on Firefox -

c# - two queries in same method -