Hi @alex47,
Are you using WooCommerce plugin in your site? Also, mention using which user role you are accessing the site.
Kindly check if any errors are reported in WooCommerce fatal error logs under WooCommerce>Status>Logs.
Thread Starter
alex47
(@alex47)
yes im using woocommerce, and i access the site with administrator user. And i export a site users not woocommerce customers. Is this plugin not yet support for multi site ?
Thread Starter
alex47
(@alex47)
*the free version or pro version.
Hi @alex47,
The basic version supports multisite. Kindly try deactivating the plugin from network level and activate in site level only. If problem is still there, try the same with WooCommerce plugin too.
Let us know how it goes.
Thread Starter
alex47
(@alex47)
yes thank you very much for explanation and support, thats all good i can export/import now. but only limited 5000 lines for export user, is it just for free version or pro version also like that ? so if I export more than 5000 lines of page will be error like this, and the average execution time is “10 second” when i export less than 5000
This site can’t be reached
The webpage at https://domain.com/wp-admin/admin.php?page=hf_wordpress_customer_im_ex&action=export might be temporarily down or it may have moved permanently to a new web address.
ERR_INVALID_RESPONSE
Hi @alex47,
The issue is related to execution limit timing out. You can check for the error in WooCommmerce>Status>Logs>fatal error log.
Kindly try increasing the PHP execution time limit. You can refer the link to set it.
You can also set it by adding this line in the wp-config.php before require_once(ABSPATH . ‘wp-settings.php’);
set_time_limit(300);
Let us know if the issue persists.
Thread Starter
alex47
(@alex47)
it’s not about PHP execution time limit, but it’s about memory limitation. After i change that, the plugin works well. Big Thanks 🙂
Hi @alex47,
Please leave us a review if you like the plugin.