Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor angelleye

    (@angelleye)

    We would need to see the actual error that’s occurring to try and help figure out why it would be happening. Can you please set WP_DEBUG to true and then hit the URL directly to see if you get an error on screen? You could also check your PHP error logs.

    Thread Starter ajonesdc

    (@ajonesdc)

    Notice: Undefined property: AngellEYE_Paypal_Ipn_For_Wordpress_Paypal_Helper::$log in public_html/wordpress/wp-content/plugins/paypal-ipn/includes/class-paypal-ipn-for-wordpress-paypal-helper.php on line 159

    Fatal error: Call to a member function add() on a non-object in public_html/wordpress/wp-content/plugins/paypal-ipn/includes/class-paypal-ipn-for-wordpress-paypal-helper.php on line 159

    Plugin Contributor angelleye

    (@angelleye)

    Ok, so something is up with the logging. I haven’t had this complaint from anybody else, though, and I haven’t been able to reproduce it myself.

    Do you have any other plugins that are doing anything with WordPress logs, by chance? I’ll have to keep playing here to see where that problem might be coming from, but it’s tough when I can’t reproduce it, so any more details you can give me on that would be appreciated.

    I may need to get you to submit a ticket here and provide temporary credentials for your site/server so we can troubleshoot directly if I can’t reproduce it.

    Thread Starter ajonesdc

    (@ajonesdc)

    I have this plugin’s logging disabled. So, I moved

    $this->log->add('paypal', 'Payment IPN Array: ' . print_r($ipn_response, true));

    to this clause

    if ('yes' == $this->debug) {

    and that resolved the errors.

    Plugin Contributor angelleye

    (@angelleye)

    Ok, thanks for the update. We’ll certainly look into this and get it fixed with the next update.

    I’m going to mark this as resolved here, but I did add an issue to our GitHub repo to resolve this.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘500 Internal Server Error’ is closed to new replies.