+1 — replacing wp-admin/includes/class-wp-list-table.php worked for me as well.
elrik007 That’s what i did, i didn’t see your answer before.
Thanks
I solved my problem with lorro helps 😀
1- Create the wp_woocommerce_tax_rate_locations table (check if you already have it)
CREATE TABLE wp_woocommerce_tax_rate_locations (
location_id bigint(20) NOT NULL,
location_code varchar(255) NOT NULL,
tax_rate_id bigint(20) NOT NULL,
location_type varchar(40) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2- Delete Tax Rates
3- Disable Tax Options
4- Enable Tax Options
That’s all i did, i hope it helps 😀
Same problem here! =/
But it’s good to know that i’m not alone.
If anyone figure this out don’t forget to share 🙂