Home › Forums › Community Forum › Custom Success Page after Registration
This topic contains 45 replies, has 2 voices. Last updated by Toby Milroy 3 years, 8 months ago.
Page 2 Of Topic Replies
Author | Replies |
---|---|
Author | Replies |
Posted: Saturday Apr 20th, 2013 at 12:13 am #47960 | |
|
|
I’m on with a new agent….he’s asking a few good questions… |
|
Posted: Saturday Apr 20th, 2013 at 12:14 am #47961 | |
![]() |
|
No, this isn’t a database connection. It’s an HTTP connection via PHP fopen() or cURL. |
|
Posted: Saturday Apr 20th, 2013 at 12:24 am #47966 | |
|
|
Ok… |
|
Posted: Saturday Apr 20th, 2013 at 12:36 am #47967 | |
|
|
Ok…it seems like the Curl is on, and Open SSL is enabled…. However the tech support guy sees that the diagnostic it saying However, he says that Ipower doesn’t use “localhost” – instead it uses karateforkidsusa.ipowermysql.com …. |
|
Posted: Saturday Apr 20th, 2013 at 12:39 am #47969 | |
![]() |
|
It makes sense, but the idea still stands. That error says it can’t connect to the same URL he said localhost was. You need to connect from http://www.masteryoursmallbusiness.com/members/ TO http://www.masteryoursmallbusiness.com/members/. It isn’t possible right now, so while the difference in this server’s treatment of localhost is different, it really doesn’t make any sense why that would be the cause for the error. |
|
Posted: Saturday Apr 20th, 2013 at 12:39 am #47970 | |
![]() |
|
It makes sense, but the idea still stands. That error says it can’t connect to the same URL he said localhost was. You need to connect from http://www.masteryoursmallbusiness.com/members/ TO http://www.masteryoursmallbusiness.com/members/. It isn’t possible right now, so while the difference in this server’s treatment of localhost is different, it really doesn’t make any sense why that would be the cause for the error. |
|
Posted: Saturday Apr 20th, 2013 at 12:50 am #47972 | |
|
|
Hmmmm….Ok,…. Here is the error page from the Scanner Script: And here is the little diagnostics script: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ He walked me though the settings, and the fopen is set to “on” – Here is the PHP.in setting: ; Whether to allow the treatment of URLs (like http:// or ftp://) as files. Also – cURL is “on”…and the open SSL is activated…. Basically…they are following the errors on Is there anything else I can tell them??? Geesh….kicking my butt. |
|
Posted: Saturday Apr 20th, 2013 at 12:53 am #47973 | |
![]() |
|
Yes, it’s not something that’s a setting. Having fopen and cUrl ON is not the problem here. The problem is that your server is blocking connections through these methods to the same domain. It’s something that’s done at a higher level than PHP. That error in the Server Scanner is checking to see if the site can connect to itself, and it’s failing. That’s why it’s throwing that error, not because it’s not enabled. Sorry I can see how that would be confusing. |
|
Posted: Saturday Apr 20th, 2013 at 1:31 am #47974 | |
|
|
Bruce, Thoughts??? (I can move to VPS if I need to…where they do allow…..or move to a differnet host, which is a pain in the butt, since I’ve already bought SSL certificates etc….) |
|
Posted: Saturday Apr 20th, 2013 at 1:35 am #47976 | |
![]() |
|
WordPress does a Cron Job a bit differently than your hosting company might be used to. You shouldn’t have any problems with that once you find a solution for your other problem. If you’d really like to read up on WordPress’s Cron Jobs work, you can find information on it here: http://codex.wordpress.org/Category:WP-Cron_Functions That’s a codex, so it may be a bit overwhelming if you’re not used to working with code. You may want to check out this article, instead. |
|
Posted: Saturday Apr 20th, 2013 at 1:45 am #47977 | |
|
|
Ok.. They are escalating the ticket to another tier…to see if they can solve…. Thanks for all the help tonight! More to come. |
|
Posted: Sunday Apr 28th, 2013 at 12:33 am #48606 | |
|
|
Ok guys….here is where I am on this. Anyway, I’m on hostgator now, but I’m still having an issue with this redirect. On a successful registration, I’m still not landing on the “success-=” page. Here is the form code I used…do you see any syntax issues etc???[s2Member-Pro-AuthNet-Form success=”http://masteryoursmallbusiness.com/members/new-member-bonuses/” level=”1″ ccaps=”” desc=”6 Week Trial for Just $9.97 / then Should you choose not to cancel, $67.97 USD per Month Membership!” cc=”USD” custom=”masteryoursmallbusiness.com” ta=”9.97″ tp=”6″ tt=”W” ra=”67.97″ rp=”1″ rt=”M” rr=”1″ rrt=”” accept=”visa,mastercard,amex,discover” coupon=”” accept_coupons=”0″ default_country_code=”US” captcha=”0″ /] Instead I landed here:Any thoughts?? |
|
Posted: Monday Apr 29th, 2013 at 6:08 pm #48672 | |
![]() |
|
Based on this URL your return URL is protected by s2Member. When a User returns they aren’t logged in so your page can’t be restricted. |
|
Posted: Monday Apr 29th, 2013 at 6:44 pm #48675 | |
|
|
Ahhh….I see….my bad…silly mistake. (After switching servers and re-installing etc…my tolerance has been worn..heh) Obviously I want to and them on a page where I’m giving them their new member bonuses…. So I’m guessing I’ll want to have them choose their own password on the subscription page, then “autolog” them in, to land on a protected page… Is this all possible?? |
|
Posted: Monday Apr 29th, 2013 at 6:52 pm #48676 | |
![]() |
|
You could also just use One Time Offers. See: Dashboard -› s2Member® -› General Options -› One-Time Offers (Upon Login) |
|
Posted: Monday Apr 29th, 2013 at 7:01 pm #48678 | |
|
|
Right, Thanks! |
|
Posted: Monday Apr 29th, 2013 at 7:03 pm #48680 | |
![]() |
|
You could use the hack posed here: Knowledge Base » Auto-Login Upon Registration
|
|
Posted: Monday Apr 29th, 2013 at 7:29 pm #48683 | |
|
|
Ok..That’s what I’ve seen….didn’t know if it was now “built in”…. |
|
Posted: Monday Apr 29th, 2013 at 7:35 pm #48688 | |
![]() |
|
the /mu-plugins/ directory is a Must-Use plugin directory. It forces WordPress to load the plugin. You should put it there. |
|
Posted: Monday Apr 29th, 2013 at 7:37 pm #48689 | |
|
|
OK….I see.. |
This topic is closed to new replies. Topics with no replies for 2 weeks are closed automatically.