I am trying to install phpOpenChat. Everything seems to be copied OK, when I
run install.php it fails at step 2.
I ran test.php, and put in some debugging stuff, and it appears to fail in
ADOLoadCode() where it executes:
@include_once(ADODB_DIR."/drivers/adodb-".$db.".inc.php");
I have verified that ADODB_DIR and $db are correct, but for some reason,
adodb-mysql.inc.php never gets loaded, and the code never returns from that
point.
Host server is Windows, PHP 4.3.10, MySQL 4.0.22
Anyone have any ideas?
Thanks
ROSCO
|