Posted on

WP-o-Matic cron job is running but nothing happen

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();

3 thoughts on “WP-o-Matic cron job is running but nothing happen

  1. can you update this plugin to work with wp 2.7.1 ?

  2. 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?

Leave a Reply to Anurag Cancel reply