membership tables

Please report bugs and any annoyances here. Kindly include all possible details: steps to reproduce, expected result, actual result, screenshots, ... etc.
Post Reply
bescott53

membership tables

Post by bescott53 » 2019-08-19 09:27

I have an issue where new members are being added to the members table but when the create records the records PK is not stored in the membership_userrecords table?

I have 180 users, is there a limit?

User avatar
onoehring
AppGini Super Hero
AppGini Super Hero
Posts: 1156
Joined: 2019-05-21 22:42
Location: Germany
Contact:

Re: membership tables

Post by onoehring » 2019-08-19 13:25

Hi bescott53,

in mysql there is no such limit. Did you change anything in the membership_userrecords table? I am thinking of some constraint.
Does the problem occur for all users (all groups) or is it specific?

Did you clean up your membership records from the admin area? Maybe this helps.


Olaf

bescott53

Re: membership tables

Post by bescott53 » 2019-08-20 09:07

Hi Olaf,no i didn't change anything and all other users are updating properly except the latest one?

User avatar
onoehring
AppGini Super Hero
AppGini Super Hero
Posts: 1156
Joined: 2019-05-21 22:42
Location: Germany
Contact:

Re: membership tables

Post by onoehring » 2019-08-20 09:11

Hi,

can you try to delete the latest user and recreate him - does the problem then still exist?

Olaf

User avatar
jsetzer
AppGini Super Hero
AppGini Super Hero
Posts: 1807
Joined: 2018-07-06 06:03
Location: Kiel, Germany
Contact:

Re: membership tables

Post by jsetzer » 2019-08-20 09:22

bescott53 wrote:
2019-08-20 09:07
all other users are updating properly except the latest one?
Can you see any difference between the last one and the others?

Perhaps that one has a very (!) long memberID
or special characters in his/her name?

No other idea at the moment. For me the next step would be narrowing it down by adding some logging.

Best,
Jan
Kind regards,
<js />

My AppGini Blog:
https://appgini.bizzworxx.de/blog

You can help us helping you:
Please always put code fragments inside [code]...[/code] blocks for better readability

AppGini 24.10 Revision 1579 + all AppGini Helper tools

bescott53

Re: membership tables

Post by bescott53 » 2019-08-20 09:51

Olaf, I did recreate the user but no difference.

Jsetzer, there is a large custom 2 but not sure if that would cause an issue but i will change to see if this is the issue.

Post Reply