Cannot find header options when uploading a new header
-
I have installed a brand new latest version of wordpress and woocommerce on a brand new site and then installed this plugin to import some products.
When I try to upload a csv to define the header I get this error:
Warning: array_key_exists() expects parameter 2 to be array, boolean given in /srv/www/woocommerce.dev/current/web/app/plugins/woocommerce-csvimport/admin/partials/woocsv-import-admin-header-preview.php on line 27Looking at the code it seems that it hasn’t created an expected wp_option record for woocsv_headers:
$headers = get_option( ‘woocsv_headers’ );Any ideas what could be wrong please?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Cannot find header options when uploading a new header’ is closed to new replies.