Bug #7972
closedCaptive portals do not synchronize voucher data in both directions
100%
Description
Hi,
I have a master and slave Captive portals. They synchronized well the data in both directions and immediately about active vouchers and voucher rolls.
After upgrading from 2.3 to 2.4 the situation is as follows:
- data is synchronized from the slave to the master immediately it seems, e.g. when you expire the ticket on the slave, it registers on the master. The other way around does not work.
- data is synchronized from the master to the slave only upon clicking on the save button on the Services>Captive Portal>Vouchers form.
Just FYI, I have applied the previous CP patch which brought back the functionality of testing and expiring the vouchers.
Thank you in advance for your help and support.
Updated by Jim Thompson about 7 years ago
- Assignee set to Renato Botelho
- Target version set to 2.4.3
Updated by Renato Botelho almost 7 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset b8963db6fc4ab59aae673f229b76495e85cb3b46.
Updated by Paighton Bisconer almost 7 years ago
Tested on 2.4.3.a.20180305.1550
Was able to sync expired vouchers in both directions, resolved.
Updated by Jim Pingle almost 7 years ago
- Status changed from Feedback to Resolved
Updated by A FL about 6 years ago
Renato wrote:
When voucher is used, disconnected or expired, sync it in both
directions using HA main information on primary to secondary
It seems that backward synchronization is still not working correctly.
xmlrpc_sync_voucher_details() of slave node returns false when a voucher is used/expired on slave, even if credentials of the master node are entered in the slave voucher page.
This happens because a global $cpzone; is missing in xmlrpc_sync_voucher_details(), causing the function to never get credentials entered in the voucher page.
Adding this global $cpzone; also seems to cause other issues (I am still investigating, but I am suspecting a CARP loop).