View Single Post
  #10  
Old 01-19-2017, 01:57 PM
ffsharriet ffsharriet is offline
Member
 
Join Date: Jan 2017
Posts: 22
Gender: Female
Credits: 4,270
ffsharriet is on a distinguished road
Default

Okay, the /myadopts page is now working but once you click on an adopt it shows this message:

Fatal error: Call to a member function getHealth() on null in /home/equiland/public_html/view/myadoptsview.php on line 46

This is line 46:

Code:
$health = $adopt->getHealth();
Reply With Quote