Home › Forums › Lisa Llewellyn
About: Lisa Llewellyn
Sorry, I've not written a description yet. I'll get to it soon!
Topics I'm Subscribed To
Topic | Count | Last Reply |
---|---|---|
10 day free trial using Authorize.net Pro For
By: |
voices: 2 replies: 2 |
|
Tracking API not working w/ Google Analytics
By: |
voices: 3 replies: 2 |
|
Login form on signup page?
By: |
voices: 2 replies: 1 |
|
authorize.net and e-checks?
By: |
voices: 2 replies: 1 |
|
Email for subscriptions
By: |
voices: 2 replies: 1 |
|
Members being registered as free subscribers
By: |
voices: 2 replies: 1 |
|
Custom Capability not getting added, no email
By: |
voices: 5 replies: 18 |
Topics I've Started
Topic | Count | Last Reply |
---|---|---|
10 day free trial using Authorize.net Pro For
By: |
voices: 2 replies: 2 |
|
Login form on signup page?
By: |
voices: 2 replies: 1 |
|
authorize.net and e-checks?
By: |
voices: 2 replies: 1 |
|
MadMimi integration
By: |
voices: 2 replies: 1 |
|
Email for subscriptions
By: |
voices: 2 replies: 1 |
|
Members being registered as free subscribers
By: |
voices: 2 replies: 1 |
|
Custom Capability not getting added, no email
By: |
voices: 5 replies: 18 |
|
free vs level 1 error
By: |
voices: 2 replies: 1 |
My Latest Replies (From Various Topics)
Author | Replies |
---|---|
Author | Replies |
Posted: Friday Aug 24th, 2012 at 11:38 am #22985 | |
|
|
Did you get this to work yet? I’m needing the same thing. |
|
Posted: Tuesday Apr 10th, 2012 at 1:05 am #10424 | |
|
|
Yes, I’ve tried it both ways, with no luck either way. It is currently with the http:// |
|
Posted: Monday Apr 9th, 2012 at 2:59 pm #10368 | |
|
|
That works. Thanks!! |
|
Posted: Monday Apr 9th, 2012 at 2:28 pm #10366 | |
|
|
Thanks, Christian. Yes, the user will always be logged in before making a purchase. If you could give me a work-around, that would be great. I am pasting the log files below. If you can’t figure something out from these files, I will try the plugin organizer. However, my plugins and versions are the same on both servers, so I’m not hopeful that I will find anything. Log files associated with a failed test:
|
|
Posted: Friday Apr 6th, 2012 at 1:01 am #10227 | |
|
|
Just for clarification to the above post, the success url does not get triggered when I use the %%user_id%% variable. Instead, it gives the customer the generic success page that prompts them to login again. It does not add the custom capability to the user’s account. Something about using %%user_id%% is causing s2member to fail in the middle of the processing. I need to be able to send the customer’s user id to the success page because the code in the success page takes the user id and assigns the user to a forum user group. Is there an alternate way to be able to pass the customer’s user id when he purchases a custom capability? |
|
Posted: Friday Apr 6th, 2012 at 12:53 am #10226 | |
|
|
Jason, I don’t think that thread applies. I am building my success url like the example in the “Authorize.net Pro Forms -> Custom Return Urls Upon Success” section of the s2member settings. Here is what the documentation says to do:
My success url code is:
It has always worked in the past, and seems to be exactly like your documentation. Do you see something wrong with it? Can you think of a different way to get the user id? |
|
Posted: Thursday Apr 5th, 2012 at 11:03 pm #10224 | |
|
|
I’ve isolated the problem. It doesn’t work if I use %%user_id%% in the success url. However, everything works fine is I hardcode a user id. I am using the latest version of the plugin Exec-PHP. The code works fine on my other server (using the same versions of s2member and Exec-PHP). Here is the code that DOES NOT work:
Here is the code that DOES work:
The only difference is the %%user_id%% vs the hardcoded number. Is it possible the % sign is the problem? I will post log files, etc if necessary, but I hate to muddy the waters when the problem is so isolated at this point. |
|
Posted: Thursday Apr 5th, 2012 at 11:39 am #10161 | |
|
|
We never had a problem before the upgrade and server switch, and I’m not ok with keeping “a close eye on registrations.” Updating manually is not an option with the volume we do, and currently the custom capabilities are not ever being added. I had InMotionHosting downgrade my php to 5.2.17. It is still not working. Please advise ASAP. |
|
Posted: Wednesday Apr 4th, 2012 at 4:53 pm #10095 | |
|
|
I don’t know the server specifics – I went from a shared hosting account on GoDaddy to a VPS with InMotionHosting. I could find out more specifics about the server if I knew exactly what to ask InMotionHosting for. Here is the log file info. Following the log file I’ve included the code I am using on the buy now page, and then the code on the success page. (The success page does not come up after I complete the purchase – I just get the default page asking me to login again. I get a confirmation email from Authorize.net confirming my purchase, but I do not get the customer confirmation email that I customized through the s2hacks.php file, and I don’t get the payment email that I used to get everytime someone registered for a class). Log File for test transactionPHP v5.3.10 :: WordPress® v3.3.1 :: s2Member® v120309 :: s2Member® Pro v120309 Buy Now page code:
Code for http://chiccritiqueforum.com/congratulations – which uses a function from Simple Press to automatically add users to forum usergroups
|