Uncaught exception ‘WC_Data_Exception’ with message ‘Invalid billing email
-
Hey there –
I’m seeing the following uncaught exception in our error logs…
Uncaught exception ‘WC_Data_Exception’ with message ‘Invalid billing email address’ in /nas/content/live/jambase7/wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-data.php:810
It seems as though this is caused by the function
set_billing_email()
being called outside of a try catch block.This could possibly be happening inside of the
save_account_details()
function here…
wp-content/plugins/woocommerce/includes/class-wc-form-handler.phpOr the
update_local_order()
function here…
wp-content/plugins/facebook-for-woocommerce/includes/Commerce/Orders.php
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Uncaught exception ‘WC_Data_Exception’ with message ‘Invalid billing email’ is closed to new replies.