Quote:
Originally Posted by Xoxideforums
The table in the DB was created, my members are being inserted to the table when they subscribe. But no one is recieving emails about the event.
The mail function definately works because subscriptions to certain forums are working just fine.
Any Ideas?
|
My first thought would be to check the modification to the reminder.php file to make sure that is all in order. If it is, and you've tried subscribing to the calendar, run the below SQL query either from the AdminCP or from phpMyAdmin and PM me with the results. Be sure to put your table prefix in front of the word datastore if you specified on when installing, like: vb_datastore.
Code:
select * from datastore where title = 'lastautoremind'