when I'm logged in all the time and visit and read every day?
when I'm logged in all the time and visit and read every day?
We've been experiencing some issues with the reminder email, you arent the first person to let me know about this, its being worked on, just having problems figuring out exactly what is causing the error atm :(
Regards,
Lee
I had some trouble on my server with its logic and the date going to 2010.
If its not using CURRENT_TIMESTAMP, it may be looking at dates one digit at a time... so if the logic is comparing the date with 2009 and 2010 in a less than or greater than statement, that 1 in what has been a 0's place for 9 years may throw it... at least it did on a few features with my site. I had to change the way it stored dates from date(M...) to CURRENT_TIMESTAMP and update all the dates previously stored.
Hope that helps :)