Community Support Forums — WordPress® ( Users Helping Users ) — 2011-09-27T22:02:07-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=14435 2011-09-27T22:02:07-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14435&p=41754#p41754 <![CDATA[Re: forgot password link not working]]> Our groups are allowed to mail their members (via a plugin)- which is very likely suspect. Even when deactivated those calls would be kinda live i suppose. (and i can't disengage them at this stage)

Thank you very much!

ooO that plugin does look promising - especially if its no-conflict to s2

Statistics: Posted by bitofgrace — September 27th, 2011, 10:02 pm


]]>
2011-09-27T21:52:46-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14435&p=41752#p41752 <![CDATA[Re: forgot password link not working]]>
Ha. That's extremely interesting. Code is a funny thing sometimes.
Try it like this so the log file does not actually get written to and see if it still works for you.
In either case though, this is a hackety hack at best. If this debugger causes things to work, it would indicate to me that you have another plugin conflict somewhere. A search through your plugin files for wp_mail might be a good idea.
Code:
<?php
add_filter 
("wp_mail", "wp_mail_debugger");
function wp_mail_debugger ($wp_mail = array ())
    {
        return $wp_mail;
    }
?>

This is a great plugin too, and I've seen this solve problems for MANY site owners.
http://wordpress.org/extend/plugins/wp-mail-smtp/

Statistics: Posted by Jason Caldwell — September 27th, 2011, 9:52 pm


]]>
2011-09-27T21:39:15-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14435&p=41744#p41744 <![CDATA[Re: forgot password link not working]]>
i created test users in the csv - imported them with debugger in place ... and it logged properly , tested fine... emails received successfully.

Is it a security problem if i leave the debugger in place?

(or will that log get huge and unruly if left without a cronjob clearing? )

Ooooh and i just received my first Admin notification that a PW was reset by a member :) YAY

Statistics: Posted by bitofgrace — September 27th, 2011, 9:39 pm


]]>
2011-09-27T21:17:56-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14435&p=41740#p41740 <![CDATA[Re: forgot password link not working]]> You can try this if you like.
Create this directory and file:
/wp-content/mu-plugins/wp-mail-debugger.php
( make sure there are no leading/trailing spaces or line breaks before or after <?php ?> )
( mu-plugins = MUST USE plugins, for debugging purposes in this case )
Code:
<?php
add_filter 
("wp_mail", "wp_mail_debugger");
function wp_mail_debugger ($wp_mail = array ())
    {
        file_put_contents (WP_CONTENT_DIR . "/wp-mail-debugger.log", var_export ($wp_mail, true) . "\n\n", FILE_APPEND);
        return 
$wp_mail;
    }
?>
Now run your tests again. Log entries in this file would indicate that wp_mail IS being fired, and it will show some basic information about what was passed in to the function. If the log file here is NOT created, it means that wp_mail is not being fired at all for some reason. After running tests, see: /wp-content/wp-mail-debugger.log

Statistics: Posted by Jason Caldwell — September 27th, 2011, 9:17 pm


]]>
2011-09-27T20:24:18-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14435&p=41735#p41735 <![CDATA[Re: forgot password link not working]]> But still having the problem. (lil stressed out because i can't go back to bare slate because of other integrated chat systems) Not at all sure where to look - because the emails just never arrive anywhere.

-grace

Statistics: Posted by bitofgrace — September 27th, 2011, 8:24 pm


]]>
2011-09-27T19:59:07-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14435&p=41732#p41732 <![CDATA[Re: forgot password link not working]]> Statistics: Posted by Jason Caldwell — September 27th, 2011, 7:59 pm


]]>
2011-09-25T17:35:22-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14435&p=39124#p39124 <![CDATA[Re: forgot password link not working]]>
There was no change while all was deactivated.

Statistics: Posted by bitofgrace — September 25th, 2011, 5:35 pm


]]>
2011-09-25T17:25:49-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14435&p=39120#p39120 <![CDATA[Re: forgot password link not working]]> Statistics: Posted by Cristián Lávaque — September 25th, 2011, 5:25 pm


]]>
2011-09-24T11:49:57-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14435&p=39013#p39013 <![CDATA[Re: forgot password link not working]]> I'm testing before a HUGE import and when i try to login with a test imported user - it prompts me to reset password (good) but then i never receive the email with that password. : /

What sorts of plugins did it turn out to be interrupting this?

Statistics: Posted by bitofgrace — September 24th, 2011, 11:49 am


]]>
2011-08-17T23:36:11-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14435&p=32219#p32219 <![CDATA[Re: forgot password link not working]]> Statistics: Posted by jvmedia — August 17th, 2011, 11:36 pm


]]>
2011-08-17T19:48:03-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14435&p=32176#p32176 <![CDATA[Re: forgot password link not working]]> Thank you. I just took a quick look.

Couple of things first.
1. Please upgrade to the latest version of s2Member, just so we're on the same page.
2. Please attempt to reproduce the issue you're reporting with a clean installation of WordPress/s2Member, or try eliminating other plugins. With 43 active plugins, it makes it very difficult to narrow this down. If you can narrow this down to s2Member, we'll be happy to have a look for you. In the mean time, you mentioned this was only happening with members that were imported. That would make me think that you might have another plugin installed, which depends on a User Meta field not supported by s2Member, and is somehow affecting the functionality of your Lost Password system for WordPress. *Note, the Lost Password recovery system is part of the WordPress core, and s2Member does not modify the behavior of that system. So I'm left to assume ( at least at this point ), it must related to a conflict between plugins that you're running.

Statistics: Posted by Jason Caldwell — August 17th, 2011, 7:48 pm


]]>
2011-08-15T22:07:52-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14435&p=32035#p32035 <![CDATA[Re: forgot password link not working]]> Statistics: Posted by jvmedia — August 15th, 2011, 10:07 pm


]]>
2011-08-15T20:49:17-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14435&p=32025#p32025 <![CDATA[Re: forgot password link not working]]> http://www.s2member.com/contact/

Statistics: Posted by Jason Caldwell — August 15th, 2011, 8:49 pm


]]>
2011-08-14T21:38:15-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14435&p=30789#p30789 <![CDATA[Re: forgot password link not working]]> Statistics: Posted by jvmedia — August 14th, 2011, 9:38 pm


]]>
2011-08-14T13:37:52-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14435&p=30773#p30773 <![CDATA[Re: forgot password link not working]]> Thanks for reporting this important issue.
I've been unable to reproduce this so far in the latest release of s2Member.

Is it possible that your importation file had the email addresses in the wrong field? If you find a User in your Dashboard, is the email address a valid one? If so, please let me know and I'll dig deeper on this. If you can please let me know which versions of WordPress/s2Member/s2Member Pro that you're using, and if there is anything else that might help us reproduce this, please include that too.

Statistics: Posted by Jason Caldwell — August 14th, 2011, 1:37 pm


]]>
2011-08-13T02:47:43-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14435&p=30665#p30665 <![CDATA[forgot password link not working]]> Statistics: Posted by jvmedia — August 13th, 2011, 2:47 am


]]>