(Not sure if I should have put this in Bugs, sorry?) 
When you first adopt an adoptable, text tells you to make sure to feed your adoptable so it grows. The link is levelup/# instead of levelup/click/# so it doesn't work. 
 
I changed adoptview.php from this: 
$document->add(new Link("levelup/{$aid}", "feed ")); 
To this: 
$document->add(new Link("levelup/click/{$aid}", "feed ")); 
 
The link now works. Just make sure you don't forget the / or it'll give you an error like the first one. 
 
The file is in public_html > view.
		 
		
		
		
		
		
		
			
		
		
		
		
		
			
			
			
			
			
			
			
			
			
			
				
			
			
			
		 
	
	 |