Salve,
gentilmente un aiuto

Ho il seguente problema:
PHP Fatal error: Call to a member function getDescrizione() on null

Dovuto alle seguenti righe di codice:
codice:
<meta name="description" content="<?=$metadata->getDescrizione()?>" />
<meta name="keywords" content="<?=$metadata->getKeywords()?>" />
Come posso risolvere?

Grazie