Page 1 of 1

No Members Records for Member

Posted: 2015-11-18 19:48
by elemire
Hi Guys,

I have 13 different users accessing my database. I have been using the member records to keep tabs on which members are making mistakes, however I have several users who are not showing any member records.

They are making changes and the changes are reflecting fine in my tables, but I don't see any member records for them.

I have checked using MySQL PHP Admin and do not see any records for the users either.

Any ideas why some users are logging records and others arent?

Re: No Members Records for Member

Posted: 2015-11-19 05:29
by a.gneady
Hmm .. do you have any customized code added to the hooks or to other files? If yes, please post it here if possible.

Re: No Members Records for Member

Posted: 2015-11-19 11:27
by elemire
I think I found the problem, for the most part my users update records by using an auto lookup field to populate information into a table. I take it because a record isn't being modified or added to any tables, just linked with the auto lookup its not recorded in the members records.

Would there be an easy way to add this functionality?

I am not running any custom hooks at the moment.