• Resolved olavisona

    (@olavisona)


    I have been getting emails from PayPal saying:
    Please check your server that handles PayPal Instant Payment Notifications (IPN). Instant Payment Notifications sent to the following URL(s) are failing:
    http://phukethoteldeals.net/wp-content/plugins/paypal-responder/ipn.php

    when i check error log it says:
    21-Sep-2013 00:13:24 America/New_York] PHP Fatal error: Call to undefined function get_bloginfo() in /home/apexnpmm/public_html/phukethoteldeals.net/wp-content/plugins/paypal-responder/ipn.php on line 141

    and ipn.pho line 141 is:
    $site_url = get_bloginfo(‘wpurl’);

    also i got in contact with my hosting service provider.. they said:
    It’s clashing with other plugins. Due to this, the plugin cannot sent the request to “general-template.php” inside /wp-includes/general-template.php .

    Please help

    http://wordpress.org/plugins/paypal-responder/

Viewing 2 replies - 1 through 2 (of 2 total)
  • I am having this problem as well. I decided to comment out line 141 and the autoresponder may be working (it seems to be flaky).

    Now i get this error:

    [10-Dec-2013 14:59:11 America/Denver] PHP Fatal error: Call to undefined function get_option() in …/wp-content/plugins/paypal-responder/ipn.php on line 145

    IN paypal IPN history there is a status code of 500. If i type the listener url into a browser i do not get a 500. I called my host and they say it is paypal.

    PLease respond!

    This error occurred for me as well and it was strange that it did not always happen… I simple changed the troublesome line of code from:

    $site_url = get_bloginfo(‘wpurl’); # seems to no longer work?

    This is the replacement line of code that seems to work well for me.
    $site_url = site_url();

    Let me know if this helps 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘IPN error’ is closed to new replies.