WooCommerce warning on fresh setup
-
Basically fresh setup, with multiple plugins.
Getting php warning of title is not defined.Issue happens when your plugin is activated, most probably
because add_eu_vat_reports method is expecting that “Taxes” group exists, but it isn’t on fresh setup.
Taxes Report – Warning: Undefined array key “title” in woocommerce/includes/react-admin/connect-existing-pages.php on line 21$all_reports = WC_Admin_Reports::get_reports();
returns all reports including “Taxes” but taxes doesn’t have “Title” defined.Xdebug confirms:
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘WooCommerce warning on fresh setup’ is closed to new replies.