Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - mogliii

Pages: [1]
1
Older versions / OG refuses to send notification to one user
« on: May 06, 2010, 09:17:37 am »
Hi,

Im using Opengoo for almost half a year for private purpose. I have two active accounts + admin account.

My account never gets any notification emails. Except a notification is sent at the same cron-event to a different account, too. The other account gets emails.

I now narrowed it down. I created a new account, and it is getting all notifications it should. The cron.php says in that case
Code: [Select]
2010-05-06 11:30:01 - Sending notifications...
2010-05-06 11:30:03 - 2 notifications sent.

however when I am alone to receive a notification, the cron.php returns
Code: [Select]
2010-05-06 12:05:01 - Sending notifications...
2010-05-06 12:05:01 -  notifications sent.
Notice that it does not say
Code: [Select]
2010-05-06 12:05:01 -  0 notifications sent.
The smtp settings are correct and I can send test mails to the address set for my account.

How can I debug the user account? Is there something I can do in the database? I dont want to delete the account, since the settings and associations might get lost.

Forgot to mention. Currently running 1.6.2, but it was the same in 1.6 and 1.6.1

Pages: [1]