cobisja / tad-php

PHP Library for ZK Time & Attendance Devices
MIT License
213 stars 159 forks source link

Device soap connection doesn't allow storing of cards above 2147483647 #72

Open fpendovski opened 5 years ago

fpendovski commented 5 years ago

When trying to use set_user_info with a card that's above 2147483647, the user gets saved successfully, but with 2147483647 as the card value, this seems to be a limit of the soap web server on the device. The device in question that i'm using is ZKTeco SC 403. Did anyone else have this issue and did they find a workaround? I was thinking about using curl to edit the user via the web-admin of the device itself.