I just installed and activated Bird Feeder without Seed functionality and everything appeared to be working fine until I made my first post since its activation. Everything is functioning normally, but my server error log is now beginning to fill up with these errors for the various feed files (not just wp-rss2.php):
PHP Fatal error: Call to a member function on a non-object in /*****/*****/public_html/blog/wp-rss2.php on line 4
Per the instructions, I have added this to the very top of each feed file:
<?php
define('BIRDFEED', 'Entries (Atom)');
include($_SERVER['DOCUMENT_ROOT'].'/feeder/index.php');
$wpdb->select(DB_NAME);
?>
This is line 4 of each feed file:
$wpdb->select(DB_NAME);
I’m using WordPress v2.0.9, Mint v2.03, and Bird Feeder v2.02.