• 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 years, 10 months ago by FS.

    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.