fwrite(): send of 15 bytes failed with errno=1 Operation not permitted
So the project I'm working on was working fine on localhost with xampp but when I uploaded it on Godaddy I got this error
PHP Notice: fwrite(): send of 15 bytes failed with errno=1 Operation not permitted in /home/randomnumbers/public_html/domain.com/lib/QueryAPI.php on line 61
Line 61: fwrite($this->rSocket, $sPacket);
it works fine on localhost so it has something to do with Godaddy or maybe cPanel?, is there anything I should enable through cPanel to get it to work? I use the economy Linux plan, I enabled sockets in cPanel, but still doesn't work. Any tips?
Please sign in to leave a comment.
Comments
0 comments