My server setup is
PHP 5.5.8
PostgreSQL 9.3
adodb 5
Here are the coorrisponding lines to error
45 include($GLOBALS["webpath"] . "/adodb5/adodb.inc.php");
46 $conn = &ADONewConnection('postgres');
47 $conn->PConnect('host=www.site.com port=5432 dbname=database user=username password=secret');
Have Also tried
$conn = &ADONewConnection('postgres9');
but i receve this error message everytime i try to run this page
Strict Standards: Only variables should be assigned by reference in /home/site/public_html/cron.php on line 46