Could someone help clarify some queries I have regaurding Membership please? My site is now 5 months old and following a very traumatic time with PayPal config (even the Boonex guys haven't been able to get that fully working) I'm still struggling to get membership to work as it should.
For expample:
The MEMBER I have been testing with has today thrown up a really odd issue:
Front end the MEMBER shows as expiring today in 3 hours. This is what I'm expecting.
However, looking in sys_acl_members_levels we see two entries for this MEMBER:
INSERT INTO `sys_acl_levels_members` (`IDMember`, `IDLevel`, `DateStarts`, `DateExpires`, `TransactionID`, `Expiring`) VALUES (2, 6, '2016-08-22 17:24:06', '2017-01-19 01:24:07', '8LG471528J461623', 0), (2, 6, '2016-08-22 17:44:06', '2017-01-19 01:14:12', '41659065PJ244882', 0);
So where is the 3 hours coming from?
Am I correct in saying that for every paid membership there should be two records in sys_acl_members_levels, each with the same start and end dates - just slightly different times and seperate transaction numbers?
If so I have found my issue there arequite a lot of single entries. Am I missing an other tables that are updated when membership is purchased?
As my membership is now well over 1000 I can no longer mange the membership manually so I was thinking that the quickest solution would be to zap sys_acl_members_levels and upload a clean table with current member data which I can generate easily from my tracking spreadsheets I have had to maintain due to this and PayPal issues.
Any assistance or pointers most gratefully received.
Thanks