Trying to export customer data but getting php fatal error
-
Hello,
My customer wants to export WooCommerce data to their GetResponse account. I’ve followed your instructions but end up getting the following php warnings and error on the error log:
———————
PHP Warning: Missing argument 2 for Getresponse\WordPress\WooCommerceExporter::export_customer(), called in /[siteurl]/wp-content/plugins/getresponse-integration/gr-schedule-job/classes/class-gr-schedule-job-service.php on line 202 and defined in /[siteurl]/wp-content/plugins/getresponse-integration/gr-woocommerce/classes/class-gr-woocommerce-exporter.php on line 104PHP Warning: Missing argument 3 for Getresponse\WordPress\WooCommerceExporter::export_customer(), called in /[siteurl]/wp-content/plugins/getresponse-integration/gr-schedule-job/classes/class-gr-schedule-job-service.php on line 202 and defined in /[siteurl]/wp-content/plugins/getresponse-integration/gr-woocommerce/classes/class-gr-woocommerce-exporter.php on line 104
PHP Fatal error: Call to a member function get_data() on null in /[siteurl]/wp-content/plugins/getresponse-integration/gr-woocommerce/classes/class-gr-woocommerce-exporter.php on line 107
———————81 contacts were exported out of ~1500 but then nothing. I tried setting php.ini’s max_execution_time to 3000 but it didn’t help. I’m not even sure if the problem is related to the plugin’s source code (see php warnings & error above) or the server’s settings?
- The topic ‘Trying to export customer data but getting php fatal error’ is closed to new replies.