New install on a linux system. Changed the config.inc.php file as directed. Tried test.php and got the following:
==================== : : Syntax error in file: /var/www/html/phpopenchat/include/adodb/drivers/adodb-mysql.inc.php
Any ideas?
I am getting the same exact message. It appears to be due to the word "public" in the class declaration.
I am running PHP 4.3.2 on OS X.
Anyone...?
Hi!
I solved this :) replace all public with var.
Dont know if the public comes with php 5 but var i always use and it worked here to
Thanks!
Log in to post a comment.
New install on a linux system. Changed the config.inc.php file as directed. Tried test.php and got the following:
====================
:
:
Syntax error in file: /var/www/html/phpopenchat/include/adodb/drivers/adodb-mysql.inc.php
ADONewConnection: Unable to load database driver ''
Any ideas?
I am getting the same exact message. It appears to be due to the word "public" in the class declaration.
I am running PHP 4.3.2 on OS X.
Anyone...?
Hi!
I solved this :)
replace all public with var.
Dont know if the public comes with php 5 but var i always use and it worked here to
Thanks!