Login to download the latest version of Mint and your favorite Pepper, purchase additional licenses, or post in the Forum. Don't have an account? Create one!

In Partnership with Media Temple

Mint Forum

Bird Feeder Problems

Hi there,

I’m trying to install the Bird Feeder plugin to Mint, and I wasn’t getting anything from my feed anymore, so I used my PHP knowledge and removed the @ here:

include($_SERVER[‘DOCUMENT_ROOT’].’/mint/pepper/shauninman/birdfeeder/watcher.php’);

in /feeder/index.php. I am getting this error: Fatal error: Call to a member function logErrorNote() on a non-object in /mnt/gs02/herd03/31163/domains/chadohman.com/html/mint/app/lib/pepper.php on line 56

Any ideas why I’m getting this?

Thanks!

I have run into the same error - the line that is throwing the error is for stating that it is unlicensed copy:

$this->Mint->logErrorNote('<p>Mint has detected the unlicensed  
use of the Mint 2 Pepper class on a '.$this->Mint->  
getFormattedVersion().'installation. Mint 2 is a paid upgrade.  
Please login into the <a href="http://www.haveamint.com/  
account/">Mint Account Center</a> and upgrade the license  
for this domain.</p>');

I am guessing that the error comes as either $Mint is not an object when it should be, which could be the source of other problems.

Can anyone shed any light on why this might be happening?

Currently I have the following defined:

include_once($_SERVER['DOCUMENT_ROOT'].'/feeder/index.php');  
global $Mint;  
global $Pepper;  
global $BirdFeeder;

When I visit /feeder/ it tells me that Bird Feeder is active, it is only when trying to seed the feed that I have this error.

Thanks in advance

You must be logged in to reply. Login above or create an account