*Notice* (8): Undefined index: datasource 
[*CORE\Cake\Model\ConnectionManager.php*, line *258*]
Code Context

    protected static function _getConnectionObject($name) {        if 
(!empty(self::$config->{$name})) {            self::$_connectionsEnum[$name] = 
self::_connectionData(self::$config->{$name});

$config = array(
        'password' => '*****',
        'login' => '*****',
        'host' => '*****',
        'database' => '*****',
        'prefix' => '*****',
        'driver' => 'mssql',
        'persistent' => false
)
$package = null
$classname = null
$plugin = null

ConnectionManager::_connectionData() - CORE\Cake\Model\ConnectionManager.php, 
line 258
ConnectionManager::_getConnectionObject() - 
CORE\Cake\Model\ConnectionManager.php, line 243
ConnectionManager::getDataSource() - CORE\Cake\Model\ConnectionManager.php, 
line 94
include - APP\View\Pages\home.ctp, line 99
View::_evaluate() - CORE\Cake\View\View.php, line 920
View::_render() - CORE\Cake\View\View.php, line 883
View::render() - CORE\Cake\View\View.php, line 475
Controller::render() - CORE\Cake\Controller\Controller.php, line 957
PagesController::display() - APP\Controller\PagesController.php, line 73
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE\Cake\Controller\Controller.php, line 485
Dispatcher::_invoke() - CORE\Cake\Routing\Dispatcher.php, line 186
Dispatcher::dispatch() - CORE\Cake\Routing\Dispatcher.php, line 161
[main] - APP\webroot\index.php, line 92

-- 
Has recibido este mensaje porque estás suscrito al grupo "CakePHP-es" de Grupos 
de Google.
Para anular la suscripción a este grupo y dejar de recibir sus correos 
electrónicos, envía un correo electrónico a 
[email protected].
Para publicar una entrada en este grupo, envía un correo electrónico a 
[email protected].
Visita este grupo en http://groups.google.com/group/cakephp-es?hl=es.
Para obtener más opciones, visita https://groups.google.com/groups/opt_out.


Responder a