› Forums › SNAP – WordPress Plugin Forums › Won't find existing posts.
- This topic has 9 replies, 1 voice, and was last updated 9 years, 9 months ago by Scott Purcell.
- AuthorPosts
- April 4, 2014 at 2:02 am #180070Colin PooleParticipant
Hey all,
So currently I believe I have a fully functioning WP_Cron (I use other scheduled events like backup of WP files etc, and have a Cron plugin that shows scheduled Cron tasks which have been executing fine) and I think once I can get the plugin to LOCATE my posts it may work correctly, but I have two issues.
1: No matter how I set up the conditions for existing posts, “total posts included in reposting” is always “0”.
2: Since any searches on that issue lead to cron warnings on your Troubleshoot section, I try the “Show Cron Test Results” and just get “Check is not started yet… Please reload this page in couple minutes.” and as I mentioned before, I already have other items running as expected using wp_cron.Hope for guidance, and as another member mentioned, I too would pay for premium support!
Colin Poole
April 10, 2014 at 4:11 pm #182708AlessioParticipantSame problem for me: “No matter how I set up the conditions for existing posts, “total posts included in reposting†is always “0″.”
All tests run fine: cron test ok, test posting to facebook ok, manual posting is ok…
…but i can post with autoreposting.
I have installed the last version of the plug in (3.3.3) on WordPress 3.8.2.
Here the log:
[2014-04-10 21:55:26] – [RE-Posting] [Facebook – Goodvibes.it] – (Nothing to Repost. – End of Query – Resetting) | Requested Time: 2014-04-10 21:55:15 | Current Time:2014-04-10 21:55:26 | | Last Time:2014-04-10 21:44:49 Next Time – 2014-04-10 22:04:43) | Reposting (Old to New) | Total posts included in reposting: 0 |
[2014-04-10 21:45:30] – [Posted] [Facebook – Goodvibes.it] – OK – Message Posted | PostID: 1748 – Forse il vero grande segreto… |aj | Post Link
[2014-04-10 21:44:49] – [RE-Poster] [Facebook – Goodvibes.it] – Initialization – First post will be: 2014-04-10 21:55:15
[2014-04-10 21:37:20] – [RE-Posting] [Facebook – Goodvibes.it] – (Nothing to Repost. – End of Query – Resetting) | Requested Time: 2014-04-10 21:36:51 | Current Time:2014-04-10 21:37:20 | | Last Time:2014-04-10 21:26:51 Next Time – 2014-04-10 21:46:07) | Reposting (Old to New) | Total posts included in reposting: 0 |
[2014-04-10 21:26:51] – [RE-Poster] [Facebook – Goodvibes.it] – Initialization – First post will be: 2014-04-10 21:36:51
[2014-04-10 21:26:43] – [Test] [Facebook – Goodvibes.it] – OK – TEST Message PostedThx!
April 10, 2014 at 4:12 pm #182709AlessioParticipantSorry: “…but i can NOT post with autoreposting.”
April 10, 2014 at 4:56 pm #182730AlessioParticipantThis is my support ticket request #255966. Thank you.
April 11, 2014 at 9:35 am #183140AlessioParticipantI have notice that if i deselect the flag: Repost ONLY previously unautoposted posts
…it works but post are duplicated:[2014-04-11 14:50:38] – [RE-Posting] [Facebook – Goodvibes.it] – OK | Requested Time: 2014-04-11 14:47:23 | Current Time:2014-04-11 14:50:32 | | Previous Time:2014-04-11 13:40:34| Next Shedulled Time – 2014-04-11 15:40:34) | Reposting (Old to New) POST ID:55 | Total posts included in reposting: 166 | Prev Post ID:43 |
[2014-04-11 14:50:38] – [Posted] [Facebook – Goodvibes.it] – OK – Message Posted | PostID: 55 – La Religione dell’Amore |aj | Post Link
[2014-04-11 13:40:41] – [RE-Posting] [Facebook – Goodvibes.it] – OK | Requested Time: 2014-04-11 13:35:35 | Current Time:2014-04-11 13:40:34 | | Previous Time:2014-04-11 12:47:23| Next Shedulled Time – 2014-04-11 14:47:23) | Reposting (Old to New) POST ID:43 | Total posts included in reposting: 167 | Prev Post ID:0 |
[2014-04-11 13:40:41] – [Posted] [Facebook – Goodvibes.it] – OK – Message Posted | PostID: 43 – La locanda |aj | Post LinkApril 11, 2014 at 12:22 pm #183199StepenParticipantNo matter what I do this never works. I have removed all settings from the database that pertain to this plugin and individual posts in effect starting from a fresh install and the repost feature never works.
April 14, 2014 at 3:40 am #184461AlessioParticipantNew release of wordpress, and new releas of SNAP.
Relax. Nothing is change. Nothing works.
Compliments.
December 29, 2014 at 10:33 am #355338HumbertoParticipantDoes somebody from NextScripts care about all these concerns?
February 14, 2015 at 12:46 am #377563SCott PurcellParticipantHi,
I’m having the exact same issue. Did any of your fix this problem?
Kind regards,
ScottFebruary 14, 2015 at 7:19 pm #378014Scott PurcellParticipantSo I think I FINALLY got this to work.
I managed to solve the issue I think and it’s working fine now.
The issue was that previously I had scheduled way too many reposts with the plugin and there was a huge backup in the cron and scheduling system.
When I opened up the server and tried to open the cron line in the wp_options table it took ages to load because the line was so big. That was causing SNAP not to work. To fix this I ran this SQL code and just cleared the backlog.
UPDATE wp_options SET option_value = ” WHERE option_name = ‘cron’
If you don’t know how to access your server. Go to the c panel with your host > php my admin > click on the wordpress server > click on SQL and past the code above in > click run.
See how you go but this fixed my WP-Cron. I’d also followed all the instructions on this page: https://www.nextscripts.com/tutorials/wp-cron-scheduling-tasks-in-wordpress/
Cheers,
Scott - AuthorPosts
- You must be logged in to reply to this topic.