Page 1 of 1

Error on Login

Posted: Sat Dec 29, 2007 12:22 am
by WyoUser
I have installed Pacsone with no problems so far except when I try to sign in. I get the login screen and enter database and then user and password and antispam code and click enter.

then I get this message.

Fatal error: Trying to clone an uncloneable object of class mysqli in E:\wwwroot\database.php on line 101


running on Windows 2003 r2 Sp2.. IIS6 - PHP 5.2.5 - MySql 5.0

Thanks

Posted: Sat Dec 29, 2007 3:52 am
by pacsone
Looks like you have enabled the Zend Compatibility mode in your PHP.INI, which should be disabled if you are using the mysqli PHP extension. You can disable it by modifying the following line in your PHP.INI file:

Code: Select all

zend.ze1_compatibility_mode = Off
and restart Apache for the change to take effect.