What's going on? :(
http://www.doublepeace.se/forum/
Fatal error: Trying to clone an uncloneable object of class mysqli in /home/virtual/doublepeace.se/public_html/forum/bb-includes/db-mysqli.php on line 71
Any help? I have no clue what's going on!
What's going on? :(
http://www.doublepeace.se/forum/
Fatal error: Trying to clone an uncloneable object of class mysqli in /home/virtual/doublepeace.se/public_html/forum/bb-includes/db-mysqli.php on line 71
Any help? I have no clue what's going on!
What version are you running?
It's not .8.2.1, so unless you're running trunk, upgrade first. If you're running trunk, try previous commit number thingies.
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);
chrishajer: That was it! Thanks.
You must log in to post.