Hello, I have a few plugins that run when a new member signs up to the FREE plugin. The first one is the Listmail plugin that adds members to my mailing list. The second one is the SMF forum one, that adds members to my forum. I've noticed recently in my logs, that the Listmail fails due to a mysql duplicate (a unique ID was a mediumint instead of something larger in the database) The upshot of this is that around 1000 recent registrants have no forum or listmail records automatically added. I've fixed the ID problem, but I need a way to get all those users to have get their Listmail and SMF forum records created. It would have been great if there was some way at-least brute-force adding it from a member record in the admin panel (So I could at least add them on a case by case basis on request). Is there anything I can do here? Perhaps some way of checking that these records exist for the member, and if not, creating them (I can perhaps make the checks in the code myself, if i knew what to look for / to do call the required setup) Thanks for any pointers
If you have fixed the issue you may be able to run the "Rebuild Db" command to have the data synced. Certainly full back up all of your databases before you attempt this.
I will try the rebuild db, although it can take almost a day to do it as i have over 150,000 members in the dbase