Viewing 15 replies - 1 through 15 (of 18 total)
  • Plugin Author badbreze

    (@badbreze)

    Error logs?

    Thread Starter Gabriel Tadeu

    (@gtso86)

    The error log is currently empty. Could be possible somethin’ related with cron jobs? I just installed a plugin called Wp Crontol and the only cron with dg_tw prefix is:
    (Hook Name) dg_tw_event_start (Next Run) 2016-02-03 00:20:00 (Recurrence)20 minutes

    Plugin Author badbreze

    (@badbreze)

    hmmmmm send settings screenshots (except tonkens, keep tokens private!!!)

    Thread Starter Gabriel Tadeu

    (@gtso86)

    All screenshots are here https://imgur.com/a/1hE9c.

    In the last screenshot all tweets came from my local environment import, so since I’m using the new server the only way to push new tweets are using the manual posting page, clicking in publish button…

    Plugin Author badbreze

    (@badbreze)

    Unexpected HTTP Response Code 401

    This error block all wordpres cronjobs, you may solve using this define in wp-config.php

    define('ALTERNATE_WP_CRON', true);

    Thread Starter Gabriel Tadeu

    (@gtso86)

    Just added this and looks like the cron jobs are running but they still not creating new posts :\

    The error disappeared from the WP Crontol page…

    I just removed and add again the search query to “refresh” cache and see if is working… same thing: in manual posting I saw all tweets but they don’t create new posts.

    PS: Thank you for your really fast support!

    Plugin Author badbreze

    (@badbreze)

    the twitter cron runs every 20 minutes, from wp crontool you can mannualy run the twitter cron for a test, if not working, try updating the plugin to the latest version.

    Thread Starter Gabriel Tadeu

    (@gtso86)

    Where I can find the record “dg_tw_exclusions” to remove? I looked in wp_options tabled and I can’t find…

    I want ensure isn’t any previous cache problem

    Thread Starter Gabriel Tadeu

    (@gtso86)

    Well, I just tried to published manually a tweet using the publish button and received this alert:

    “This tweet is already published!”

    But I tried with a new tweet (not imported yet)

    Plugin Author badbreze

    (@badbreze)

    the manual posting page show what exactly be posted

    edit: maibe the cron have posted the tweet brefore you click “publish”

    Thread Starter Gabriel Tadeu

    (@gtso86)

    the manual posting page show what exactly be posted

    I made some tests here… If I remove define('ALTERNATE_WP_CRON', true); the publish button back to work.
    If wp-config.php have define('ALTERNATE_WP_CRON', true); when I click in publish I receive “This tweet is already published!” alert…

    Thread Starter Gabriel Tadeu

    (@gtso86)

    edit: maibe the cron have posted the tweet brefore you click “publish

    I thought that too, but when I looked at posts page wan’t posted any new tweets there…

    Plugin Author badbreze

    (@badbreze)

    very strange, because the publish function reads postmeta and check is the tweetid already exists.

    Plugin Author badbreze

    (@badbreze)

    Tested with ALTERNATE_WP_CRON, all runs right

    Plugin Author badbreze

    (@badbreze)

    I can help you by direct accessing you backoffice, for more info:

    https://www.divenock.com/projects/twitter-posts-to-blog/support

Viewing 15 replies - 1 through 15 (of 18 total)
  • The topic ‘New tweets aren't working’ is closed to new replies.