• Resolved rdillard

    (@rdillard)


    I’m trying to set up PayPal on PMP, but I can’t get Standard or Express working.

    With PayPal Express, when I get to the Complete Payment button and click it, I’m taken back to the first registration page and get an “Express Checkout PayerID is missing” error. I’ve double-checked the API settings, and PHP session variables are supported and enabled.

    With PayPal Standard, I can complete a transaction, but the member does not get a confirmation email from PMP. If I check the Memberships > Email Settings Default WP notification email, I get the text email from WP with my user/pwd.

    The status change isn’t working in the Order list. It doesn’t matter what Status I change the order to, the person isn’t added to the Member list.

    I’m using PMP version 1.7.04 on WP version 3.5.2.

    Any ideas on how to make this work?

    Thanks!

    http://wordpress.org/plugins/paid-memberships-pro/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Jason Coleman

    (@strangerstudios)

    Check that session variables are supported and enabled by your host.

    There are some updates to PayPal Standard support in the next version coming out soon (today/tomorrow hopefully).

    Thread Starter rdillard

    (@rdillard)

    Thanks strangerstudios. I hope the PayPal Standard updates are out soon 🙂 Here are my session settings from phpinfo:

    session.auto_start Off Off
    session.bug_compat_42 On On
    session.bug_compat_warn On On
    session.cache_expire 180 180
    session.cache_limiter nocache nocache
    session.cookie_domain no value no value
    session.cookie_httponly Off Off
    session.cookie_lifetime 0 0
    session.cookie_path / /
    session.cookie_secure Off Off
    session.entropy_file no value no value
    session.entropy_length 0 0
    session.gc_divisor 100 100
    session.gc_maxlifetime 1440 1440
    session.gc_probability 25 25
    session.hash_bits_per_character 4 4
    session.hash_function 0 0
    session.name PHPSESSID PHPSESSID
    session.referer_check no value no value
    session.save_handler files files
    session.save_path /var/lib/php5 /var/lib/php5
    session.serialize_handler php php
    session.use_cookies On On
    session.use_only_cookies On On
    session.use_trans_sid 0 0

    Do you see anything I need to change?

    Hi rdillard,

    Have you tried the latest version (1.7.1) to see if your issue is resolved? Please let us know.

    Thank You

    Hi rdillard,

    I’m going to mark this topic as resolved. Please reply back if it is not resolved in the latest version.

    Thank You

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘PayPal Standard and Express errors’ is closed to new replies.