This cron job not work when paste at browser or use cpanel cron job
cron.php?code=
Only when fetch manually, cron job works.
Solution:
In wpomatic.php I changed line 447
$campaigns = $this->getCampaigns('unparsed=1');
to this
$campaigns = $this->getCampaigns();
WP-o-Matic cron job is running but nothing happen
3 thoughts on “WP-o-Matic cron job is running but nothing happen”
You must be logged in to post a comment.
can you update this plugin to work with wp 2.7.1 ?
[…] Look solution at this link: https://blog.pja.my/mohamadafiza/ict/wp-o-matic-cron-job-is-running-but-nothing-happen/ […]
What exactly is this change for? After this change, if I check the log, there is a request almost every minute… wouldn’t it affect the server performance?