Jump to content

cannot clone object of ... SimpleXMLElement due to 'zend.ze1_compatibility_mode'


Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.