Brais
Results
3
comments of
Brais
Same Problem here.
Hi @sorokaty what PHP Version are yo running?
If you are running PHP >= 8 the problem is on the Socket.php File, if you need a quick fix just replace ` if (!is_resource($this->socket)) return false;` With `if (!($this->socket...