• Hello,
    I’m etting error 500 when trying to export my subsrcibers.

    I activated wp in debug mode and discoverd that the problems is caused in
    wp-content/plugins/wysija-newsletters/classes/WJ_Export.php
    line 182
    $encoded_string = iconv( $this->_base_encode, $this->_output_encode, $row_string );
    and line 204
    $encoded_string = iconv( $this->_base_encode, $this->_output_encode, $row_string );

    I manage to workaround this by commenting them out and using $row_string directly. However these causes problems with special character (UTF-8).

    Can you provide help on this?
    Thank you
    Sérgio Rosa

Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Error 500 exporting subscribers’ is closed to new replies.