big_dreamer321
Member
Posted 3 years ago #
wp-o-matic is not working on my computer, I think the only problem is the configuration of my cron job. I’ve tried running the webcron-ready url and it says that it is running the cron job. The problem is I cannot Add Campaign, whenever I click the Submit button, nothing happens, no campaign where added. I am trying this to run on localhost first since I am a completely newbie on blogging and wanted to try these things first before I will setup my autoblog. I’ve searched different forums and google but no luck on finding the right answer.
I really need help from experts like you guys. Thanks in advance.
big_dreamer321
Member
Posted 3 years ago #
no one know how to fix this problem?
mpahlmann
Member
Posted 3 years ago #
elizabethcb
Member
Posted 3 years ago #
Was there any error in your logs? What os is your computer? What version of wordpress are you using? Adding a campaign has nothing to do with cron.
enghiong
Member
Posted 3 years ago #
edit wpomatic.php find the function adminProcessAdd(). It's on line 1878 (Version: 1.0RC4-6.). Then change the code on line:1883 to
$wpdb->query(WPOTools::insertQuery($this->db['campaign'], array('lastactive' => '1000-01-01 00:00:00', 'count' => 0)));
and also line 1887 to :
$this->campaign_data['main']['lastactive'] = '1000-01-01 00:00:00';
For more info http://www.enghiong.com/wp-o-matic-plugin-cannot-add-campaign.html