I’m trying to write a plugin for WordPress 2.7.1 to add Bird Feeder support. In my PHP code, PHP dies at the “include” line:
define('BIRDFEED', 'Posts (RSS2)');
include($_SERVER['DOCUMENT_ROOT'].'/feeder/index.php');
After some investigation, I’ve discovered that PHP is actually dying at line 323 of /mint/app/lib/mint.php, where it says:
$this->pepper[$pepperId] = new $pepper['class']($pepperId);
I also have the User Agent 007 and Local Searches Peppers installed. Any idea as to what might be causing this? Is this a bug in Bird Feeder v2.05?