Job Alerts won't send emails to the subscribers on my site who have opted in
I'm having trouble with my job alerts. I know that over 20 people have
subscribed and have created job alerts but when I look at wp_jr_alerts on
the database I see that only 1 job alert has been registered and that is
with the job seeker test account I created.
I have created a log file and the errors are as follows:
01:06:24 (
wp-cron) Email Sent to author (admin): Your Job Submission (Modern
Apprentice - Built Environment Design Architectural, Service Engineering,
Facilities Management) on...expires in 5 days
01:06:24 (
wp-cron) Email Sent to author (admin): Your Job Submission
(Apprentice HGV Technician) on...expires in 1 day
01:06:24 (
wp-cron) Email Sent to author (admin): Your Job Submission
(Trainee Manager Modern Apprenticeships (2 vacancies)) on...expires in 1 day
01:06:24 (
wp-cron) Email Sent to author (admin): Your Job Submission
(Apprentice Chef) on...expires in 1 day
01:06:24 (
wp-cron) Job Alerts *** SQL: SELECT * FROM wp_jr_alerts alerts,
wp_posts posts
WHERE post_id = id AND post_status = 'publish' ORDER
BY last_activity ASC LIMIT 5
01:06:25 (
wp-cron) Job Alerts *** No published job alerts found!
01:26:24 (
wp-cron) Job Alerts *** SQL: SELECT * FROM wp_jr_alerts alerts,
wp_posts posts
WHERE post_id = id AND post_status = 'publish' ORDER
BY last_activity ASC LIMIT 5
01:26:24 (
wp-cron) Job Alerts *** No published job alerts found!
Since then I have changed the post status in the theme-alerts.php file to inherit as I thought that might work but nothing seems to be doing the trick.
I don't understand why I can receive things like when there are job
submissions or new user registration emails to admin but my Job Alerts won't send!!