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();
Tiada artikel berkaitan.
3 Comments »
RSS feed for comments on this post. TrackBack URI
Leave a comment
If you want to leave a feedback to this post or to some other user´s comment, simply fill out the form below.










zack
can you update this plugin to work with wp 2.7.1 ?
afiza on "[Plugin: WP-o-Matic] Cron job is runing but nothing happend" | ????????
[...] Look solution at this link: http://blog.pja.my/mohamadafiza/ict/wp-o-matic-cron-job-is-running-but-nothing-happen/ [...]
Anurag
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?