Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

dev #2

Open
agborkowski opened this issue Aug 25, 2011 · 0 comments
Open

dev #2

agborkowski opened this issue Aug 25, 2011 · 0 comments

Comments

@agborkowski
Copy link

after change branch to dev i have empty website

No data received
Unable to load the webpage because the server sent no data.
Here are some suggestions:
Reload this webpage later.
Error 324 (net::ERR_EMPTY_RESPONSE): The server closed the connection without sending any data.

when i commented lib:add all working fine...


Fatal error: Uncaught exception 'lithium\core\ConfigException' with message 'Could not find adapter PostgreSql in class lithium\data\Connections.' in /Users/nim/Sites/holicon/pwi2/libraries/lithium/core/Adaptable.php:234 Stack trace: #0 /Users/nim/Sites/holicon/pwi2/libraries/lithium/data/Connections.php(186): lithium\core\Adaptable::_class(Array, Array) #1 /Users/nim/Sites/holicon/pwi2/libraries/lithium/core/Adaptable.php(109): lithium\data\Connections::_class(Array, 'data.source') #2 /Users/nim/Sites/holicon/pwi2/libraries/lithium/data/Connections.php(170): lithium\core\Adaptable::adapter('Li3Debug') #3 /Users/nim/Sites/holicon/pwi2/libraries/lithium/data/Model.php(345): lithium\data\Connections::get('Li3Debug') #4 /Users/nim/Sites/holicon/pwi2/libraries/lithium/data/Model.php(304): lithium\data\Model::config() #5 /Users/nim/Sites/holicon/pwi2/libraries/lithium/core/Libraries.php(470): lithium\data\Model::__init() #6 [internal function]: lithium\core\Libraries::load('li3_debug\model...') #7 /Users/nim/Sites/holicon/ in /Users/nim/Sites/holicon/pwi2/libraries/lithium/core/Adaptable.php on line 234

---- in mu connections.php i haved
Connections::add('default', array(
'type' => 'database',
'adapter' => 'PostgreSql',
'host' => 'xxx',
'login' => 'xx',
'password' => 'xxx',
'database' => 'xx',
'port' => '5432',
'schema' => 'xx'
));

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant