• Resolved [email protected]

    (@joelpdavis1700gmailcom)


    Help,
    This is the third time I’ve tried to get support.

    Upon exporting I’m receiving the following error:
    Warning: implode(): Invalid arguments passed……

    Has anyone else had this issue?

    Joel

    Below is the complete error:

    Warning: implode(): Invalid arguments passed in /xxxxx/xxxxxx/public_html/wp-content/plugins/woocommerce-store-exporter-deluxe/includes/order.php on line 3183

    Warning: Cannot modify header information – headers already sent by (output started at /xxxx/xxxxx/xxxxxx/wp-content/plugins/woocommerce-store-exporter-deluxe/includes/order.php:3183) in /xxxx/xxxxxx/public_html/wp-content/plugins/woocommerce-store-exporter-deluxe/includes/functions.php on line 1318

    https://www.ads-software.com/plugins/woocommerce-exporter/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Joel, I can see you opened a fresh ticket this morning, I’m just about to look at it; there are ~30 tickets to attend to today. Let’s keep Pro support in Pro land.

    Thread Starter [email protected]

    (@joelpdavis1700gmailcom)

    Hi,
    Reporting back on this issue:

    Visser got back with a suggestion to turn off php warnings in the wp_config that worked well.

    ini_set(‘log_errors’,’On’);
    ini_set(‘display_errors’,’Off’);
    ini_set(‘error_reporting’, E_ALL );
    define(‘WP_DEBUG’, false);
    define(‘WP_DEBUG_LOG’, true);
    define(‘WP_DEBUG_DISPLAY’, false);

    Thank you Visser

    Good to hear Joel, I’ll add that to the Usage doc. if its not there already ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Header error on export…’ is closed to new replies.