Forum Replies Created

Viewing 1 replies (of 1 total)
  • Forum: Plugins
    In reply to: [WP CSV] undefined

    Same error.
    WP Version 4.6.1
    WP CSV Version 1.8.0.0
    WordPress Importer Version 0.6.3
    ——————
    WP CSV

    The following error was generated by your server:

    undefined

    function () { if ( list ) { // First, we save the current length var start = list.length; (function add( args ) { jQuery.each( args, function( _, arg ) { var type = jQuery.type( arg ); if ( type === “function” ) { if ( !options.unique || !self.has( arg ) ) { list.push( arg ); } } else if ( arg && arg.length && type !== “string” ) { // Inspect recursively add( arg ); } }); })( arguments ); // Do we need to add the callbacks to the // current firing batch? if ( firing ) { firingLength = list.length; // With memory, if we’re not firing then // we should call right away } else if ( memory ) { firingStart = start; fire( memory ); } } return this; }

    {“position”:101,”percentagecomplete”:2,”errors”:””}

Viewing 1 replies (of 1 total)