Trying to clone an uncloneable object of class ReflectionClass in error
Written by anil on June 28th, 2007 in php.
"Fatal error: Trying to clone an uncloneable object of class ReflectionClass in …".
Set the PHP option
zend.ze1_compatibility_mode=Off in php.ini
This error almost killed me. So sharing the soloution …
Thanks
July 11th, 2007 at 7:40 pm
THANKS!!!!!!!!!!!!!!!!!!!!!!!!
July 15th, 2007 at 8:15 am
No problem … Piotr ..
Thank you
December 14th, 2007 at 10:14 am
Thanks for this one
April 14th, 2008 at 7:28 am
Thanks! I have been trying to figure out what to do about this error for a few days!
July 16th, 2008 at 6:12 pm
Hi guys, I get this error with SimplePie - I don’t know what to do. I have a plugin that queues images to a blog of mine and that forced me to set that zend compability to on. What can I do? If I set it off the photoblog plugin doesn’t work.