The Twitter module won't take any data and shows nothing on user accounts.

The Twitter setup page doesn't appear to take any settings: admin/settings/twitter

Submitting the page blanks out the password field

As described in another thread, nothing appears under the user pages' Twitter button.

Looking at the DB with phpMyAdmin, after repeated attempts to set up and edit the Twitter Global account, all Twitter-related tables remain empty--zero rows.

Comments

abraham’s picture

Have you tried uninstalling and reinstalling? not just disabling but uninstalling?

sdmaxey’s picture

I hadn't, but I now have, with no change in outcome.

abraham’s picture

Status: Active » Fixed

The global Twitter account info is stored as variables so they won't show up in the Twitter database tables.

The global password field will not pre-populate I think because of the password input field type. The password is still in the database unless you save the form when it is empty.

Because it is a global account not associated with a specific Drupal user none of the users tweet pages will display them. If the database stays empty make sure that the account information is correct and run cron after successfully saving the global account with a password.

If there are still no tweet being pulled in check some of the other support issues about no tweets.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.