Alright, could you show me the sections in the 5 files that have been edited? (adopt.php, class_breeding.php, class_promocode.php, class_stockadopt.php, and admincp/ownedadopt.php)
Edit:
Before doing that, try adding this about the index function in personality.php:
PHP Code:
public function __construct(){
parent::__construct("member");
}
And let me know if you see any changes.