Been trying to figure out what’s been happening with the non redirection after login, since I just tried PayPal’s sandbox and successfully registered a user.
I’ve looked all over the forums and watched the video you created but none of the suggestions are working.
Previously, I was using Peter’s Login Redirect, and that had been working for some time but now it’s not.
Here’s what I’ve done/tried:
* I’ve set the Welcome page and even tried using the Special Redirection URL field – both methods don’t work
* A manually created user can log in and be redirected to the correct URL (don’t understand why)
* Users created through PPro forms cannot, despite that they are in the database (these are s2 level 1 and 3 in my world). These users get sent to:
http://www.example.com/signup/?_s2member_seekingtype=page&_s2member_seekingpage=71&_s2member_seeking_uri=L2Rhc2hib2FyZD9zMi1zc2w9eWVz&_s2member_reqtype=level&_s2member_reqlevel=0&_s2member_restype=sys&s2member_seeking=page-71&s2member_level_req=0
* Oddly, it appears that once the user is redirected to the above URL on login attempted the user is somehow partially logged at this stage – my logout link (using wp_loginout(); ) appears. If I manually change the address bar at this point to point to the desired page (71 (my login welcome page)), they get sent back to the above URL.
* Tried to login from both the s2 widget and wp-login.php – doesn’t work
* Tried to hardcode the redirection directly in wp-login.php – doesn’t work
* Tried using another plugin (WP User Control) in place of Peter’s Login Redirect – doesn’t work
* Tried disabling all Redirect plugins – doesn’t work
* Tried using some of your hacks from the forum to override overall redirection issues – doesn’t work
* Tried using some of your hacks from the forum to force specific role redirection – doesn’t work
* I’m not using any theme – it’s a child theme of 2010 that I developed
* I try to keep plugins to a minimum and code as much as I can – I’m only using 8 of them
* In my htaccess I’ve denied access to .htaccess, php.ini, php5.ini, wp-config
* Made sure that my “Home URL” and “Site URL” are identical in the General Options tab and include www
* I have a code snippet in my functions.php to prevent any non super admin from accessing wp-admin/
I’m stumped here.
Do you have any suggestions for me?
Thank you.