Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Undefined variable causing internal server error

$
0
0

Replies: 0

On the line 119 of file ‘includes/gateways/paypal-rest/class-wc-gateway-palmodule-paypal-rest.php’, catcher is calling undefined variable to catch the error message

} catch (Exception $e) {
            self::log($ex->getMessage());
            wc_add_notice($e->getMessage(), 'error');
            return false;
        }
  • This topic was modified 7 minutes ago by FS.

Viewing all articles
Browse latest Browse all 59525

Trending Articles