Hello,
I have the following line of code:
print " ".$marr->getPlace()->getOriginal();
If a value does not exist for this call an error message is displayed:
Fatal error: Call to a member function getOriginal() on a non-object in /home/generat4/public_html/php/info.php on line 74
I am not sure how to not have the call above executed when this condition
exists. I did a try catch and that does not seem to help.
Kim H.
kimhovorka@yahoo.com