DISQUS

Development on a shoestring: Overcomplicating the issue

  • Walter Jessen · 1 year ago
    Glenn: I can't get the plugin to work on WP 2.3.2. Here's the debug output:

    Loading FriendFeed Data

    Fatal error: Call to undefined method wpdb::update() in /home/.../wp-content/plugins/friendfeed-comments/friendfeed-comments.php on line 377

    If I go to the edit page of a single post, under the 'FriendFeed Comments post', the pulldown menu lists all the posts for my blog. Choosing the right title and clicking save gives the following error:

    Fatal error: Call to undefined method wpdb::update() in /home/.../wp-content/plugins/friendfeed-comments/friendfeed-comments.php on line 418
  • Glenn Slaven · 1 year ago
    Walter, I'm not sure whether it will work on WP 2.3.2, I must confess I haven't tested it on a version any earlier than 2.5 for the last few releases. The wpdb::update method is part of the Wordpress core, so I guess that function didn't exist on 2.3.2 If I get some time I'll try & setup a copy of that version of Wordpress to see if I can get it to work here
  • Walter Jessen · 1 year ago
    Don't go out of your way to setup a copy Glenn. This is the motivation I need to update WP. Thanks.
  • Walter Jessen · 1 year ago
    Don't go out of your way to setup a copy Glenn. This is the motivation I need to update WP. Thanks.