I tried to execute a php script through the shell specified here by: -
php whatsapp.php -s MobileNo Message
and I got the following error: -
PHP Notice: fwrite(): send of 111 bytes failed with errno=32 Broken pipe in whatsprot.class.php on line 1923
and line 1923 in whatsprot.class.php matches: -
fwrite($this->socket, $data, strlen($data));
whatsprot.class.php here
Is there any fix for this problem?
source share