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

angular ui router - 10 digest iterations reached in angularjs when using $state.go -

symfony - InvalidConfigurationException in SecurityExtension.php line 429: No authentication listener registered for firewall "secured_area" -

javascript - Can Piwik report referrer in real time? -