Smikey
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Action scheduler: 2451 past-due actionsHi @mosesmedh Thanks for your repsonse. A few questions tho.
1. Run Pending Actions Manually:
Go to Tools > Scheduled Actions in your dashboard, and attempt to run the overdue actions manually. If there are many actions, you may need to process them in smaller batches.
I can’t see an option to do this in bulk, only one by one.

2. Clear Stuck Actions:
Filter for “Failed” or “Overdue” actions and delete any that appear to be stuck. This may help the system trigger new actions.
I deleted those actions now.3. Optimize Server Cron Jobs:
Ensure WP Cron is working properly by adding the following to yourwp-config.php:define('DISABLE_WP_CRON', false);Changed this!
4. Increase PHP Limits:
To handle larger tasks, increase the PHP memory and execution time limits by adding or edit this to yourwp-config.php:define('WP_MEMORY_LIMIT', '512');set_time_limit(300);Changed this also
5. Use WP CLI:
If you’re comfortable with WP CLI, run the following command to process overdue actions:wp action-scheduler run --since=now --batch=500i’m not al that familiar or comfortable with WP Cli unfortunate.
Also, were you able to complete the import successfully, or did it fail? If the import failed, I suggest reaching out to WP All Import support or creating a topic in their forum for further assistance.
The imports did not fail, all the products are imported succesfully.
Is there another way to do this in bulk perhaps?
Forum: Plugins
In reply to: [Contact Form 7] Pipes in form nog workingIn the to i have [recipient], and in the from: KC Brummen <[recipient]> where i get the error: ! (configuration error) The e-mail address of the sender does not belong to the domain name of the site.
Forum: Plugins
In reply to: [Contact Form 7] Pipes in form nog workingTo: [recipient]
From: KC Brummen <[recipient]>
Reply-To: [email]