Mates,
There seems to be a bug in the setup (at least for the RC download on the main
site,). The setup seems to declare that there are no tables in the DB
although tables exists. It detects the database itself fine. I believe the
offending line is line 87, as follows
$table_check = count(PHPWS_Core::getCol("show tables from $dbname"));
I believe it should be
$table_check = count($core->getCol("show tables from $dbname"));
Is this correct or am I just muckintg around.
Mohan
|