WP-O-Matic Cron Hangs
Posted on June 24, 2008
Does your WP-O-Matic hang sometimes when processing feeds? It's probably trying to a ping back to the original post. Chances are you don't even want it pinging back, depending on the purpose of your blog.
Just edit your campaigns and uncheck the " check box.
Got lots of campaigns, or simply can't be bothered unchecking them all? No problem, run this SQL query in your favourite SQL browser.
update wp_wpo_campaign set dopingbacks='0'
Related posts:
- WP-o-Matic Upgrade Fix
So I rolled out some WP-o-Matic upgrades recently. I was all excited that version 1.0RC3-7... - WP-O-Matic Bug Fixes Round Up
I've run into quite a few issues in the latest 1.0RC3-7 release of WP-O-Matic. Here's... - PHP Export as CSV
A client recently requested an option to extract search results from their PHP application as... - Wordpress WP-O-Matic Duplicate Posts Fix
Got a problem with WP-O-Matic creating duplicate posts? Or just Wordpress in general. Me too.... - WP-o-Matic fix for Wordpress 2.5
WP-o-Matic makes autoblogging a easy by automatically creating posts from the RSS/Atom feeds you give...