Page 1 of 1

so PHP5 doesn't work

Posted: Sun Nov 27, 2005 2:21 pm
by Brian
I wonder why every CMS is having problem with PHP5.  Anyway, the install went fine (when I chose mysql 3 & 4) .. it broke when using 4.1 (mysqli) and the error was:
PHP Fatal error:  Trying to clone an uncloneable object of class mysqli in /public_html/lib/adodb/drivers/adodb-mysqli.inc.php on line 68, referer: http://site.com/install/install.php
so after installing with the regular mysql functions, i try admin, and i get the blank page everyone is bitching about.. here's the error:
PHP Fatal error:  Only variables can be passed by reference in /public_html/lib/classes/class.admintheme.inc.php on line 143, referer: http://site.com/admin/login.php
well, on to the next on the list to test and hopefully use.

thanks

Re: so PHP5 doesn't work

Posted: Sun Nov 27, 2005 8:50 pm
by Ted
Try 0.11beta5.  That works fine with PHP 5.0.5.

Unfortunately, PHP is a language that doesn't like to stay compatible with itself.  You can't imagine how hard it is to hack things that work consistently across all versions of PHP, since it's not consistent enough with itself.