https://xxx/plugins/wp-ultimate-csv-importer/js/exporting,js?ver=3.9.1
This is the issue, seems to be that there’s a comma instead of a period in exporting , js
I fixed this by opening index.php in plugins/wp-ultimate-csv-importer/
and changing the comma to a period on line 116.
Although other issues seem to come up, I viewed source and see that it’s being truncated/cut off.
Which generally means to me that a function failed and stopped php from executing the rest of the output