Quote:
Originally Posted by Leo Brazil
Thanks Virginia, I've been using the old one since 3.6 and no doubt this is going to be usefull.
|
You're welcome
Quote:
Originally Posted by Leo Brazil
Question: The last version C Braithwaite had of problem with detecting inactivity, you know probably are familiar with this issue that hos mod sent e-mails when people were checking out the pages through the web site and this cause a lot of issues flooding users mail boxes with the same e-mail several times, also increasing server load too. The old version were stable and used cron job instead besides doesn't have options to set different e-mails message and were too simple.
Can you tell us more about how your version works ? You know, I'm one that suffered lots of complains from users with tons of e-mails and just want to make sure this won't cause me issues like that again.
|
If I understand correctly what you are asking, the reason the 1.1.3 version had that issue was that the emailDate field and emailCount fields in the vb_user table was set to the incorrect data type for what the application was trying to put in there. It was set to just an Integer data type with no length to it. I set both fields to Integer but added a width of 10 so it would allow for a timestamp for emailDate and a larger count for emailCount. So far it seems to be working ok.