Javier Carazo
Forum Replies Created
-
Forum: Plugins
In reply to: [Clean Login] Multisite installationYes, you should be able to do it.
If you have any problems let me know.
The import tab also use chunks, the same chunks, to do the import. The difference: in import tab your browser using JS is the one who is the responsible to manage it, in cron tab we have to use Action Scheduler and cron to do it.
We have to use chunks because all the hosting limits this very long tasks.
You can use those two variable to manage the import task:
define( ‘ACUI_IMPORT_BATCH_SIZE’, 100 );
define( ‘ACUI_IMPORT_TIME_LIMIT’, 29 );
This seems to be a problem with your WP Cron, not with this plugin.
Is the cron working correctly with other heavy tasks? Maybe your hosting is limiting the process work.
Okay, there are two issues here. I just released a new version of the plugin that fixes one of them. The import will now proceed in increments of 100 rows or 29 seconds, whichever comes first.
The second problem is with your site. We use
as_enqueue_async_action, which means that as soon as one task finishes running, another one runs immediately. In your case, it looks like the cron job takes a long time to run, and you have loopback disabled. Check that because, in theory, it should…Forum: Plugins
In reply to: [Import and export users and customers] Update Causes Website ErrorNow available!
Forum: Plugins
In reply to: [Import and export users and customers] Update Causes Website ErrorI am releasing a new version! Sorry!
I have just made a new version. Could you update and check it again?
Forum: Plugins
In reply to: [Import and export users and customers] Problem with deactivationThank you very much for reporting the bug. The solution you suggest, which seems to have been generated by AI, might mask the bug but not address the underlying cause.
I’m working on a new version that fixes the underlying issue.
Please update when it becomes available, and thank you again.
Forum: Plugins
In reply to: [Import and export users and customers] How to delete usersIf some error or warning appears, the plugin does not delete any user to prevent errors.
Forum: Plugins
In reply to: [Import and export users and customers] “user_pass” does not workMaybe you are moving passwords between different WordPress versions (md5 very old installations, phpass later and now it uses bcrypt).
Forum: Plugins
In reply to: [Import and export users and customers] “user_pass” does not workYes, the user_pass contains the hashed password as it is saved in the database.
Forum: Plugins
In reply to: [Import and export users and customers] not updating rolesThere are some warning in the update? If yes, the plugin won’t proceed for security.
Okay, I’ve checked my setup and I think I’ve identified the issue. I’ll release a new version that fixes the bug I found shortly (hopefully today or tomorrow—I’m on vacation, so my schedule is a bit different).
Thank you for using this plugin and for reporting this bug.
Forum: Plugins
In reply to: [Order Export & Order Import for WooCommerce] HPOS compatibilityThanks! For some reason, using wp cli, I ask for the HPOS compatibility and it appears as “uncertain”.
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] rest_no_route in webhookThanks it worked!