Hi,
Since the recent updates we are no longer able to upload CSV files in the Woocommerce products importer. Previously we were able to and no server configurations have changed.
We can upload media files to the media library.
We have added “define(‘ALLOW_UNFILTERED_UPLOADS’, true);” to the wp-config file
We have even added the following to the theme functions file:
// Add a key and value for the CSV file type
$mimes[‘csv’] = “text/csv”;
return $mimes;
}
Nothing seems to work.
We have disables all plugis except for woocommerce and XSTORE Core.
Any ideas why this has suddenly changed?
I notice there is another user who has raised the same query yet there is no reply to their topic.
Access details provided.
Thanks for your help.