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
Error on Login
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:
and restart Apache for the change to take effect.
Code: Select all
zend.ze1_compatibility_mode = Off