Viewing 2 replies - 1 through 2 (of 2 total)
  • Found the answer in one of the reviews :

    “I made a new account in twitter and my new tweets were not imported to my web site. I got the message “No tweets were returned by the Twitter API. Please try again later.”. After some hours we found out that in the table hl_twitter_users there is some another user_id. It happened because the type of column twitter_user_id is INT and is too short for a new twitters id’s. We changed it on BIGINT and now everything is OK.
    Please, pay attention with it!”

    Should build this into an update. It worked a treat for me.

    Make sure you :

    1/ update twitter user id field in both tables -> changing in all cases the field to bigint.
    2/ delete any existing users and tweets.
    3/ recreate user and reimport.

    good to go!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Tweets are no longer stored in DB’ is closed to new replies.