Trying to clone an uncloneable object of class ReflectionClass in error
Written by anil on Thursday, 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