You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found the solution : in fact my ILS doesnt send the AY and AZ fields. So the CRC control failed each time.
So I modified the function _check_crc($message) by adding the following at the beginning : if(substr($message, -6, 2) != 'AZ'){return true;}
and that works!
I imagine I could have added false parameters to the calls return $this->_returnMessage();
Maybe there should be a configuration option to disable error handling…
However, I still don't understand why a single query works but not many…
Hi,
I'm sending 4 times the patroninformation query, as recommended :
but I get a result only for the first one :
I don't see why...
I'm a librarian, so maybe I'm missing something obvious. If that's so, I'm sorry…
The text was updated successfully, but these errors were encountered: