Anyone found a fix for this?
I get
'Fatal error: Call to a member function do_blog_post_tweet() on a non-object in /homepages/35/d113445063/htdocs/Joe/wp-content/plugins/twitter-tools/twitter-tools.php on line 740'
for every page on my site, even admin pages that don't display any twitter tools. Especially interesting is the fact that I don't have twitter tools update twitter when I post on my blog.
Here's lines 738-741:
function aktt_notify_twitter($post_id) {
global $aktt;
$aktt->do_blog_post_tweet($post_id);
}
I renamed the file and logged in, where I found that the Shared Items plugin had posted multiple copies of an article I shared last night. Anywhere from 2-16 per hour. Since this was the first time I'd shared an item through Google Reader since I installed twitter tools, evidence is strong for a conflict.....
Let me know if you want a complete plugin list.
Joe