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:
- Windows php Call to undefined function curl_init()
- Programming udp sockets in python
- Cannot load php7apache2 to server
- Fatal error: Uncaught Error: Class “SQLite3” not found in C:\Code\phpcode\phpbk\tt.php:2 Stack trace: #0 {main} thrown in C:\Code\phpcode\phpbk\tt.php on line 2
- LoadRunner uses HTTPS request
- [Solved] Fatal error: Call to undefined function json_decode()
- A solution to the exception of cannot open eclipse marketplace
- How to open “file explorer” in Android studio
- The solution of losing vcruntime140.dll in the latest Apache installation
- PHP xampp Windows environment installation extension redis fatal error: class’ redis’ not found solution