Thread Starter
gcwts
(@gcwts)
C’mon — if you’re going to develop a plugin, at least support it … any solution to this issue? No posting is taking place because of it.
I have the same problem
When you send the contents as there is only one
test.com / feed /
Title
WPeMatico is for autoblogging
test2.com/feed /
Title
WPeMatico is for autoblogging
I will send only the first two items with different content and it is only one
But this was not sent from this site
But about the same as it was sent from another site. Its content is totally different from that of just one as is
2012-03-14 18:40.47: Found duplicated hash 'http://www.test.com/mac-applications/1277152-hear-v112-mac-osx-core-kg.html': 50170fa315f5f97f8ac15512b1a987dc
2012-03-14 18:40.47: Filtering duplicated posts.
2012-03-14 18:40.47: Job done in 0 sec.
If you have a problem text. I got it with Google Translate
I also had the same problem, What I did to resolve the issue is to enter the database via PHPmyAdmin and adjust an entry in the wp_options table. Search for the entry with the option name ‘wpematico_jobs’, there at the end of the option value you will see the last hash value, replace it with a string of 32 random characters. Save the entry, now try and syndicate your posts again, it should work.
Plugin Author
etruel
(@etruel)
hi,
the plugin interrupt fetch when found the first duplicated entry (title or hash) this is because mean that the followed posts also are duplicates. This save performance and resources. The hash are created with source permalink, if always remains the same hash mean it is something with the source feed.
the new version has an option for debug that delete hash on every campaign.