Twitter tools 2.0 + WordPress 2.8.6

De cand am actualizat WP la 2.8.6, plug-ul Twitter Tools 2.0 a incetat sa mai faca “weekly digests” (bloc notes). Solutia am gasit-o aici.

  • Deactivate and delete the Twitter Tools plugin
  • WARNING: Take a backup of the database before proceeding further
  • Delete all the Twitter Tools related options from the database table called wp_options.  Following is the MySQL query which can be fired using any MySQL database client say phpMyAdmin:
    delete from wp_options where option_name like 'aktt%';
    

  • Reinstall the Twitter Tools plugin. I downloaded and unzipped the plugin into the plugins directory instead of installing it from the WordPress admin panel (via Plugins.Add New)
  • If logged in, log out from the admin panel
  • Re-activate the Twitter Tools plugin.
  • Ensure that all the configuration under Settings>Twitter Tools are blanked out. If yes, re-enter the settings like your Twitter Username and password, daily digest frequency etc.
Page 1 of 11