Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author miunosoft

    (@miunosoft)

    Hi,

    Fetch Tweets uses WP Cron to update tweets. So let’s check if it is working properly.

    1. Install the Cron View plugin.
    2. Go to Dashboard -> Tools -> What’s in Cron?

    Now if WP Cron is not working properly, you should see items labeled One Off Event with the action hook named fetch_tweets_action_transient_add_oembed_elements.

    Let me know if you see items like it.

    Thread Starter oceanscape

    (@oceanscape)

    Thanks for your response.

    I’m getting the following:

    ————————————–
    Nov 10, 2014 @ 14:31 (1415629905) One-off event fetch_tweets_action_setup_transients
    Nov 10, 2014 @ 14:32 (1415629956) One-off event fetch_tweets_action_transient_renewal

    [0]: Array

    Nov 10, 2014 @ 15:16 (1415632618) One-off event do_pings
    Nov 10, 2014 @ 15:40 (1415634023) One-off event fetch_tweets_action_simplepie_renew_cache

    [0]: Array

    Nov 10, 2014 @ 15:43 (1415634198) One-off event fetch_tweets_action_simplepie_renew_cache

    ———————————————

    Please advise.

    Thank you,
    Jeremy

    Plugin Author miunosoft

    (@miunosoft)

    So it looks like registered event actions are stuck. Meaning, your WP Cron, the WordPress built-in pseudo Cron functionality is not working properly. It could be your server disabling it or you may have configured it to be so somewhere.

    Go to Dashboard -> Fetch Tweets -> Settings -> General -> Cache Settings -> Caching Mode. And set it Intense.

    Hope it helps!

    Thread Starter oceanscape

    (@oceanscape)

    That seems to have fixed it. Thank you.

    Plugin Author miunosoft

    (@miunosoft)

    Glad to hear that!

    Would be appreciated if you could take a few minutes to write a review. Thank you!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Tweets Not Updating’ is closed to new replies.