skip to Main Content

I had my woocommerce website hosted on a domain, after hosting it on my xampp local server it shows this error:

Fatal error: Uncaught WC_Data_Exception: Invalid billing email address

2

Answers


  1. Chosen as BEST ANSWER

    I resolved it by changing woocommerce from email and admin email.


  2. After googling for hours these processes worked. This type of error is coming usually when you run the backup on the local server using plugin like All In One Migration Tool

    1. Go to the wp_options (your prefix might be different)
    2. change the admin_email to a real email
    3. Come back to your dashboard and refresh the page
    4. Go to Setting > General Setting > Administration Email Address (Now the Administration Email Address is what you put in the database)
    5. Now you are here (Setting > General Setting > Administration Email Address) don’t change anything just hit the save changes button at the bottom.
    6. Now from your dashboard go to User > Edit Admin if the email box is not updated automatically change the email here also.
    7. Scroll down to the bottom and click Update Profile
    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search