View Single Post
  #6  
Old 05-30-2009, 05:58 PM
BMR777 BMR777 is offline
Member
 
Join Date: Jan 2011
Posts: 1,122
Gender: Male
Credits: 16,784
BMR777 is on a distinguished road
Default RE: Access Denied :S

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?
Reply With Quote