problem with oembed and zend.ze1

Creating and modifying plugins.
Post Reply
stm999999999
Regular
Posts: 1531
Joined: Tue Mar 07, 2006 11:25 pm
Location: Berlin, Germany
Contact:

problem with oembed and zend.ze1

Post 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?
Ciao, Stephan
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: problem with oembed and zend.ze1

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
stm999999999
Regular
Posts: 1531
Joined: Tue Mar 07, 2006 11:25 pm
Location: Berlin, Germany
Contact:

Re: problem with oembed and zend.ze1

Post by stm999999999 »

I dunno why this is enabled, but i put

php_flag zend.ze1_compatibility_mode Off

in my s9y .htaccess

worked ...
Ciao, Stephan
Post Reply