Author Topic: 1.5, beta 3 - "Event email reminders were not being sent", doesn't work.  (Read 2812 times)

Xenomorph

  • Newbie
  • *
  • Posts: 14
    • View Profile
    • Email
Event reminders haven't worked for us with the Calendar.

We'd have a meeting at 12 or something. And it was set to send a reminder 15 minutes before that. 11:45 would come and go, and no one would receive an email.

We got emails when we set up the meeting, and when we change the meeting. Just none reminding us.

When I saw the changelog for 1.5 beta 3, it said it fixed this::

"Event email reminders were not being sent"

I got all excited.

I promptly installed it ... and nothing. We're still not getting reminders.

cron.php is running every minute on our server.
It says this:

Quote
Sending reminders...
0 reminders sent.

Was this not really fixed?


ignacio

  • Hero Member
  • *****
  • Posts: 1703
    • View Profile
I have just checked and it worked for me. So at least one of the issues was fixed. Maybe there are more?

Do you receive other notification emails? Like when there's a new comment on a note or when something is modified? Have you checked your SPAM folder?


Xenomorph

  • Newbie
  • *
  • Posts: 14
    • View Profile
    • Email
We receive notifications when an event is added to the Calendar.

We receive notification when someone updates or changes the event.

We just never get the reminders. If I tell it to email us 15 minutes before the calendar item, we simply never receive the reminder.


ignacio

  • Hero Member
  • *****
  • Posts: 1703
    • View Profile
Hi, can you run the following query in your database and post your results?

Code: [Select]
DESCRIBE `og_object_reminders`;

Note: You need to change the og_ prefix if you are using a different one.

Thanks.