liga.org.br

Não foi possível exibir a página solicitada... por favor tente novamente!

SQLSTATE[08006] [7] could not connect to server: Connection refused Is the server running on host "localhost" (127.0.0.1) and accepting TCP/IP connections on port 5432?


Rits_Application::run() /home/storage/1/11/88/ligacontraocancer3/public_html/index.php [33]
Rits_Application::dispatch() /home/storage/1/11/88/ligacontraocancer3/rits/_library/Rits/Application.php [105]
Zend_Controller_Front::dispatch() /home/storage/1/11/88/ligacontraocancer3/rits/_library/Rits/Application.php [138]
Zend_Controller_Dispatcher_Standard::dispatch(object, object) /home/storage/1/11/88/ligacontraocancer3/rits/_library/Zend/Controller/Front.php [934]
Zend_Controller_Action::dispatch(string) /home/storage/1/11/88/ligacontraocancer3/rits/_library/Zend/Controller/Dispatcher/Standard.php [285]
Home_DefaultController::indexAction() /home/storage/1/11/88/ligacontraocancer3/rits/_library/Zend/Controller/Action.php [503]
Home_DefaultController::getWelcome() /home/storage/1/11/88/ligacontraocancer3/rits/modules/home/controllers/DefaultController.php [32]
Home_DefaultController::getListNews() /home/storage/1/11/88/ligacontraocancer3/rits/modules/home/controllers/DefaultController.php [41]
Rits_Database_Adapter_Pgsql_Connection::prepare(string) /home/storage/1/11/88/ligacontraocancer3/rits/modules/home/controllers/DefaultController.php [61]
Rits_Database_Connection::_connect() /home/storage/1/11/88/ligacontraocancer3/rits/_library/Rits/Database/Adapter/Pgsql/Connection.php [66]
PDO::__construct(string, string, string, NULL) /home/storage/1/11/88/ligacontraocancer3/rits/_library/Rits/Database/Connection.php [108]
102         // get the dsn first, because some adapters alter the $_pdoType
103         $dsn $this->_dsn();
104 
105         
try {
106             // creates the PDO object
107             $this->_connection = new PDO($dsn$this->_config['user'], $this->_config['password'], isset($this->_config['driver_options']) ? $this->_config['driver_options'] : null);
108 
109             
// set the PDO connection to perform case-folding on array keys, or not
110             $this->_connection->setAttribute(PDO::ATTR_CASE$this->_caseFolding);
111 
112             
// always use exceptions