CSV Upload stops at 97%
-
Hello,
My CSV import stalls permanently at 97%. If I refresh it will be uploaded, but I really need to see the import results to see the errors, and I cant do that with this method.
On Inspector Console this is what shows up as an error:
csv-import.js?ver=4.3.2:55 Uncaught TypeError: Cannot read property ‘error’ of null.
$.ajax({
url: ajaxurl,
type: ‘POST’,
dataType: ‘json’,
data: { ‘action’: ‘wpbdp-csv-import’, ‘import_id’: t.import_id },
success: function( res ) {
if ( ! res || ! res.success )
return t._fatal_error( res.error );Here is a link to my CSV file:
https://drive.google.com/file/d/0B-xU8gTd1nHFMzBUaUdySnVVc0U/view?usp=sharing
Thanks,
Deanna
- The topic ‘CSV Upload stops at 97%’ is closed to new replies.