Several Issues – Not Working!
-
Started with fresh install of plugin on WP 4.0. No issues with activation. Confirmed that wp-cron was not being disabled in wp-config.php. Also confirmed that other crons scheduled by W3 Total Cache and Broken Link Checker plugins were running as expected, as all normal wp scheduled cron jobs. Then started setting up new crony jobs.
1) If a new crony job name has spaces in it, no error is displayed, but it never get scheduled. Suggestion: When spaces occur in a job name, replace with dashes or underscores before placing into the WP cron schedule. Or, display an error like: “Invalid name: Spaces not allowed” and do not allow the new job to be saved.
2) After correcting above, and also changing all U/C letters in job mane to l/c, the job does go into the WP schedule, but it never gets kicked off. The job is scheduled twice weekly, and accesses a url on the site, so the url does not start with https://domainname. Adding that did not change behavior. It is still not running, and it still disappears from the schedule as described below.
3) Sometimes, after a few minutes in the WP schedule, the job disappears completely from the schedule, like WP did not like something in the cron setup and just threw it away. No crony log entry is ever created, and last run is still N/A in the crony setup screen for that job. Next run date/time is set to today, several hours ago, and never changes, so I know it never ran.
3) Changed schedule to run once hourly and added email notice to the job. No change. Went into WP schedule, but no email and it still never runs, and still disappears from WP cron schedule.
- The topic ‘Several Issues – Not Working!’ is closed to new replies.