kamshory / ZKLibrary

ZKLibrary is PHP library for reading and writing data to attendance device using UDP protocol. This library useful to comunicate between web server and attendance device directly without addition program. This library is implemented in the form of class. So that you can create an object and use it functions.
GNU General Public License v2.0
193 stars 176 forks source link

Emergency! Cannot read users after posting them #105

Open ghost opened 3 years ago

ghost commented 3 years ago

Hello. I have updated the ZKLibrary, around a month ago, and there has been a serious issue. When i try to upload the first 10 to 13 users, all things works fine. After that, i manage to synchronize them to the machine, but when i try to load the back with the function $users = $zk->getUser(); my app stops working. Can you please help me?