Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Fatal error: Trying to clone an uncloneable object of class mysqli


chrishajer
Participant

@chrishajer

Quick Google turned up this:

“Fatal error: Trying to clone an uncloneable object of class mysqli – If this error occurs you must turn off the zend.ze1_compatibility_mode setting in your PHP configuration.”

ini_set('zend.ze1_compatibility_mode', 0);

Skip to toolbar