Viewing 5 replies - 1 through 5 (of 5 total)
  • is there any problem with this plugin?

    Thread Starter Werold

    (@werold)

    Unfortunately there is. The problem that lot of people have but no decision have already had been found yet. The plugin works great but hidden content remains hidden even after payment. At the same time in PaypalData everything is okey, I can see all transfers. We would be grateful if anybody could help!

    I have managed to debug it!

    In file ..plugins\are-paypal\are-paypal-ipn.php
    Line 33
    Change ‘$fp = fsockopen ($paypal_postback_url, 80, $errno, $errstr, 30);’
    to ‘$fp = fsockopen ($paypal_postback_url, 443, $errno, $errstr, 30);’

    In file ..plugins\are-paypal\are-paypal-configuration.php
    Line 43
    Change ‘$this->paypal_postback_url=”www.paypal.com”;’
    to ‘$this->paypal_postback_url=”ssl://www.paypal.com”;’

    Line 45
    Change ‘$this->paypal_postback_url = “www.sandbox.paypal.com”;’
    to ‘ssl://www.sandbox.paypal.com’

    Everything should be working fine after you make all these changes! ??

    @melongal ive done everything you say, and still woudn′t alow me to access the content after paying.

    it alse reports an error on my wp admin section: “The plugin generated 1373 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.” I have no idea what this is about.

    Im a newbie, =P.

    I also should say that this plugin alow me to access the content when i first ran it, but had problems if i wanted to repay for my content…

    Hope thats all clear enough since im not english native, have a good day!

    I have solved this problem!

    I was not configuring the IPN! Big fail @myself =). Fund guidance here.

    Good Luck.

    Great Work @are79!

    =)

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Are PayPal] The problem remains’ is closed to new replies.