Ticket Details
Could not find adapter CouchDb
BUG Ticket (closed)
###What happened:
http://site.com/lithium_anologue/add
Uncaught exception 'Exception' with message 'Could not find adapter CouchDb in class lithium\data\Connections' in /home/username/html/lithium_anologue/libraries/lithium/core/Adaptable.php:221.
Possible reason:
Wrong 'type' definition in connections.php database config.
Current value:
{{{
Connections::add('default', array(
'type' => 'Http',
}}}
Please note Http.
Must be
{{{
Connections::add('default', array(
'type' => 'http',
}}}
Lowercase http
###What was expected:
Same behaviour as http://www.anologue.com/add
Updates
on 04.06.10
by frps
- type was changed to bug
(duplicate)
on 08.05.10
by pointlessjon
- owner was changed to pointlessjon
- status was changed to closed
- resolution was changed to duplicate