latest stable versions: v150827 (changelog)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Unable to verify $_SERVER["HTTP_HOS

Home Forums Community Forum Unable to verify $_SERVER["HTTP_HOS

This topic contains 12 replies, has 2 voices. Last updated by  Jason (Lead Developer) 4 years, 10 months ago.

Topic Author Topic
Posted: Saturday Feb 18th, 2012 at 9:50 am #5580
Appileo
Username: Domkonit

Hey I have the following problem. I’ve done via ClickBank a trial order. Now I get the following error Unable to verify $ _SERVER [“HTTP_HOST”]. 1 time was everything was ok but not send mail. What can I do now? Have all the solutions from the search already read and tried.

  • This topic was modified 4 years, 10 months ago by  Appileo.

List Of Topic Replies

Viewing 12 replies - 1 through 12 (of 12 total)
Author Replies
Author Replies
Posted: Saturday Feb 18th, 2012 at 12:27 pm #5587
Staff Member

Hi Dominik. Thanks for your inquiry.

I’m sorry to hear that. It sounds like you may have a missing element in your ClickBank integration. Please use this private contact form to submit a Dashboard login. We’ll do a quick review of your installation and run diagnostics. See: http://www.s2member.com/contact/

Posted: Saturday Feb 18th, 2012 at 12:29 pm #5588
Appileo
Username: Domkonit

I’ve already sent 15 minutes ago :)

Posted: Saturday Feb 18th, 2012 at 1:03 pm #5592
Staff Member

Thank you. Details received.
~ This will be investigated on Monday.

Posted: Saturday Feb 18th, 2012 at 1:05 pm #5593
Appileo
Username: Domkonit

ok thank you for the fast request. Wish you nice Weekend

Posted: Saturday Feb 18th, 2012 at 2:15 pm #5600
Appileo
Username: Domkonit

API Key enterd wiht API before or not?

Posted: Monday Feb 20th, 2012 at 2:32 pm #5710
Staff Member

~ Investigating this now.
Thanks for your patience.

Posted: Monday Feb 20th, 2012 at 2:33 pm #5711
Appileo
Username: Domkonit

But the mail does not sendet whit the user data registration link

Posted: Monday Feb 20th, 2012 at 3:31 pm #5715
Staff Member

Investigation completed.

I found that your installation of PHP has a non-default value set in the INI file for:
arg_separator.output = &

Someone has modified your PHP installation in a way that could make it incompatible with several WordPress plugins, so you might ask your hosting company to review this for you. Until then. I’ve added some tweaks to your installation of s2Member to get this working. You should be good now. However, I would recommend reviewing this article, and then change arg_separator.output back the default value of &
http://www.php.net/manual/en/ini.core.php#ini.arg-separator.output

s2Member is now working properly on your installation.

Posted: Monday Feb 20th, 2012 at 3:32 pm #5716
Staff Member
In the next release of s2Member, we’ll address this compatibility issue
so future releases are not adversely affected by this INI configuration option.
Posted: Monday Feb 20th, 2012 at 3:39 pm #5717
Appileo
Username: Domkonit

What is the file exists? What do I need to change because I have several membership sites, and remember the multi-site license purchase?

Posted: Monday Feb 20th, 2012 at 3:46 pm #5718
Staff Member

Changelog:

Inside /s2member-pro/includes/gateways/clickbank/clickbank-utilities.inc.php at line #146 find:

if(!$is_sale || c_ws_plugin__s2member_utils_urls::s2member_sig_ok(http_build_query($s2vars)))

Change to:

if(!$is_sale || c_ws_plugin__s2member_utils_urls::s2member_sig_ok(http_build_query($s2vars, null, "&")))

Inside /s2member-pro/includes/gateways/clickbank/clickbank-return-in.inc.php at line #75 find:

$s2vars = c_ws_plugin__s2member_pro_clickbank_utilities::clickbank_parse_s2vars(http_build_query($clickbank), $order["txnType"]);

Change to:

$s2vars = c_ws_plugin__s2member_pro_clickbank_utilities::clickbank_parse_s2vars(http_build_query($clickbank, null, "&"), $order["txnType"]);
Posted: Monday Feb 20th, 2012 at 7:27 pm #5764
Staff Member

Marking this as resolved. Thanks for the email reply.

Viewing 12 replies - 1 through 12 (of 12 total)

This topic is closed to new replies. Topics with no replies for 2 weeks are closed automatically.

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Contacting s2Member: Please use our Support Center for bug reports, pre-sale questions & technical assistance.