Fatal error: Cannot clone object of class SimpleXMLElement due to 'zend.ze1_compatibility_mode' in /directory/pagina.php on line 21

dove nella linea ho:

$xml = simplexml_load_file($rs['f']);

dove $rs['f'] è un percorso per un file xml.....
nel my pc non dà problemi!!!! Nel server onloine si!!!

Che devo fare?