Hi there,
got this error when installing the livesupport-station package :
Fatal error: PostgreSQL PHP extension required and not found. in /opt/livesupport/var/storageServer/var/install/install.php on line 56
PostgreSQL and php4-pgsql are installed on my box, and I got loads oh php scripts working with pgsql. I tried to comment the lines
if(!function_exists('pg_connect')){
trigger_error("PostgreSQL PHP extension required and not found.", E_USER_ERROR);
exit(2);
}
in the install.php file but the install will fail later when trying to create the tables. Don't understand why it cannot find the pg_connect function...
any clue?
Thanks
Dale
got this error when installing the livesupport-station package :
Fatal error: PostgreSQL PHP extension required and not found. in /opt/livesupport/var/storageServer/var/install/install.php on line 56
PostgreSQL and php4-pgsql are installed on my box, and I got loads oh php scripts working with pgsql. I tried to comment the lines
if(!function_exists('pg_connect')){
trigger_error("PostgreSQL PHP extension required and not found.", E_USER_ERROR);
exit(2);
}
in the install.php file but the install will fail later when trying to create the tables. Don't understand why it cannot find the pg_connect function...
any clue?
Thanks
Dale