( ! ) Fatal error: postgres9 error: [-1: Database connection failed] in CONNECT(localhost, '****', '****', 00076682_zz) in /var/www/html/zz/adodb/adodb-errorhandler.inc.php on line 79
Call Stack
#TimeMemoryFunctionLocation
10.0000444432{main}( ).../index.php:0
20.0003452488require_once( '/var/www/html/zz/includes/app.inc.php ).../index.php:3
30.0004542960require_once( '/var/www/html/zz/includes/db_conn.php ).../app.inc.php:12
40.0005546904ADOConnection->Connect( $argHostname = 'localhost', $argUsername = '00076682_zz', $argPassword = 'XJDyPEXQV7UohZK', $argDatabaseName = '00076682_zz', $forceNew = ??? ).../db_conn.php:23
50.0144548984ADODB_Error_Handler( $dbms = 'postgres9', $fn = 'CONNECT', $errno = -1, $errmsg = 'Database connection failed', $p1 = 'localhost', $p2 = '00076682_zz', $thisConnection = class ADODB_postgres9 { public $dataProvider = 'postgres'; public $databaseType = 'postgres9'; public $database = '00076682_zz'; public $host = 'localhost'; public $port = ''; public $user = '00076682_zz'; public $password = 'not stored'; public $debug = FALSE; public $maxblobsize = 262144; public $concat_operator = '||'; public $substr = 'substr'; public $length = 'length'; public $random = 'random()'; public $upperCase = 'upper'; public $fmtDate = '\'Y-m-d\''; public $fmtTimeStamp = '\'Y-m-d H:i:s\''; public $true = 'TRUE'; public $false = 'FALSE'; public $replaceQuote = '\\\''; public $nameQuote = '"'; public $charSet = TRUE; public $metaDatabasesSQL = 'select datname from pg_database where datname not in (\'template0\',\'template1\') order by 1'; public $metaTablesSQL = 'select tablename,\'T\' from pg_tables where tablename not like \'pg\\_%\'\n\t\tand tablename not in (\'sql_features\', \'sql_implementation_info\', \'sql_languages\',\n\t\t\t\'sql_packages\', \'sql_sizing\', \'sql_sizing_profiles\')\n\tunion\n\t\tselect viewname,\'V\' from pg_views where viewname not like \'pg\\_%\''; public $uniqueOrderBy = FALSE; public $emptyDate = ' '; public $emptyTimeStamp = ' '; public $lastInsID = FALSE; public $hasInsertID = TRUE; public $hasAffectedRows = TRUE; public $hasTop = FALSE; public $hasLimit = TRUE; public $readOnly = FALSE; public $hasMoveFirst = TRUE; public $hasGenID = TRUE; public $hasTransactions = TRUE; public $genID = 0; public $raiseErrorFn = 'ADODB_Error_Handler'; public $isoDates = TRUE; public $cacheSecs = 3600; public $memCache = FALSE; public $memCacheHost = NULL; public $memCachePort = 11211; public $memCacheCompress = FALSE; public $sysDate = 'CURRENT_DATE'; public $sysTimeStamp = 'CURRENT_TIMESTAMP'; public $sysUTimeStamp = FALSE; public $arrayClass = 'ADORecordSet_array'; public $noNullStrings = FALSE; public $numCacheHits = 0; public $numCacheMisses = 0; public $pageExecuteCountRows = TRUE; public $uniqueSort = FALSE; public $leftOuter = FALSE; public $rightOuter = FALSE; public $ansiOuter = TRUE; public $autoRollback = TRUE; public $poorAffectedRows = FALSE; public $fnExecute = FALSE; public $fnCacheExecute = FALSE; public $blobEncodeType = 'C'; public $rsPrefix = 'ADORecordSet_'; public $autoCommit = TRUE; public $transOff = 0; public $transCnt = 0; public $fetchMode = FALSE; public $null2null = 'null'; public $bulkBind = FALSE; public $_oldRaiseFn = FALSE; public $_transOK = NULL; public $_connectionID = FALSE; public $_errorMsg = 'Database connection failed'; public $_errorCode = FALSE; public $_queryID = FALSE; public $_isPersistentConnection = FALSE; public $_bindInputArray = TRUE; public $_evalAll = FALSE; public $_affected = FALSE; public $_logsql = FALSE; public $_transmode = ''; protected $connectionParameters = []; public $_resultid = FALSE; public $metaColumnsSQL = '\n\t\tSELECT\n\t\t\ta.attname,\n\t\t\tCASE\n\t\t\t\tWHEN x.sequence_name != \'\'\n\t\t\t\tTHEN \'SERIAL\'\n\t\t\t\tELSE t.typname\n\t\t\tEND AS typname,\n\t\t\ta.attlen, a.atttypmod, a.attnotnull, a.atthasdef, a.attnum\n\t\tFROM\n\t\t\tpg_class c,\n\t\t\tpg_attribute a\n\t\tJOIN pg_type t ON a.atttypid = t.oid\n\t\tLEFT JOIN (\n\t\t\tSELECT\n\t\t\t\tc.relname as sequence_name,\n\t\t\t\tc1.relname as related_table,\n\t\t\t\ta.attname as related_column\n\t\t\tFROM pg_class c\n\t\t\tJOIN pg_depend d ON d.objid = c.oid\n\t\t\tLEFT JOIN pg_class c1 ON d.refobjid = c1.oid\n\t\t\tLEFT JOIN pg_attribute'...; public $metaColumnsSQL1 = '\n\t\tSELECT\n\t\t\ta.attname,\n\t\t\tCASE\n\t\t\t\tWHEN x.sequence_name != \'\'\n\t\t\t\tTHEN \'SERIAL\'\n\t\t\t\tELSE t.typname\n\t\t\tEND AS typname,\n\t\t\ta.attlen, a.atttypmod, a.attnotnull, a.atthasdef, a.attnum\n\t\tFROM\n\t\t\tpg_class c,\n\t\t\tpg_namespace n,\n\t\t\tpg_attribute a\n\t\tJOIN pg_type t ON a.atttypid = t.oid\n\t\tLEFT JOIN (\n\t\t\tSELECT\n\t\t\t\tc.relname as sequence_name,\n\t\t\t\tc1.relname as related_table,\n\t\t\t\ta.attname as related_column\n\t\t\tFROM pg_class c\n\t\t\tJOIN pg_depend d ON d.objid = c.oid\n\t\t\tLEFT JOIN pg_class c1 ON d.refobjid = c1.oid\n\t\t\tLEF'...; public $metaKeySQL = 'SELECT ic.relname AS index_name, a.attname AS column_name,i.indisunique AS unique_key, i.indisprimary AS primary_key\n\t\tFROM pg_class bc, pg_class ic, pg_index i, pg_attribute a\n\t\tWHERE bc.oid = i.indrelid AND ic.oid = i.indexrelid\n\t\tAND (i.indkey[0] = a.attnum OR i.indkey[1] = a.attnum OR i.indkey[2] = a.attnum OR i.indkey[3] = a.attnum OR i.indkey[4] = a.attnum OR i.indkey[5] = a.attnum OR i.indkey[6] = a.attnum OR i.indkey[7] = a.attnum)\n\t\tAND a.attrelid = bc.oid AND bc.relname = \'%s\''; public $_genIDSQL = 'SELECT NEXTVAL(\'%s\')'; public $_genSeqSQL = 'CREATE SEQUENCE %s START %s'; public $_dropSeqSQL = 'DROP SEQUENCE %s'; public $metaDefaultsSQL = 'SELECT d.adnum as num, d.adsrc as def from pg_attrdef d, pg_class c where d.adrelid=c.oid and c.relname=\'%s\' order by d.adnum'; public $uniqueIisR = TRUE; public $disableBlobs = FALSE; public $_pnum = 0 } ).../adodb.inc.php:703
60.0150552232trigger_error( $message = 'postgres9 error: [-1: Database connection failed] in CONNECT(localhost, \'****\', \'****\', 00076682_zz)\n', $error_level = 256 ).../adodb-errorhandler.inc.php:79