Call to undefined function socket_create()

Fatal error

: Call to undefined function socket_ create() in

D:\workspace\codyymeet\lib\codyyClass\library\core_ 2.php

on line

118

The reason for this error is :

An extension class in php.ini is not open.

Rescue plan:

1. Through the Wamp server environment, it is convenient and fast to directly open the extension.

2、

Find PHP. Ini and see extension = PHP_ GD2. DLL and extension = PHP_ Whether the sockets.dll extension is open;

Check whether the socket module is enabled in the content displayed by phpinfo(); If it’s not open, open it.

Similar Posts: