niesfisch Posted December 16, 2007 Share Posted December 16, 2007 hi all, i am a bit confused with the setup of php on my hoster. i am trying to use a public facebook php rest api. i always get the error Cannot clone object of class SimpleXMLElement due to 'zend.ze1_compatibility_mode' the line responsible in code: $sxml = simplexml_load_string($xml); the php.ini settings of the hoster http://terions.de/phpinfo.php the "zend.ze1_compatibility_mode" seems to be set to "OFF". so i assume everything is right. everywhere on the net i only find the suggestion to turn it off, but in my case it seems to already be set to "OFF". does anyone have any idea what i am doing wrong or could point me in the right direction? any help would be highly appreciated. thanks a lot marcel Link to comment https://forums.phpfreaks.com/topic/81942-cannot-clone-object-of-simplexmlelement-due-to-zendze1_compatibility_mode/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.