Have you made any alterations to the canadopt() function in functions.php?
Find this line:
PHP Code:
$canadopt = canadopt($aid, "adopting", $promocode);
Add after:
PHP Code:
$article_content = $article_content."<br>Can Adopt? ".$canadopt."<br>";
Do you see "Can Adopt? yes" on your screen?