so PHP5 doesn't work

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
Brian

so PHP5 doesn't work

Post 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
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

Re: so PHP5 doesn't work

Post 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.
Locked

Return to “[locked] Installation, Setup and Upgrade”