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

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -