Hi Bastine,
Sentinote adds two things to WordPress posts, the Evernote note ID and the date the note was modified.
My first thought would be to set your website timezone in WordPress if you haven’t done this already.
In inc/connect-evernote.php (line 142) Sentinote checks to see if an Evernote note has already been added. If it hasn’t it will create a new posts, if it finds the post it will simply update.
I’m not sure how much you do with databases, but can you check one of the posts that got created and check the database for post meta with the key en_guid. If it doesn’t exist for that post, then something is going on that needs to be fixed.
Hope this helps,
Rheinard
Hi,
Thanks for the answer.
Our blog is in French, and I haven’t any key en_guid. I have only a column guid in the post table.
Please find here a screenshot of the table structure : http://s15.postimg.org/ko2khoo63/Capture_d_e_cran_2014_05_26_a_15_47_11.png
Is there anything I could modify to help it ?
Hi,
You need to look at the wp_postmeta table.
The columns to look for is post_id, meta_key and meta_value. You need to find the entry with your post_id and with meta_key = “en_guid”. You should see an entry here for your post.
– Rheinard
Hi,
I looked at the last published post, with id 2905. It’s the first that appears.
Please see the screenshot of the table here : http://postimg.org/image/wgm049k8z/
But I have lots of same article, each one seems to be published when I update the note in Evernote. See what it does in the admin : http://postimg.org/image/hbz0t8yfh/
I don’t understand what happens here …
Hi,
Any thought to help us ?
I love the plugin and it could be perfect but I can’t find how to make it work correctly …
Thanks,
Bastien
Any news from us.
We installed the plugin in another site, with a fresh and clean install, and it works great.
Could you tell us with table are created into wp database. I would delete all of them and try a new clean install of the plugin …
I can’t see what else to do !
Hi,
Any help pleeeeassse ?
have you found out what wp tables have to be deleted for a complete delete of the plugin? Have the same problem. Thx.
Sadly I didn’t find out … and I never heard from the author.
I tested the plugin on another website and it works great, but in my case I can’t use it, it creates a new post each time …