Error on Login

Trouble during PacsOne Server installations
Post Reply
WyoUser
Posts:4
Joined:Sat Dec 29, 2007 12:19 am
Error on Login

Post by WyoUser » Sat Dec 29, 2007 12:22 am

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

pacsone
Site Admin
Posts:3149
Joined:Tue Sep 30, 2003 2:47 am

Post by pacsone » Sat Dec 29, 2007 3:52 am

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.

Post Reply