Page 1 of 1

problem with oembed and zend.ze1

Posted: Fri Dec 23, 2011 3:11 pm
by stm999999999
Hi,

I installed the serendipity_event_oembed. Trying to config it, I get:

Code: Select all

Fatal error: Cannot clone object of class SimpleXMLElement due to 'zend.ze1_compatibility_mode' in /xxx/s9y/plugins/serendipity_event_oembed/oembed/ProviderList.php on line 5
any ideas?

Re: problem with oembed and zend.ze1

Posted: Fri Dec 23, 2011 7:02 pm
by garvinhicking
Hi!

For what do you require the zend.ze_1_compatibility_mode setting of your PHP installation? Seems to be non compatible with many PHP applications from what I read: http://www.google.de/search?sourceid=ch ... ility_mode'

Best would be to turn that off?

Regards,
Garvin

Re: problem with oembed and zend.ze1

Posted: Fri Dec 23, 2011 7:37 pm
by stm999999999
I dunno why this is enabled, but i put

php_flag zend.ze1_compatibility_mode Off

in my s9y .htaccess

worked ...