MyBB Community Forums

Full Version: Subscription Email Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
After upgrading to R1.02, no email were sent out for newpost. Although emails were sent out for PM notification, activation email. etc.

I had to re-subscribe to the thread before I can receive the emails. Is there an easy way to reset the thread subscription for all members on my board?
I was wrong. I am still having the problem.
I've run the mail test suggested by the other threads and it works.

The only thing I can think of is, some of fields on my board are not being updated. Any suggestions where to start?

Thanks.
If you have PHPMyAdmin, after you subscribe to a thread take note of your user id as well as the thread ID. In PHPMyAdmin, query the "mybb_subscriptions" table for:

SELECT * FROM mybb_subscriptions WHERE tid='tid goes here' AND uid='your uid here';

See if there are any results.
I don't have a table call 'mybb_subscriptions', but I have one calledmybb_favorites and mybb_forumsubscriptions.
'mybb_favorites' does have an entry for the uid and tid.
mybb_forumsubscriptions and mybb_subscriptions are the same !!

so use mybb_forumsubscriptions

regards
mybb_forumsubscriptions does not have 'tid'
no i;m sorry it's

mybb_favorites

dont worry about the word favorites, inside u may find the type !if it was S this means subscription.

Quote:fid uid tid type
3 1 5 s


regards
I've checked it and the subscription is there.
What languages are installed on your forum? Are there any besides English?
Pages: 1 2