Cloner stuck in a loop
-
Hey,
so i am invoking ns cloner from my plugin as suggested by your docs.ns_cloner()->schedule->add
this code is called via WP_REST_API.
the main site doesn’t have much traffic so we have a unix cron on wp-cron.php.
my issue is the logs so created indicate the the cloner is going in a infinite loop in
CHECKING for running ns_cloner_tables_process – none found
CHECKING for running ns_cloner_rows_process – none found
CHECKING for running ns_cloner_files_process – none foundthese lines are repeating over and over again.
last time this happened, i deleted the said subdomain, and i guess it reset everything, and started with the next one in the queue.
It got stuck again today, and this with the latest update of Ns cloner, i deleted the said sub-domain, and the script is still looping with the same error messages,
Going to NS cloner dashboard, I see the popin come forward, with
(dev console)
admin-ajax.php?flag=ns_cloner_get_progres gives a 400 error with response ‘0’
using the cancel button
admin-ajax.php?flag=ns_cloner_process_exit gives a 400 error with response ‘0’i reuploaded the previous version, and then it got ok. and proceeded with the queue.
If you could contact me via mail, i could drop you the log files, so you can get to a solution.
- The topic ‘Cloner stuck in a loop’ is closed to new replies.