'I am getting error when try send sms using laravel-smpp
This is error:socket_close(): Argument #1 ($socket) must be of type Socket, null given, path:/vendor/php-smpp/php-smpp/sockettransport.class.php
Solution 1:[1]
Problem was in php version, packet smpp don't work in version 8.0 i change to 7.4 and it worked
Solution 2:[2]
Go to the php ini file in xampp and enabled extention socket. Change:
;extension=sockets to extension=sockets.
Check this image: How to enabled socket
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Mr.KING |
| Solution 2 | ouflak |
