MyBB Community Forums

Full Version: Big error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello Soory if my english isnt' perfect i'm french

I've this error when i'm connected on my forum :

Fatal error: Trying to clone an uncloneable object of class mysqli in /var/www/vhosts/test.fr/httpdocs/forum/inc/db_mysqli.php on line 88

but i dont know why ?

Thanks
This is a problem with your server configuration. You can ask your webhost to turn off the zend.ze1_compatibility_mode setting in your PHP configuration.

Or you can try adding this to the top of your global.php after <?php
ini_set('zend.ze1_compatibility_mode', 0);