Forum Replies Created
-
AuthorPosts
-
stbarrettMember
I’ll play with your update some today. Your help and responses is why I’m glad I purchased this product and my agency will recommend using them going forward. Wonderful support goes a long way. I’m also glad I did not offend you poking in your code, I’ve come across so many developers who get offended and down right rude when I start poking in code just looking for a solution.
Amin, you are awesome, thank you again.
stbarrettMemberYes, free membership was turned on and I see your signup, which I have removed. Not sure how this field on the form gets populated, but I do see it populated when I try and complete a purchased membership from the ‘finish’ email. At my clients request, I have turned off the free membership for the time being.
payment button is here with $0.01 attached to my live paypal account:
http://wdwradio.stbarrett.com/member/join
site being slow — I’ve not noticed it being slow, though I do have caching turned off at the moment and it loads in some data from external resources, so if they are down or slow, at the moment it hinders this site. Clicking on links to bring up light boxes should not be happening. There should not be any specific links that are suppose to lightbox. This I’ll have to test for, but have not seen happen while on the site the last few weeks, thank you for reporting.
I was poking around the code to get a good understanding of how all of this is working (sorry, I’m a developer, I cannot help it ;-P )
In the misc functions while building the reg form, you check to see if the email from the posted form exists in the database and if it does, you error out, and of course the email exists in the db after purchase so it should error out when trying to submit the registration form to finish the process. It never gets to that else condition where it pulls in the user object and updates it. Obviously I’m doing a very cursory look at your overall application and I apologize if I’m being forward. Just trying to solve my issue.
Again, thank you so much for your help.
Here is an image of the form I see after purchasing the subscription and following the link in the generated email:
http://stbarrett.com/help/wp_reg.png
-scott
stbarrettMemberLet me add, I’ve also physically looked at the wp_users table and wp_wp_eMember_members_tbl table and the email address does not exist, I see the same data that shows in the screenshots from my previous post.
The only place that email shows up is in the eStore Customer table. Could this be the issue?
stbarrettMemberVerified the user I’m testing with does not currently exist in either member list. The email address for my sandbox account is:
stb_1258529892_per@stbarrett.com
Please view the links below, these are screenshots of my eMember members list and my WordPress members list which shows the user does not currently exist. I do not have the “integrate with wordpress members” turned on because I too wish to keep these users very seperate.
http://stbarrett.com/help/wp_emember.png
http://stbarrett.com/help/wp_users.png
so when I purchase the account, my test user shows up under the emember members list without a username. The email generated to the test user has the “register” link which is here:
http://wdwradio.stbarrett.com/member/register/
but it also includes the query variables for member_id and “code”. The form is filled out with my information. I enter a username and password and get the error message. It is almost like it doesn’t recognize I’m a new member trying to finish the registration process..
Would it matter if I’m trying to finish the registration process while currently logged into the wordpress system as an admin? I would assume not.
Thanks Amin,
-stb
-
AuthorPosts