Support » Plugin: WP CSV » Nasty obstart error.

  • Resolved Siegoboy

    (@siegoboy)


    I got a nasty obstart error when trying to download a CSV export. I manged to fix it by changing the following on line 57:

    ob_start( ‘iconv_handler’);

    to

    ob_start((‘iconv_handler’) ? ‘ob_gzhandler’ : null);

    and this worked perfectly!

    http://wordpress.org/plugins/wp-csv/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Nasty obstart error.’ is closed to new replies.