Undefined variable causing internal server error
-
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; }The page I need help with: [log in to see the link]
The topic ‘Undefined variable causing internal server error’ is closed to new replies.