vodvud / php_zklib

GNU General Public License v2.0
23 stars 19 forks source link

socket_create() issue in ZK Library Issue #3

Closed engrmshahzad closed 5 years ago

engrmshahzad commented 5 years ago

Fatal error: Uncaught Error: Call to undefined function socket_create() in ....\zklib\ZKLib.php:26 Stack trace: #0 ....\test.php(15): ZKLib->__construct('172.16.69.230') #1 {main} thrown in .....\zklib\ZKLib.php on line 26

vodvud commented 5 years ago

You'll need to install (or enable) the Socket PHP extension

engrmshahzad commented 5 years ago

You'll need to install (or enable) the Socket PHP extension

Thank You,

But data not showing data

vodvud commented 5 years ago

You should check connection to machine ping 172.16.69.230, also telnet 172.16.69.230 4370 If is work fine, then try debug code step by step.

engrmshahzad commented 5 years ago

You should check connection to machine ping 172.16.69.230, also telnet 172.16.69.230 4370 If is work fine, then try debug code step by step.

Ok Sir